Trace number 1034534

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? 131.126 131.542

General information on the benchmark

Namecsp/lard/
normalized-lard-92-92.xml
MD5SUM8d85dcbb0804438d2d0cc8e5085d39f8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.1006
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size93
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.42	c See www.sat4j.org for details.
0.28/0.42	c That software uses the Rhino library from the Mozilla project.
0.28/0.46	c version 9.9.9.token
0.28/0.46	c sun.arch.data.model	32
0.28/0.46	c java.version	1.6.0_06
0.28/0.46	c os.name	Linux
0.28/0.46	c os.version	2.6.9-22.EL.rootsmp
0.28/0.46	c os.arch	i386
0.28/0.46	c Free memory 669864272
0.28/0.46	c Max memory 672137216
0.28/0.46	c Total memory 672137216
0.28/0.46	c Number of processors 2
0.37/0.51	c c --- Begin Solver configuration ---
0.37/0.51	c Stops conflict analysis at the first Unique Implication Point
0.37/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.51	c Learn all clauses as in MiniSAT
0.37/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.51	c Expensive reason simplification
0.37/0.51	c MiniSAT restarts strategy
0.37/0.51	c timeout=2147483s
0.37/0.51	c DB Simplification allowed=false
0.37/0.51	c --- End Solver configuration ---
0.37/0.51	c solving HOME/instance-1034534-1214949577.xml
0.37/0.51	c reading problem ... 
0.56/0.77	c reading problem named null
0.56/0.77	c reading domains done.
0.56/0.78	c reading variables done.
0.86/1.02	c reading relations done.
63.54/63.21	c reading constraints
125.47/125.89	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
125.47/125.89		at org.sat4j.core.Vec.ensure(Vec.java:175)
125.47/125.89		at org.sat4j.core.Vec.push(Vec.java:182)
125.47/125.89		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
125.47/125.89		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
125.47/125.89		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
125.47/125.89		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
130.92/131.39		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
130.92/131.39		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
130.92/131.39		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
130.92/131.39		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:67)
130.92/131.39		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
130.92/131.39		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
130.92/131.39		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
130.92/131.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
130.92/131.39		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
130.92/131.39		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
130.92/131.39		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
130.92/131.39		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
130.92/131.39		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
130.92/131.39		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
130.92/131.40	c starts		: 0
130.92/131.40	c conflicts		: 0
130.92/131.40	c decisions		: 0
130.92/131.40	c propagations		: 0
130.92/131.40	c inspects		: 0
130.92/131.40	c learnt literals	: 0
130.92/131.40	c learnt binary clauses	: 0
130.92/131.40	c learnt ternary clauses	: 0
130.92/131.40	c learnt clauses	: 0
130.92/131.40	c ignored clauses	: 0
130.92/131.40	c root simplifications	: 0
130.92/131.40	c removed literals (reason simplification)	: 0
130.92/131.40	c reason swapping (by a shorter reason)	: 0
130.92/131.40	c Calls to reduceDB	: 0
130.92/131.40	c speed (assignments/second)	: 0.0
130.92/131.40	c non guided choices	0
130.92/131.40	s UNKNOWN
130.92/131.40	c Total wall clock time (in seconds) : 130.887

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-1034534-1214949577/watcher-1034534-1214949577 -o /tmp/evaluation-result-1034534-1214949577/solver-1034534-1214949577 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1034534-1214949577.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.88 0.67 0.24 2/70 1583
/proc/meminfo: memFree=1115992/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=18572 CPUtime=0
/proc/1583/stat : 1583 (runsolver) R 1581 1583 1079 0 -1 4194368 16 0 0 0 0 0 0 0 23 0 1 0 617879253 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1583/statm: 4643 292 257 25 0 2626 0

[startup+0.040586 s]
/proc/loadavg: 1.88 0.67 0.24 2/70 1583
/proc/meminfo: memFree=1115992/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=13012 CPUtime=0.01
/proc/1583/stat : 1583 (java) R 1581 1583 1079 0 -1 0 389 0 9 0 0 1 0 0 22 0 1 0 617879253 13324288 199 996147200 134512640 134550740 4294956032 18446744073709551615 6759210 0 0 4096 0 0 0 0 17 0 0 0
/proc/1583/statm: 3253 199 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.103477 s]
/proc/loadavg: 1.88 0.67 0.24 2/70 1583
/proc/meminfo: memFree=1115992/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=801432 CPUtime=0.05
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 2463 0 29 0 2 3 0 0 21 0 5 0 617879253 820666368 2228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 200358 2228 949 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301497 s]
/proc/loadavg: 1.88 0.67 0.24 2/70 1583
/proc/meminfo: memFree=1115992/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=808212 CPUtime=0.21
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 4543 0 29 0 17 4 0 0 21 0 12 0 617879253 827609088 3898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 202053 3898 1296 9 0 199422 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808212

[startup+0.701538 s]
/proc/loadavg: 1.88 0.67 0.24 2/70 1583
/proc/meminfo: memFree=1115992/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=808240 CPUtime=0.56
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 6064 0 29 0 49 7 0 0 21 0 12 0 617879253 827637760 5253 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 202060 5253 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 808240

[startup+1.50162 s]
/proc/loadavg: 1.88 0.67 0.24 5/82 1595
/proc/meminfo: memFree=1077688/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=808240 CPUtime=1.35
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 8482 0 29 0 127 8 0 0 21 0 12 0 617879253 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 202060 6725 1350 9 0 199422 0
[pid=1583/tid=1585] ppid=1581 vsize=808240 CPUtime=0.59
/proc/1583/task/1585/stat : 1585 (java) R 1581 1583 1079 0 -1 64 4993 0 1 0 54 5 0 0 25 0 12 0 617879260 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1586] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 617879261 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1587] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 617879261 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1588/stat : 1588 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 617879263 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 617879264 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 617879264 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=808240 CPUtime=0.23
/proc/1583/task/1592/stat : 1592 (java) R 1581 1583 1079 0 -1 64 619 0 0 0 23 0 0 0 16 0 12 0 617879270 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 103565584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=808240 CPUtime=0.5
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2131 0 0 0 50 0 0 0 16 0 12 0 617879270 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=808240 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 827637760 6725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 808240

[startup+3.10279 s]
/proc/loadavg: 1.88 0.67 0.24 3/82 1595
/proc/meminfo: memFree=1019064/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813288 CPUtime=3
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 27879 0 29 0 283 17 0 0 21 0 12 0 617879253 832806912 24872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203322 24873 1357 9 0 200684 0
[pid=1583/tid=1585] ppid=1581 vsize=813288 CPUtime=1.62
/proc/1583/task/1585/stat : 1585 (java) S 1581 1583 1079 0 -1 64 16980 0 1 0 152 10 0 0 25 0 12 0 617879260 832806912 24874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813288 CPUtime=0.11
/proc/1583/task/1586/stat : 1586 (java) R 1581 1583 1079 0 -1 64 2261 0 0 0 11 0 0 0 17 0 12 0 617879261 832806912 24876 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813288 CPUtime=0.12
/proc/1583/task/1587/stat : 1587 (java) R 1581 1583 1079 0 -1 64 2658 0 0 0 12 0 0 0 16 0 12 0 617879261 832806912 24878 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813288 CPUtime=0
/proc/1583/task/1588/stat : 1588 (java) S 1581 1583 1079 0 -1 64 111 0 0 0 0 0 0 0 15 0 12 0 617879263 832806912 24879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813288 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 617879264 832806912 24881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813288 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832806912 24883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813288 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832806912 24885 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813288 CPUtime=0.48
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 2998 0 0 0 47 1 0 0 16 0 12 0 617879270 832806912 24886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813288 CPUtime=0.57
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2138 0 0 0 57 0 0 0 16 0 12 0 617879270 832806912 24888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813288 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832806912 24890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813288 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832806912 24891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 813288

[startup+6.30211 s]
/proc/loadavg: 1.97 0.71 0.25 2/80 1611
/proc/meminfo: memFree=1678392/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=6.57
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 36763 0 29 0 633 24 0 0 21 0 12 0 617879253 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 33528 1357 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=4.5
/proc/1583/task/1585/stat : 1585 (java) R 1581 1583 1079 0 -1 64 17001 0 1 0 438 12 0 0 17 0 12 0 617879260 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4109738015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=0.44
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 7729 0 0 0 40 4 0 0 16 0 12 0 617879261 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=0.44
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 6021 0 0 0 42 2 0 0 16 0 12 0 617879261 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1588/stat : 1588 (java) S 1581 1583 1079 0 -1 64 136 0 0 0 0 0 0 0 16 0 12 0 617879263 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=0.49
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 2998 0 0 0 48 1 0 0 15 0 12 0 617879270 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=0.62
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2141 0 0 0 62 0 0 0 15 0 12 0 617879270 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 33528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 813152

[startup+12.7028 s]
/proc/loadavg: 2.05 0.74 0.27 3/82 1613
/proc/meminfo: memFree=1589872/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=13.05
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 49582 0 29 0 1274 31 0 0 21 0 12 0 617879253 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 46311 1357 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=10.01
/proc/1583/task/1585/stat : 1585 (java) R 1581 1583 1079 0 -1 64 17032 0 1 0 988 13 0 0 25 0 12 0 617879260 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4109652424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=0.93
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 11472 0 0 0 88 5 0 0 16 0 12 0 617879261 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=0.83
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 15057 0 0 0 77 6 0 0 16 0 12 0 617879261 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=0.01
/proc/1583/task/1588/stat : 1588 (java) S 1581 1583 1079 0 -1 64 136 0 0 0 1 0 0 0 15 0 12 0 617879263 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=0.55
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 3007 0 0 0 54 1 0 0 16 0 12 0 617879270 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=0.64
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2141 0 0 0 64 0 0 0 16 0 12 0 617879270 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 46311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 813152

[startup+25.5011 s]
/proc/loadavg: 2.41 0.89 0.32 3/94 1640
/proc/meminfo: memFree=1309400/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=25.83
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 74853 0 29 0 2536 47 0 0 21 0 12 0 617879253 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 71527 1357 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=20.71
/proc/1583/task/1585/stat : 1585 (java) R 1581 1583 1079 0 -1 64 17085 0 1 0 2054 17 0 0 25 0 12 0 617879260 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4109692121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=1.79
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 24477 0 0 0 167 12 0 0 16 0 12 0 617879261 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=1.72
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 27206 0 0 0 161 11 0 0 16 0 12 0 617879261 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=0.02
/proc/1583/task/1588/stat : 1588 (java) S 1581 1583 1079 0 -1 64 136 0 0 0 2 0 0 0 15 0 12 0 617879263 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 71527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1583/tid=1594] ppid=1581 vsize=815156 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 834719744 173182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=815156 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 834719744 173182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 114.88
Current children cumulated vsize (KiB) 815156

[startup+121.503 s]
/proc/loadavg: 2.48 1.38 0.56 3/94 1646
/proc/meminfo: memFree=278488/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=121.22
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 180038 0 29 0 12017 105 0 0 21 0 12 0 617879253 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 172681 1382 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=60.46
/proc/1583/task/1585/stat : 1585 (java) S 1581 1583 1079 0 -1 64 17267 0 1 0 6018 28 0 0 17 0 12 0 617879260 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=5.06
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 75683 0 0 0 473 33 0 0 15 0 12 0 617879261 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=5
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 75692 0 0 0 468 32 0 0 16 0 12 0 617879261 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=47.98
/proc/1583/task/1588/stat : 1588 (java) R 1581 1583 1079 0 -1 64 5345 0 0 0 4794 4 0 0 25 0 12 0 617879263 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 617879264 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=1.41
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 3132 0 0 0 140 1 0 0 16 0 12 0 617879270 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=1.21
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2182 0 0 0 121 0 0 0 16 0 12 0 617879270 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 172681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.22
Current children cumulated vsize (KiB) 813152

[startup+127.901 s]
/proc/loadavg: 2.44 1.39 0.56 3/94 1646
/proc/meminfo: memFree=278552/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=127.55
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 180044 0 29 0 12650 105 0 0 21 0 12 0 617879253 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 172684 1383 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=60.49
/proc/1583/task/1585/stat : 1585 (java) S 1581 1583 1079 0 -1 64 17273 0 1 0 6021 28 0 0 17 0 12 0 617879260 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=5.06
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 75683 0 0 0 473 33 0 0 15 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=5
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 75692 0 0 0 468 32 0 0 16 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=54.29
/proc/1583/task/1588/stat : 1588 (java) R 1581 1583 1079 0 -1 64 5345 0 0 0 5425 4 0 0 25 0 12 0 617879263 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 106736535 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=1.41
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 3132 0 0 0 140 1 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=1.21
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2182 0 0 0 121 0 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.55
Current children cumulated vsize (KiB) 813152

[startup+129.503 s]
/proc/loadavg: 2.40 1.40 0.57 3/94 1646
/proc/meminfo: memFree=278552/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=129.14
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 180044 0 29 0 12809 105 0 0 21 0 12 0 617879253 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 172684 1383 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=60.49
/proc/1583/task/1585/stat : 1585 (java) S 1581 1583 1079 0 -1 64 17273 0 1 0 6021 28 0 0 17 0 12 0 617879260 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=5.06
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 75683 0 0 0 473 33 0 0 15 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=5
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 75692 0 0 0 468 32 0 0 16 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=55.88
/proc/1583/task/1588/stat : 1588 (java) R 1581 1583 1079 0 -1 64 5345 0 0 0 5584 4 0 0 25 0 12 0 617879263 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=1.41
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 3132 0 0 0 140 1 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=1.21
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2182 0 0 0 121 0 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.14
Current children cumulated vsize (KiB) 813152

[startup+130.303 s]
/proc/loadavg: 2.40 1.40 0.57 3/94 1646
/proc/meminfo: memFree=278552/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=129.93
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 180044 0 29 0 12888 105 0 0 21 0 12 0 617879253 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 172684 1383 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=60.49
/proc/1583/task/1585/stat : 1585 (java) S 1581 1583 1079 0 -1 64 17273 0 1 0 6021 28 0 0 17 0 12 0 617879260 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=5.06
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 75683 0 0 0 473 33 0 0 15 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=5
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 75692 0 0 0 468 32 0 0 16 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=56.67
/proc/1583/task/1588/stat : 1588 (java) R 1581 1583 1079 0 -1 64 5345 0 0 0 5663 4 0 0 25 0 12 0 617879263 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=1.41
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 3132 0 0 0 140 1 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=1.21
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2182 0 0 0 121 0 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.93
Current children cumulated vsize (KiB) 813152

[startup+131.103 s]
/proc/loadavg: 2.40 1.40 0.57 3/94 1646
/proc/meminfo: memFree=278552/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=813152 CPUtime=130.72
/proc/1583/stat : 1583 (java) S 1581 1583 1079 0 -1 0 180044 0 29 0 12967 105 0 0 21 0 12 0 617879253 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 203288 172684 1383 9 0 200650 0
[pid=1583/tid=1585] ppid=1581 vsize=813152 CPUtime=60.49
/proc/1583/task/1585/stat : 1585 (java) S 1581 1583 1079 0 -1 64 17273 0 1 0 6021 28 0 0 17 0 12 0 617879260 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1586] ppid=1581 vsize=813152 CPUtime=5.06
/proc/1583/task/1586/stat : 1586 (java) S 1581 1583 1079 0 -1 64 75683 0 0 0 473 33 0 0 15 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1587] ppid=1581 vsize=813152 CPUtime=5
/proc/1583/task/1587/stat : 1587 (java) S 1581 1583 1079 0 -1 64 75692 0 0 0 468 32 0 0 16 0 12 0 617879261 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1588] ppid=1581 vsize=813152 CPUtime=57.46
/proc/1583/task/1588/stat : 1588 (java) R 1581 1583 1079 0 -1 64 5345 0 0 0 5742 4 0 0 25 0 12 0 617879263 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1589] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1589/stat : 1589 (java) S 1581 1583 1079 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1590] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1590/stat : 1590 (java) S 1581 1583 1079 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 617879264 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1591] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1591/stat : 1591 (java) S 1581 1583 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1592] ppid=1581 vsize=813152 CPUtime=1.41
/proc/1583/task/1592/stat : 1592 (java) S 1581 1583 1079 0 -1 64 3132 0 0 0 140 1 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1593] ppid=1581 vsize=813152 CPUtime=1.21
/proc/1583/task/1593/stat : 1593 (java) S 1581 1583 1079 0 -1 64 2182 0 0 0 121 0 0 0 16 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1594] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1594/stat : 1594 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1583/tid=1595] ppid=1581 vsize=813152 CPUtime=0
/proc/1583/task/1595/stat : 1595 (java) S 1581 1583 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 617879270 832667648 172684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 130.72
Current children cumulated vsize (KiB) 813152

[startup+131.503 s]
/proc/loadavg: 2.40 1.40 0.57 3/94 1646
/proc/meminfo: memFree=278552/2055920 swapFree=4177412/4192956
[pid=1583] ppid=1581 vsize=0 CPUtime=131.08
/proc/1583/stat : 1583 (java) Z 1581 1583 1079 0 -1 12 180056 0 29 0 12997 111 0 0 16 0 2 0 617879253 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1583/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 131.08
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 131.542
CPU time (s): 131.126
CPU user time (s): 129.973
CPU system time (s): 1.15282
CPU usage (%): 99.6839
Max. virtual memory (cumulated for all children) (KiB): 815156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.973
system time used= 1.15282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180056
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7165
involuntary context switches= 7955

runsolver used 0.173973 second user time and 0.445932 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-01 23:59:51
IDJOB=1034534
IDBENCH=53347
IDSOLVER=344
FILE ID=node84/1034534-1214949577
PBS_JOBID= 7870168
Free space on /tmp= 66392 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d85dcbb0804438d2d0cc8e5085d39f8
RANDOM SEED=1156246365

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1116536 kB
Buffers:          7180 kB
Cached:         238248 kB
SwapCached:       9368 kB
Active:         849692 kB
Inactive:        30992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1116536 kB
SwapTotal:     4192956 kB
SwapFree:      4177412 kB
Dirty:          157116 kB
Writeback:           0 kB
Mapped:         641660 kB
Slab:            42920 kB
Committed_AS:  1608456 kB
PageTables:       2996 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= 66356 MiB
End job on node84 at 2008-07-02 00:02:03