Trace number 1074742

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) 245.032 245.586

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-3.xml
MD5SUMb03ce6bb41b3c7eeec8edd1190e4268e
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 benchmark8.19175
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1074742-1215179581.xml
0.28/0.37	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.78/0.86	c reading variables done.
1.69/1.74	c reading predicates  done.
1.88/1.94	c reading constraints
239.58/240.11	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
242.17/242.73		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
242.17/242.74		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
242.17/242.74		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
242.17/242.74		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
242.17/242.74		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
242.17/242.74		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
242.17/242.74		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
242.17/242.74		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
242.17/242.74		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
242.17/242.74		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
242.17/242.74		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
242.17/242.74		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
242.17/242.74		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
242.17/242.74		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
242.17/242.74		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
242.17/242.74		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
242.17/242.74		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
242.17/242.74		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
244.75/245.36	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
244.75/245.36		at java.lang.StringBuilder.toString(Unknown Source)
244.75/245.36		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
244.75/245.36		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
244.75/245.36		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
244.75/245.36		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-1074742-1215179581/watcher-1074742-1215179581 -o /tmp/evaluation-result-1074742-1215179581/solver-1074742-1215179581 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074742-1215179581.xml 

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


[startup+0 s]
/proc/loadavg: 2.19 2.11 2.04 4/75 19279
/proc/meminfo: memFree=1595032/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=152 CPUtime=0
/proc/19279/stat : 19279 (java) R 19277 19279 16959 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1996930120 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 7917867 0 0 4096 0 0 0 0 17 0 0 0
/proc/19279/statm: 38 26 19 9 0 4 0

[startup+0.009068 s]
/proc/loadavg: 2.19 2.11 2.04 4/75 19279
/proc/meminfo: memFree=1595032/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=13012 CPUtime=0
/proc/19279/stat : 19279 (java) R 19277 19279 16959 0 -1 0 579 0 0 0 0 0 0 0 18 0 1 0 1996930120 13324288 380 996147200 134512640 134550740 4294956016 18446744073709551615 7887736 0 0 4096 0 0 0 0 17 0 0 0
/proc/19279/statm: 3253 385 139 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101083 s]
/proc/loadavg: 2.19 2.11 2.04 4/75 19279
/proc/meminfo: memFree=1595032/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=804756 CPUtime=0.08
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 3227 0 1 0 7 1 0 0 18 0 12 0 1996930120 824070144 2958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 201189 2958 1218 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301119 s]
/proc/loadavg: 2.19 2.11 2.04 4/75 19279
/proc/meminfo: memFree=1595032/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=808392 CPUtime=0.28
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 5081 0 1 0 26 2 0 0 18 0 12 0 1996930120 827793408 4409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 202098 4409 1307 9 0 199467 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808392

[startup+0.701185 s]
/proc/loadavg: 2.19 2.11 2.04 4/75 19279
/proc/meminfo: memFree=1595032/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=808420 CPUtime=0.68
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 6499 0 1 0 64 4 0 0 18 0 12 0 1996930120 827822080 5549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 202105 5549 1335 9 0 199467 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808420

[startup+1.50136 s]
/proc/loadavg: 2.19 2.11 2.04 3/87 19291
/proc/meminfo: memFree=1565816/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=812268 CPUtime=1.49
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 28980 0 1 0 135 14 0 0 18 0 12 0 1996930120 831762432 26493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 203067 26495 1347 9 0 200429 0
[pid=19279/tid=19281] ppid=19277 vsize=812268 CPUtime=0.72
/proc/19279/task/19281/stat : 19281 (java) R 19277 19279 16959 0 -1 64 16986 0 1 0 63 9 0 0 25 0 12 0 1996930122 831762432 26496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=812268 CPUtime=0.07
/proc/19279/task/19282/stat : 19282 (java) R 19277 19279 16959 0 -1 64 5583 0 0 0 6 1 0 0 17 0 12 0 1996930122 831762432 26498 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=812268 CPUtime=0.07
/proc/19279/task/19283/stat : 19283 (java) R 19277 19279 16959 0 -1 64 3077 0 0 0 6 1 0 0 17 0 12 0 1996930122 831762432 26500 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=812268 CPUtime=0
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1996930124 831762432 26501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=812268 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1996930125 831762432 26503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=812268 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1996930125 831762432 26505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=812268 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 831762432 26506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=812268 CPUtime=0.3
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 1266 0 0 0 30 0 0 0 16 0 12 0 1996930128 831762432 26508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=812268 CPUtime=0.28
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1312 0 0 0 28 0 0 0 16 0 12 0 1996930129 831762432 26509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=812268 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996930129 831762432 26511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=812268 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996930129 831762432 26513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 812268

[startup+3.10259 s]
/proc/loadavg: 2.19 2.11 2.04 4/87 19291
/proc/meminfo: memFree=1472632/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=819896 CPUtime=3.4
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 52093 0 1 0 316 24 0 0 18 0 12 0 1996930120 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 204974 46194 1384 9 0 202336 0
[pid=19279/tid=19281] ppid=19277 vsize=819896 CPUtime=1.28
/proc/19279/task/19281/stat : 19281 (java) R 19277 19279 16959 0 -1 64 17300 0 1 0 119 9 0 0 25 0 12 0 1996930122 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4109679881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=819896 CPUtime=0.51
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 15038 0 0 0 45 6 0 0 16 0 12 0 1996930122 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19283] ppid=19277 vsize=819896 CPUtime=0.48
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 12816 0 0 0 43 5 0 0 19 0 12 0 1996930122 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=819896 CPUtime=0
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 16959 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996930124 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=819896 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996930125 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=819896 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996930125 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=819896 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=819896 CPUtime=0.74
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4811 0 0 0 74 0 0 0 16 0 12 0 1996930128 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=819896 CPUtime=0.33
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1335 0 0 0 33 0 0 0 16 0 12 0 1996930129 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=819896 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996930129 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=819896 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996930129 839573504 46194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 819896

[startup+6.30217 s]
/proc/loadavg: 2.17 2.11 2.04 3/87 19291
/proc/meminfo: memFree=1405432/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=819188 CPUtime=6.69
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 56862 0 1 0 643 26 0 0 18 0 12 0 1996930120 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 204797 50680 1384 9 0 202159 0
[pid=19279/tid=19281] ppid=19277 vsize=819188 CPUtime=4.11
/proc/19279/task/19281/stat : 19281 (java) R 19277 19279 16959 0 -1 64 17307 0 1 0 402 9 0 0 25 0 12 0 1996930122 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4109710269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=819188 CPUtime=0.73
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 17426 0 0 0 66 7 0 0 16 0 12 0 1996930122 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=819188 CPUtime=0.7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 15189 0 0 0 64 6 0 0 16 0 12 0 1996930122 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 16959 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1996930124 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996930125 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996930125 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=819188 CPUtime=0.74
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4811 0 0 0 74 0 0 0 16 0 12 0 1996930128 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=819188 CPUtime=0.34
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1335 0 0 0 34 0 0 0 16 0 12 0 1996930129 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996930129 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996930129 838848512 50680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 819188

[startup+12.7012 s]
/proc/loadavg: 2.16 2.11 2.04 3/87 19291
/proc/meminfo: memFree=1355256/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=819188 CPUtime=13.09
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 70508 0 1 0 1279 30 0 0 18 0 12 0 1996930120 838848512 64303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 204797 64312 1385 9 0 202159 0
[pid=19279/tid=19281] ppid=19277 vsize=819188 CPUtime=10.2
/proc/19279/task/19281/stat : 19281 (java) R 19277 19279 16959 0 -1 64 17331 0 1 0 1011 9 0 0 25 0 12 0 1996930122 838848512 64318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=819188 CPUtime=0.85
/proc/19279/task/19282/stat : 19282 (java) R 19277 19279 16959 0 -1 64 23330 0 0 0 77 8 0 0 15 0 12 0 1996930122 838848512 64326 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=819188 CPUtime=0.83
/proc/19279/task/19283/stat : 19283 (java) R 19277 19279 16959 0 -1 64 22924 0 0 0 75 8 0 0 15 0 12 0 1996930122 838848512 64334 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19284/stat : 19284 (java) R 19277 19279 16959 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1996930124 838848512 64341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996930125 838848512 64349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996930125 838848512 64357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 838848512 64364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=819188 CPUtime=0.77
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4820 0 0 0 77 0 0 0 17 0 12 0 1996930128 838848512 64364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=819188 CPUtime=0.36
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1339 0 0 0 36 0 0 0 16 0 12 0 1996930129 838848512 64364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996930129 838848512 64364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996930129 838848512 64364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 819188

[startup+25.5024 s]
/proc/loadavg: 2.12 2.10 2.04 3/87 19291
/proc/meminfo: memFree=1257784/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=819188 CPUtime=25.88
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 92411 0 1 0 2550 38 0 0 18 0 12 0 1996930120 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 204797 86178 1385 9 0 202159 0
[pid=19279/tid=19281] ppid=19277 vsize=819188 CPUtime=22.51
/proc/19279/task/19281/stat : 19281 (java) R 19277 19279 16959 0 -1 64 17359 0 1 0 2242 9 0 0 17 0 12 0 1996930122 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4109679881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=819188 CPUtime=1.04
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 33987 0 0 0 92 12 0 0 16 0 12 0 1996930122 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=819188 CPUtime=1.04
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 34108 0 0 0 92 12 0 0 16 0 12 0 1996930122 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19284] ppid=19277 vsize=819188 CPUtime=0.01
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 16959 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 1996930124 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19285] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996930125 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996930125 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=819188 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 838848512 86178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+236.702 s]
/proc/loadavg: 2.34 2.12 2.04 3/88 19292
/proc/meminfo: memFree=901296/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=823192 CPUtime=236.19
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 237086 0 1 0 23522 97 0 0 18 0 12 0 1996930120 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 205798 175323 1389 9 0 203160 0
[pid=19279/tid=19281] ppid=19277 vsize=823192 CPUtime=193.88
/proc/19279/task/19281/stat : 19281 (java) R 19277 19279 16959 0 -1 64 17736 0 1 0 19377 11 0 0 25 0 12 0 1996930122 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=823192 CPUtime=4.04
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 81739 0 0 0 376 28 0 0 16 0 12 0 1996930122 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=823192 CPUtime=3.74
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 74561 0 0 0 347 27 0 0 15 0 12 0 1996930122 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=823192 CPUtime=33.26
/proc/19279/task/19284/stat : 19284 (java) R 19277 19279 16959 0 -1 64 56123 0 0 0 3298 28 0 0 16 0 12 0 1996930124 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 105677344 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996930125 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996930125 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19287] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=823192 CPUtime=0.81
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4821 0 0 0 81 0 0 0 16 0 12 0 1996930128 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=823192 CPUtime=0.4
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1343 0 0 0 40 0 0 0 17 0 12 0 1996930129 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996930129 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996930129 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.19
Current children cumulated vsize (KiB) 823192

[startup+239.902 s]
/proc/loadavg: 2.39 2.14 2.05 3/88 19292
/proc/meminfo: memFree=897520/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=823192 CPUtime=239.38
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 241092 0 1 0 23839 99 0 0 18 0 12 0 1996930120 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 205798 175323 1389 9 0 203160 0
[pid=19279/tid=19281] ppid=19277 vsize=823192 CPUtime=194
/proc/19279/task/19281/stat : 19281 (java) S 19277 19279 16959 0 -1 64 17738 0 1 0 19389 11 0 0 25 0 12 0 1996930122 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=823192 CPUtime=4.04
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 81739 0 0 0 376 28 0 0 16 0 12 0 1996930122 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=823192 CPUtime=3.74
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 74561 0 0 0 347 27 0 0 15 0 12 0 1996930122 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=823192 CPUtime=36.33
/proc/19279/task/19284/stat : 19284 (java) R 19277 19279 16959 0 -1 64 60127 0 0 0 3603 30 0 0 18 0 12 0 1996930124 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996930125 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996930125 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19287] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996930128 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=823192 CPUtime=0.81
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4821 0 0 0 81 0 0 0 16 0 12 0 1996930128 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=823192 CPUtime=0.4
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1343 0 0 0 40 0 0 0 17 0 12 0 1996930129 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996930129 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=823192 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996930129 842948608 175323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 239.38
Current children cumulated vsize (KiB) 823192

[startup+243.107 s]
/proc/loadavg: 2.39 2.14 2.05 3/89 19293
/proc/meminfo: memFree=897448/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=823516 CPUtime=242.57
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 246110 0 1 0 24155 102 0 0 18 0 13 0 1996930120 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 205879 175331 1390 9 0 203241 0
[pid=19279/tid=19281] ppid=19277 vsize=823516 CPUtime=194
/proc/19279/task/19281/stat : 19281 (java) S 19277 19279 16959 0 -1 64 17747 0 1 0 19389 11 0 0 18 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=823516 CPUtime=4.04
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 81739 0 0 0 376 28 0 0 16 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=823516 CPUtime=3.74
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 74561 0 0 0 347 27 0 0 15 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=823516 CPUtime=39.51
/proc/19279/task/19284/stat : 19284 (java) R 19277 19279 16959 0 -1 64 65132 0 0 0 3919 32 0 0 25 0 13 0 1996930124 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996930125 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996930125 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1996930128 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=823516 CPUtime=0.81
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4821 0 0 0 81 0 0 0 16 0 13 0 1996930128 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=823516 CPUtime=0.4
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1343 0 0 0 40 0 0 0 17 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19293] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 16959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1996954395 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 242.57
Current children cumulated vsize (KiB) 823516

[startup+244.702 s]
/proc/loadavg: 2.36 2.14 2.05 3/89 19293
/proc/meminfo: memFree=897448/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=823516 CPUtime=244.15
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 249116 0 1 0 24312 103 0 0 18 0 13 0 1996930120 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 205879 175331 1390 9 0 203241 0
[pid=19279/tid=19281] ppid=19277 vsize=823516 CPUtime=194
/proc/19279/task/19281/stat : 19281 (java) S 19277 19279 16959 0 -1 64 17747 0 1 0 19389 11 0 0 18 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=823516 CPUtime=4.04
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 81739 0 0 0 376 28 0 0 16 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=823516 CPUtime=3.74
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 74561 0 0 0 347 27 0 0 15 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=823516 CPUtime=41.1
/proc/19279/task/19284/stat : 19284 (java) R 19277 19279 16959 0 -1 64 68135 0 0 0 4076 34 0 0 25 0 13 0 1996930124 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1996930125 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996930125 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1996930128 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=823516 CPUtime=0.81
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4821 0 0 0 81 0 0 0 16 0 13 0 1996930128 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=823516 CPUtime=0.4
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1343 0 0 0 40 0 0 0 17 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19293] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 16959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1996954395 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 244.15
Current children cumulated vsize (KiB) 823516

[startup+245.102 s]
/proc/loadavg: 2.36 2.14 2.05 3/89 19293
/proc/meminfo: memFree=897448/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=823516 CPUtime=244.55
/proc/19279/stat : 19279 (java) S 19277 19279 16959 0 -1 0 249116 0 1 0 24352 103 0 0 18 0 13 0 1996930120 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 205879 175331 1390 9 0 203241 0
[pid=19279/tid=19281] ppid=19277 vsize=823516 CPUtime=194
/proc/19279/task/19281/stat : 19281 (java) S 19277 19279 16959 0 -1 64 17747 0 1 0 19389 11 0 0 18 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=823516 CPUtime=4.04
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 16959 0 -1 64 81739 0 0 0 376 28 0 0 16 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=823516 CPUtime=3.74
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 16959 0 -1 64 74561 0 0 0 347 27 0 0 15 0 13 0 1996930122 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=823516 CPUtime=41.5
/proc/19279/task/19284/stat : 19284 (java) R 19277 19279 16959 0 -1 64 68135 0 0 0 4116 34 0 0 25 0 13 0 1996930124 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 16959 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1996930125 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996930125 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 16959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1996930128 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=823516 CPUtime=0.81
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 16959 0 -1 64 4821 0 0 0 81 0 0 0 16 0 13 0 1996930128 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=823516 CPUtime=0.4
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 16959 0 -1 64 1343 0 0 0 40 0 0 0 17 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1996930129 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19279/tid=19293] ppid=19277 vsize=823516 CPUtime=0
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 16959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1996954395 843280384 175331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 244.55
Current children cumulated vsize (KiB) 823516

[startup+245.502 s]
/proc/loadavg: 2.36 2.14 2.05 3/89 19293
/proc/meminfo: memFree=897448/2055920 swapFree=4180240/4192956
[pid=19279] ppid=19277 vsize=0 CPUtime=244.93
/proc/19279/stat : 19279 (java) Z 19277 19279 16959 0 -1 12 249122 0 1 0 24388 105 0 0 16 0 2 0 1996930120 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19279/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 244.93
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 245.586
CPU time (s): 245.032
CPU user time (s): 243.89
CPU system time (s): 1.14183
CPU usage (%): 99.7742
Max. virtual memory (cumulated for all children) (KiB): 823516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.89
system time used= 1.14183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249122
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= 11036
involuntary context switches= 10352

runsolver used 0.318951 second user time and 0.731888 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 15:53:01
IDJOB=1074742
IDBENCH=56436
IDSOLVER=344
FILE ID=node50/1074742-1215179581
PBS_JOBID= 7881466
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b03ce6bb41b3c7eeec8edd1190e4268e
RANDOM SEED=1556936780

node50.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.261
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.261
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:       1595512 kB
Buffers:         64940 kB
Cached:         207816 kB
SwapCached:       6724 kB
Active:         302532 kB
Inactive:        85676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595512 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:         122068 kB
Slab:            57152 kB
Committed_AS:  4056024 kB
PageTables:       2144 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= 66504 MiB
End job on node50 at 2008-07-04 15:57:07