Trace number 1056257

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? (exit code) 293.967 295.102

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-05-1071.xml
MD5SUMedcaa13bc864d407223412ca462d8cd5
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 benchmark0.604907
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1056257-1215062556.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.67/0.70	c reading variables done.
0.98/1.05	c reading predicates  done.
1.16/1.23	c reading constraints
290.20/291.31	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
291.89/293.07		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
291.89/293.07		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
291.89/293.07		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
291.89/293.07		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
291.89/293.07		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
291.89/293.07		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
291.89/293.07		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
291.89/293.07		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
291.89/293.07		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
291.89/293.07		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
291.89/293.07		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
291.89/293.07		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
291.89/293.07		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
291.89/293.07		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
291.89/293.07		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
291.89/293.07		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
291.89/293.07		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
291.89/293.07		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
293.70/294.86	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
293.70/294.86		at java.lang.AbstractStringBuilder.(Unknown Source)
293.70/294.86		at java.lang.StringBuilder.(Unknown Source)
293.70/294.86		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
293.70/294.86		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
293.70/294.86		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
293.70/294.86		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.99 3/73 31528
/proc/meminfo: memFree=1634992/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=1804 CPUtime=0
/proc/31528/stat : 31528 (java6) D 31526 31528 31491 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1985229631 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/31528/statm: 451 155 111 9 0 93 0

[startup+0.0771751 s]
/proc/loadavg: 1.93 2.01 1.99 3/73 31528
/proc/meminfo: memFree=1634992/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=802236 CPUtime=0.06
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 2792 0 1 0 4 2 0 0 18 0 7 0 1985229631 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101402 s]
/proc/loadavg: 1.93 2.01 1.99 3/73 31528
/proc/meminfo: memFree=1634992/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=804612 CPUtime=0.08
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 2996 0 1 0 6 2 0 0 18 0 12 0 1985229631 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30142 s]
/proc/loadavg: 1.93 2.01 1.99 3/73 31528
/proc/meminfo: memFree=1634992/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=808276 CPUtime=0.28
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 4929 0 1 0 25 3 0 0 18 0 12 0 1985229631 827674624 4256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 202069 4256 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701454 s]
/proc/loadavg: 1.93 2.01 1.99 3/73 31528
/proc/meminfo: memFree=1634992/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=808304 CPUtime=0.67
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 6346 0 1 0 62 5 0 0 18 0 12 0 1985229631 827703296 5474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 202076 5474 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50253 s]
/proc/loadavg: 1.93 2.01 1.99 3/85 31540
/proc/meminfo: memFree=1607696/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=812592 CPUtime=1.47
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 14676 0 1 0 137 10 0 0 18 0 12 0 1985229631 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 203148 12764 1355 9 0 200510 0
[pid=31528/tid=31530] ppid=31526 vsize=812592 CPUtime=0.82
/proc/31528/task/31530/stat : 31530 (java) R 31526 31528 31491 0 -1 64 10182 0 1 0 75 7 0 0 19 0 12 0 1985229633 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31531] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229634 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31532] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1985229634 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31533] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31533/stat : 31533 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1985229636 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31534] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1985229636 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31535] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1985229636 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31536] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=812592 CPUtime=0.23
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 647 0 0 0 23 0 0 0 16 0 12 0 1985229641 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=812592 CPUtime=0.38
/proc/31528/task/31538/stat : 31538 (java) R 31526 31528 31491 0 -1 64 3084 0 0 0 37 1 0 0 16 0 12 0 1985229641 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 105582266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=812592 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 832094208 12764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812592

[startup+3.10266 s]
/proc/loadavg: 1.93 2.01 1.99 4/85 31540
/proc/meminfo: memFree=1583056/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=817728 CPUtime=3.05
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 30287 0 1 0 286 19 0 0 18 0 12 0 1985229631 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204432 26493 1384 9 0 201794 0
[pid=31528/tid=31530] ppid=31526 vsize=817728 CPUtime=1.34
/proc/31528/task/31530/stat : 31530 (java) R 31526 31528 31491 0 -1 64 17268 0 1 0 123 11 0 0 17 0 12 0 1985229633 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4109633270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31531] ppid=31526 vsize=817728 CPUtime=0.09
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 3283 0 0 0 7 2 0 0 17 0 12 0 1985229634 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31532] ppid=31526 vsize=817728 CPUtime=0.05
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 2408 0 0 0 4 1 0 0 17 0 12 0 1985229634 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31533] ppid=31526 vsize=817728 CPUtime=0
/proc/31528/task/31533/stat : 31533 (java) S 31526 31528 31491 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1985229636 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31534] ppid=31526 vsize=817728 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31535] ppid=31526 vsize=817728 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31536] ppid=31526 vsize=817728 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=817728 CPUtime=0.71
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 71 0 0 0 17 0 12 0 1985229641 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=817728 CPUtime=0.8
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 78 2 0 0 16 0 12 0 1985229641 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=817728 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=817728 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 837353472 26493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 817728

[startup+6.30194 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 31540
/proc/meminfo: memFree=1516176/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=817312 CPUtime=6.22
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 37804 0 1 0 599 23 0 0 18 0 12 0 1985229631 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204328 33901 1384 9 0 201690 0
[pid=31528/tid=31530] ppid=31526 vsize=817312 CPUtime=4.26
/proc/31528/task/31530/stat : 31530 (java) R 31526 31528 31491 0 -1 64 17273 0 1 0 415 11 0 0 25 0 12 0 1985229633 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4109175766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31531] ppid=31526 vsize=817312 CPUtime=0.2
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 6278 0 0 0 17 3 0 0 16 0 12 0 1985229634 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31532] ppid=31526 vsize=817312 CPUtime=0.19
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 6925 0 0 0 16 3 0 0 16 0 12 0 1985229634 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31533] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31533/stat : 31533 (java) S 31526 31528 31491 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1985229636 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31534] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31535] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31536] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=817312 CPUtime=0.71
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 71 0 0 0 17 0 12 0 1985229641 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=817312 CPUtime=0.8
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 78 2 0 0 16 0 12 0 1985229641 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 836927488 33901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 817312

[startup+12.7025 s]
/proc/loadavg: 2.16 2.06 2.01 3/85 31540
/proc/meminfo: memFree=1460048/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=817312 CPUtime=12.57
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 50794 0 1 0 1227 30 0 0 18 0 12 0 1985229631 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204328 46874 1384 9 0 201690 0
[pid=31528/tid=31530] ppid=31526 vsize=817312 CPUtime=10.33
/proc/31528/task/31530/stat : 31530 (java) R 31526 31528 31491 0 -1 64 17291 0 1 0 1022 11 0 0 25 0 12 0 1985229633 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4109784713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31531] ppid=31526 vsize=817312 CPUtime=0.33
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 13685 0 0 0 26 7 0 0 16 0 12 0 1985229634 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31532] ppid=31526 vsize=817312 CPUtime=0.31
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 12490 0 0 0 25 6 0 0 16 0 12 0 1985229634 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31533] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31533/stat : 31533 (java) S 31526 31528 31491 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1985229636 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31534] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31535] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31536] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=817312 CPUtime=0.71
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 71 0 0 0 17 0 12 0 1985229641 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=817312 CPUtime=0.81
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 79 2 0 0 17 0 12 0 1985229641 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=817312 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 836927488 46874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 817312

[startup+25.5026 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 31540
/proc/meminfo: memFree=1365776/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=817024 CPUtime=25.24
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 74793 0 1 0 2483 41 0 0 18 0 12 0 1985229631 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204256 70776 1384 9 0 201618 0
[pid=31528/tid=31530] ppid=31526 vsize=817024 CPUtime=22.53
/proc/31528/task/31530/stat : 31530 (java) R 31526 31528 31491 0 -1 64 17316 0 1 0 2242 11 0 0 25 0 12 0 1985229633 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4109784658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31531] ppid=31526 vsize=817024 CPUtime=0.54
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 27696 0 0 0 41 13 0 0 16 0 12 0 1985229634 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31532] ppid=31526 vsize=817024 CPUtime=0.53
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 22453 0 0 0 43 10 0 0 16 0 12 0 1985229634 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31533] ppid=31526 vsize=817024 CPUtime=0.02
/proc/31528/task/31533/stat : 31533 (java) S 31526 31528 31491 0 -1 64 31 0 0 0 1 1 0 0 15 0 12 0 1985229636 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31534] ppid=31526 vsize=817024 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31535] ppid=31526 vsize=817024 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31536] ppid=31526 vsize=817024 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 836632576 70776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 286.79
Current children cumulated vsize (KiB) 818048

[startup+291.103 s]
/proc/loadavg: 2.31 2.15 2.04 4/85 31540
/proc/meminfo: memFree=941520/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=819052 CPUtime=290
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 200835 0 1 0 28896 104 0 0 18 0 12 0 1985229631 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204763 174116 1388 9 0 202125 0
[pid=31528/tid=31530] ppid=31526 vsize=819052 CPUtime=253.75
/proc/31528/task/31530/stat : 31530 (java) R 31526 31528 31491 0 -1 64 17826 0 1 0 25362 13 0 0 25 0 12 0 1985229633 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31531] ppid=31526 vsize=819052 CPUtime=4.84
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 80900 0 0 0 449 35 0 0 16 0 12 0 1985229634 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31532] ppid=31526 vsize=819052 CPUtime=4.82
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 72873 0 0 0 451 31 0 0 15 0 12 0 1985229634 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31533] ppid=31526 vsize=819052 CPUtime=24.93
/proc/31528/task/31533/stat : 31533 (java) R 31526 31528 31491 0 -1 64 21939 0 0 0 2476 17 0 0 17 0 12 0 1985229636 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 104126420 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31534] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31535] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31536] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=819052 CPUtime=0.74
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 74 0 0 0 16 0 12 0 1985229641 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=819052 CPUtime=0.83
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 81 2 0 0 16 0 12 0 1985229641 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 838709248 174116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 290
Current children cumulated vsize (KiB) 819052

[startup+292.703 s]
/proc/loadavg: 2.31 2.15 2.04 3/85 31540
/proc/meminfo: memFree=941456/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=819052 CPUtime=291.59
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 202704 0 1 0 29055 104 0 0 18 0 12 0 1985229631 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204763 174119 1388 9 0 202125 0
[pid=31528/tid=31530] ppid=31526 vsize=819052 CPUtime=253.76
/proc/31528/task/31530/stat : 31530 (java) S 31526 31528 31491 0 -1 64 17831 0 1 0 25362 14 0 0 25 0 12 0 1985229633 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31531] ppid=31526 vsize=819052 CPUtime=4.84
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 80900 0 0 0 449 35 0 0 16 0 12 0 1985229634 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31532] ppid=31526 vsize=819052 CPUtime=4.82
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 72873 0 0 0 451 31 0 0 15 0 12 0 1985229634 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31533] ppid=31526 vsize=819052 CPUtime=26.53
/proc/31528/task/31533/stat : 31533 (java) R 31526 31528 31491 0 -1 64 23803 0 0 0 2635 18 0 0 19 0 12 0 1985229636 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31534] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31535] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31536] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=819052 CPUtime=0.74
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 74 0 0 0 16 0 12 0 1985229641 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=819052 CPUtime=0.83
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 81 2 0 0 16 0 12 0 1985229641 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=819052 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 838709248 174119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.59
Current children cumulated vsize (KiB) 819052

[startup+294.303 s]
/proc/loadavg: 2.31 2.15 2.04 3/86 31541
/proc/meminfo: memFree=941448/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=819376 CPUtime=293.19
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 204578 0 1 0 29213 106 0 0 18 0 13 0 1985229631 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204844 174126 1388 9 0 202206 0
[pid=31528/tid=31530] ppid=31526 vsize=819376 CPUtime=253.76
/proc/31528/task/31530/stat : 31530 (java) S 31526 31528 31491 0 -1 64 17834 0 1 0 25362 14 0 0 25 0 13 0 1985229633 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31531] ppid=31526 vsize=819376 CPUtime=4.84
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 80900 0 0 0 449 35 0 0 16 0 13 0 1985229634 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31532] ppid=31526 vsize=819376 CPUtime=4.82
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 72873 0 0 0 451 31 0 0 15 0 13 0 1985229634 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31533] ppid=31526 vsize=819376 CPUtime=28.12
/proc/31528/task/31533/stat : 31533 (java) R 31526 31528 31491 0 -1 64 25667 0 0 0 2793 19 0 0 23 0 13 0 1985229636 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 106123680 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31534] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1985229636 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31535] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1985229636 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31536] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1985229640 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=819376 CPUtime=0.74
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 74 0 0 0 16 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=819376 CPUtime=0.83
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 81 2 0 0 16 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31541] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31541/stat : 31541 (java) S 31526 31528 31491 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1985258939 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.19
Current children cumulated vsize (KiB) 819376

[startup+294.703 s]
/proc/loadavg: 2.28 2.15 2.04 3/86 31541
/proc/meminfo: memFree=941448/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=819376 CPUtime=293.6
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 204578 0 1 0 29254 106 0 0 18 0 13 0 1985229631 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204844 174126 1388 9 0 202206 0
[pid=31528/tid=31530] ppid=31526 vsize=819376 CPUtime=253.76
/proc/31528/task/31530/stat : 31530 (java) S 31526 31528 31491 0 -1 64 17834 0 1 0 25362 14 0 0 25 0 13 0 1985229633 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31531] ppid=31526 vsize=819376 CPUtime=4.84
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 80900 0 0 0 449 35 0 0 16 0 13 0 1985229634 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31532] ppid=31526 vsize=819376 CPUtime=4.82
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 72873 0 0 0 451 31 0 0 15 0 13 0 1985229634 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31533] ppid=31526 vsize=819376 CPUtime=28.52
/proc/31528/task/31533/stat : 31533 (java) R 31526 31528 31491 0 -1 64 25667 0 0 0 2833 19 0 0 25 0 13 0 1985229636 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31534] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1985229636 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31535] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1985229636 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31536] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1985229640 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=819376 CPUtime=0.74
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 74 0 0 0 16 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=819376 CPUtime=0.83
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 81 2 0 0 16 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1985229641 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31541] ppid=31526 vsize=819376 CPUtime=0
/proc/31528/task/31541/stat : 31541 (java) S 31526 31528 31491 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1985258939 839041024 174126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.6
Current children cumulated vsize (KiB) 819376

[startup+294.903 s]
/proc/loadavg: 2.28 2.15 2.04 3/86 31541
/proc/meminfo: memFree=941448/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=818372 CPUtime=293.79
/proc/31528/stat : 31528 (java) S 31526 31528 31491 0 -1 0 204580 0 1 0 29273 106 0 0 18 0 12 0 1985229631 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31528/statm: 204593 173873 1389 9 0 201955 0
[pid=31528/tid=31530] ppid=31526 vsize=818372 CPUtime=253.76
/proc/31528/task/31530/stat : 31530 (java) S 31526 31528 31491 0 -1 64 17834 0 1 0 25362 14 0 0 16 0 12 0 1985229633 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31531] ppid=31526 vsize=818372 CPUtime=4.84
/proc/31528/task/31531/stat : 31531 (java) S 31526 31528 31491 0 -1 64 80900 0 0 0 449 35 0 0 16 0 12 0 1985229634 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31532] ppid=31526 vsize=818372 CPUtime=4.82
/proc/31528/task/31532/stat : 31532 (java) S 31526 31528 31491 0 -1 64 72873 0 0 0 451 31 0 0 15 0 12 0 1985229634 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31533] ppid=31526 vsize=818372 CPUtime=28.72
/proc/31528/task/31533/stat : 31533 (java) R 31526 31528 31491 0 -1 64 25667 0 0 0 2853 19 0 0 25 0 12 0 1985229636 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31534] ppid=31526 vsize=818372 CPUtime=0
/proc/31528/task/31534/stat : 31534 (java) S 31526 31528 31491 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985229636 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31535] ppid=31526 vsize=818372 CPUtime=0
/proc/31528/task/31535/stat : 31535 (java) S 31526 31528 31491 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985229636 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31528/tid=31536] ppid=31526 vsize=818372 CPUtime=0
/proc/31528/task/31536/stat : 31536 (java) S 31526 31528 31491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985229640 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31537] ppid=31526 vsize=818372 CPUtime=0.74
/proc/31528/task/31537/stat : 31537 (java) S 31526 31528 31491 0 -1 64 1306 0 0 0 74 0 0 0 16 0 12 0 1985229641 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31538] ppid=31526 vsize=818372 CPUtime=0.83
/proc/31528/task/31538/stat : 31538 (java) S 31526 31528 31491 0 -1 64 5229 0 0 0 81 2 0 0 16 0 12 0 1985229641 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31539] ppid=31526 vsize=818372 CPUtime=0
/proc/31528/task/31539/stat : 31539 (java) S 31526 31528 31491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1985229641 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31528/tid=31540] ppid=31526 vsize=818372 CPUtime=0
/proc/31528/task/31540/stat : 31540 (java) S 31526 31528 31491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985229641 838012928 173873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.79
Current children cumulated vsize (KiB) 818372

[startup+295.003 s]
/proc/loadavg: 2.28 2.15 2.04 3/86 31541
/proc/meminfo: memFree=941448/2055920 swapFree=4180076/4192956
[pid=31528] ppid=31526 vsize=0 CPUtime=293.86
/proc/31528/stat : 31528 (java) Z 31526 31528 31491 0 -1 12 204584 0 1 0 29280 106 0 0 16 0 2 0 1985229631 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31528/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 295.102
CPU time (s): 293.967
CPU user time (s): 292.803
CPU system time (s): 1.16482
CPU usage (%): 99.6154
Max. virtual memory (cumulated for all children) (KiB): 819556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 292.802
system time used= 1.16482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204584
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= 13655
involuntary context switches= 11796

runsolver used 0.39194 second user time and 0.994848 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-03 07:22:36
IDJOB=1056257
IDBENCH=57641
IDSOLVER=344
FILE ID=node31/1056257-1215062556
PBS_JOBID= 7875249
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edcaa13bc864d407223412ca462d8cd5
RANDOM SEED=709089082

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1635472 kB
Buffers:         31344 kB
Cached:         146556 kB
SwapCached:       5972 kB
Active:         299076 kB
Inactive:        62896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635472 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:         190504 kB
Slab:            43160 kB
Committed_AS:  3117212 kB
PageTables:       2320 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node31 at 2008-07-03 07:27:31