Trace number 2080359

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 330.791 332.127

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-5.xml
MD5SUM1b1d2d2d7706319bf2fd92a5865476d2
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 benchmark368.53
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2080359-1247369761.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.58/0.68	c reading variables done.
1.08/1.12	c reading predicates  done.
1.68/1.75	c reading constraints
330.59/331.98	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
330.59/331.98		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
330.59/331.98		at org.mozilla.javascript.gen.c3.call(rhino.log)
330.59/331.98		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
330.59/331.99		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
330.59/331.99		at org.mozilla.javascript.gen.c3.call(rhino.log)
330.59/331.99		at org.mozilla.javascript.gen.c3.exec(rhino.log)
330.59/331.99		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
330.59/331.99		at org.sat4j.csp.Predicate.find(Unknown Source)
330.59/331.99		at org.sat4j.csp.Predicate.find(Unknown Source)
330.59/331.99		at org.sat4j.csp.Predicate.find(Unknown Source)
330.59/331.99		at org.sat4j.csp.Predicate.toClause(Unknown Source)
330.59/331.99		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
330.59/331.99		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
330.59/331.99		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
330.59/331.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
330.59/331.99		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
330.59/331.99		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
330.59/331.99		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
330.59/331.99		at org.sat4j.AbstractLauncher.run(Unknown Source)
330.59/331.99		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
330.59/331.99	c starts		: 0
330.59/331.99	c conflicts		: 0
330.59/331.99	c decisions		: 0
330.59/331.99	c propagations		: 0
330.59/331.99	c inspects		: 0
330.59/331.99	c learnt literals	: 0
330.59/331.99	c learnt binary clauses	: 0
330.59/331.99	c learnt ternary clauses	: 0
330.59/331.99	c learnt clauses	: 0
330.59/331.99	c ignored clauses	: 0
330.59/331.99	c root simplifications	: 0
330.59/331.99	c removed literals (reason simplification)	: 0
330.59/331.99	c reason swapping (by a shorter reason)	: 0
330.59/331.99	c Calls to reduceDB	: 0
330.59/331.99	c speed (assignments/second)	: 0.0
330.59/331.99	c non guided choices	0
330.59/331.99	c learnt constraints type 
330.59/331.99	c constraints type 
330.59/331.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141288
330.59/331.99	c org.sat4j.minisat.constraints.card.AtLeast => 225
330.59/331.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10
330.59/331.99	s UNKNOWN
330.59/331.99	c Total wall clock time (in seconds) : 331.742

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080359-1247369761/watcher-2080359-1247369761 -o /tmp/evaluation-result-2080359-1247369761/solver-2080359-1247369761 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080359-1247369761.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.35 2.11 2.05 4/80 27245
/proc/meminfo: memFree=1692568/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=13208 CPUtime=0
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24039674 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 3302 521 219 9 0 1186 0
[pid=27245/tid=27246] ppid=27243 vsize=13208 CPUtime=0
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24039676 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 8765400 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.095685 s]
/proc/loadavg: 2.35 2.11 2.05 4/80 27245
/proc/meminfo: memFree=1692568/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=803004 CPUtime=0.08
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 2909 0 1 0 6 2 0 0 18 0 9 0 24039674 822276096 2654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 200751 2654 1045 9 0 198102 0
[pid=27245/tid=27246] ppid=27243 vsize=803004 CPUtime=0.07
/proc/27245/task/27246/stat : 27246 (java) S 27243 27245 23333 0 -1 64 2168 0 1 0 6 1 0 0 18 0 9 0 24039676 822276096 2654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 803004

[startup+0.101735 s]
/proc/loadavg: 2.35 2.11 2.05 4/80 27245
/proc/meminfo: memFree=1692568/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=804560 CPUtime=0.09
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 3002 0 1 0 7 2 0 0 18 0 12 0 24039674 823869440 2745 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 201140 2745 1080 9 0 198474 0
[pid=27245/tid=27246] ppid=27243 vsize=804560 CPUtime=0.07
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 2246 0 1 0 6 1 0 0 21 0 12 0 24039676 823869440 2745 996147200 134512640 134550932 4294956016 18446744073709551615 106579221 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302756 s]
/proc/loadavg: 2.35 2.11 2.05 4/80 27245
/proc/meminfo: memFree=1692568/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=805628 CPUtime=0.28
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 4303 0 1 0 25 3 0 0 18 0 12 0 24039674 824963072 4040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 201407 4040 1359 9 0 198734 0
[pid=27245/tid=27246] ppid=27243 vsize=805628 CPUtime=0.21
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 3063 0 1 0 19 2 0 0 18 0 12 0 24039676 824963072 4040 996147200 134512640 134550932 4294956016 18446744073709551615 105829921 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701739 s]
/proc/loadavg: 2.35 2.11 2.05 4/80 27245
/proc/meminfo: memFree=1692568/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=808408 CPUtime=0.69
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 6260 0 1 0 64 5 0 0 18 0 12 0 24039674 827809792 5225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202102 5225 1388 9 0 199429 0
[pid=27245/tid=27246] ppid=27243 vsize=808408 CPUtime=0.39
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 3533 0 1 0 36 3 0 0 20 0 12 0 24039676 827809792 5225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808408

[startup+1.50181 s]
/proc/loadavg: 2.35 2.11 2.05 3/92 27257
/proc/meminfo: memFree=1658360/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=808408 CPUtime=1.48
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 29550 0 1 0 134 14 0 0 18 0 12 0 24039674 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202102 28513 1400 9 0 199429 0
[pid=27245/tid=27246] ppid=27243 vsize=808408 CPUtime=0.67
/proc/27245/task/27246/stat : 27246 (java) S 27243 27245 23333 0 -1 64 16982 0 1 0 59 8 0 0 23 0 12 0 24039676 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=808408 CPUtime=0.14
/proc/27245/task/27248/stat : 27248 (java) R 27243 27245 23333 0 -1 64 4476 0 0 0 13 1 0 0 18 0 12 0 24039677 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27249] ppid=27243 vsize=808408 CPUtime=0.16
/proc/27245/task/27249/stat : 27249 (java) R 27243 27245 23333 0 -1 64 5357 0 0 0 15 1 0 0 18 0 12 0 24039677 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27250] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27250/stat : 27250 (java) S 27243 27245 23333 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24039679 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27251] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24039679 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24039679 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=808408 CPUtime=0.44
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 1981 0 0 0 44 0 0 0 17 0 12 0 24039684 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27256] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=808408 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 827809792 28513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808408

[startup+3.10295 s]
/proc/loadavg: 2.32 2.11 2.05 4/92 27257
/proc/meminfo: memFree=1572472/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=810484 CPUtime=3.08
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 36515 0 1 0 290 18 0 0 18 0 12 0 24039674 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202621 34569 1432 9 0 199948 0
[pid=27245/tid=27246] ppid=27243 vsize=810484 CPUtime=1.61
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17206 0 1 0 152 9 0 0 25 0 12 0 24039676 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4109618086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27248] ppid=27243 vsize=810484 CPUtime=0.25
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 7233 0 0 0 22 3 0 0 17 0 12 0 24039677 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27249] ppid=27243 vsize=810484 CPUtime=0.24
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 7818 0 0 0 22 2 0 0 17 0 12 0 24039677 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27250] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27250/stat : 27250 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24039679 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27251] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=810484 CPUtime=0.92
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3491 0 0 0 91 1 0 0 18 0 12 0 24039684 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27256] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=810484 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 829935616 34569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810484

[startup+6.30223 s]
/proc/loadavg: 2.32 2.11 2.05 3/92 27257
/proc/meminfo: memFree=1546888/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=809660 CPUtime=6.29
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 40296 0 1 0 610 19 0 0 18 0 12 0 24039674 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202415 38141 1433 9 0 199742 0
[pid=27245/tid=27246] ppid=27243 vsize=809660 CPUtime=4.22
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17215 0 1 0 413 9 0 0 23 0 12 0 24039676 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4109673620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27248] ppid=27243 vsize=809660 CPUtime=0.47
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 9829 0 0 0 43 4 0 0 16 0 12 0 24039677 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27249] ppid=27243 vsize=809660 CPUtime=0.39
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 8970 0 0 0 36 3 0 0 16 0 12 0 24039677 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27250] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27250/stat : 27250 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24039679 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27251] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=809660 CPUtime=1.16
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3515 0 0 0 115 1 0 0 16 0 12 0 24039684 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27256] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=809660 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 829091840 38141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 809660

[startup+12.7028 s]
/proc/loadavg: 2.27 2.11 2.04 3/92 27257
/proc/meminfo: memFree=1502792/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=809404 CPUtime=12.65
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 51420 0 1 0 1242 23 0 0 18 0 12 0 24039674 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202351 49180 1433 9 0 199678 0
[pid=27245/tid=27246] ppid=27243 vsize=809404 CPUtime=10.32
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17236 0 1 0 1023 9 0 0 25 0 12 0 24039676 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4109580971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27248] ppid=27243 vsize=809404 CPUtime=0.64
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 17840 0 0 0 58 6 0 0 16 0 12 0 24039677 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27249] ppid=27243 vsize=809404 CPUtime=0.48
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 12062 0 0 0 44 4 0 0 16 0 12 0 24039677 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27250] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27250/stat : 27250 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 24039679 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27251] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=809404 CPUtime=1.17
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3515 0 0 0 116 1 0 0 16 0 12 0 24039684 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27256] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=809404 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 828829696 49180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 809404

[startup+25.5029 s]
/proc/loadavg: 2.23 2.10 2.04 3/92 27257
/proc/meminfo: memFree=1425288/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=809404 CPUtime=25.39
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 70218 0 1 0 2508 31 0 0 18 0 12 0 24039674 828829696 67953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202351 67953 1433 9 0 199678 0
[pid=27245/tid=27246] ppid=27243 vsize=809404 CPUtime=22.7
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17262 0 1 0 2261 9 0 0 25 0 12 0 24039676 828829696 67953 996147200 134512640 134550932 4294956016 18446744073709551615 4109721853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=809404 CPUtime=0.77
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 27928 0 0 0 67 10 0 0 16 0 12 0 24039677 828829696 67953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27249] ppid=27243 vsize=809404 CPUtime=0.67

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

[pid=27245/tid=27256] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.03
Current children cumulated vsize (KiB) 809360

[startup+319.902 s]
/proc/loadavg: 2.38 2.15 2.06 3/92 27257
/proc/meminfo: memFree=1008328/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=809360 CPUtime=318.71
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 282779 0 1 0 31747 124 0 0 18 0 12 0 24039674 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202340 171833 1437 9 0 199667 0
[pid=27245/tid=27246] ppid=27243 vsize=809360 CPUtime=276.63
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17788 0 1 0 27651 12 0 0 25 0 12 0 24039676 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4109292903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=809360 CPUtime=4.61
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 80824 0 0 0 432 29 0 0 16 0 12 0 24039677 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27249] ppid=27243 vsize=809360 CPUtime=4.32
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 71663 0 0 0 404 28 0 0 15 0 12 0 24039677 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27250] ppid=27243 vsize=809360 CPUtime=31.88
/proc/27245/task/27250/stat : 27250 (java) S 27243 27245 23333 0 -1 64 108233 0 0 0 3137 51 0 0 16 0 12 0 24039679 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27251] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=809360 CPUtime=1.22
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3517 0 0 0 121 1 0 0 17 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27256] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.71
Current children cumulated vsize (KiB) 809360

[startup+326.31 s]
/proc/loadavg: 2.43 2.16 2.06 4/92 27257
/proc/meminfo: memFree=1004296/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=809360 CPUtime=325.04
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 302319 0 1 0 32372 132 0 0 18 0 12 0 24039674 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202340 171833 1437 9 0 199667 0
[pid=27245/tid=27246] ppid=27243 vsize=809360 CPUtime=277.84
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17802 0 1 0 27772 12 0 0 25 0 12 0 24039676 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=809360 CPUtime=4.61
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 80824 0 0 0 432 29 0 0 16 0 12 0 24039677 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27249] ppid=27243 vsize=809360 CPUtime=4.32
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 71663 0 0 0 404 28 0 0 15 0 12 0 24039677 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27250] ppid=27243 vsize=809360 CPUtime=37.01
/proc/27245/task/27250/stat : 27250 (java) R 27243 27245 23333 0 -1 64 127759 0 0 0 3641 60 0 0 16 0 12 0 24039679 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 105880877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27251] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=809360 CPUtime=1.22
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3517 0 0 0 121 1 0 0 17 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27256] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=809360 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 828784640 171833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 325.04
Current children cumulated vsize (KiB) 809360

[startup+329.501 s]
/proc/loadavg: 2.48 2.17 2.07 4/92 27257
/proc/meminfo: memFree=1004296/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=811364 CPUtime=328.21
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 313341 0 1 0 32684 137 0 0 18 0 12 0 24039674 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 202841 172334 1437 9 0 200168 0
[pid=27245/tid=27246] ppid=27243 vsize=811364 CPUtime=278.21
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17809 0 1 0 27809 12 0 0 25 0 12 0 24039676 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=811364 CPUtime=4.61
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 80824 0 0 0 432 29 0 0 16 0 12 0 24039677 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27249] ppid=27243 vsize=811364 CPUtime=4.32
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 71663 0 0 0 404 28 0 0 15 0 12 0 24039677 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27250] ppid=27243 vsize=811364 CPUtime=39.8
/proc/27245/task/27250/stat : 27250 (java) R 27243 27245 23333 0 -1 64 138774 0 0 0 3916 64 0 0 16 0 12 0 24039679 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 105696573 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27251] ppid=27243 vsize=811364 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=811364 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=811364 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=811364 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=811364 CPUtime=1.22
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3517 0 0 0 121 1 0 0 17 0 12 0 24039684 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27256] ppid=27243 vsize=811364 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=811364 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 830836736 172334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 328.21
Current children cumulated vsize (KiB) 811364

[startup+331.107 s]
/proc/loadavg: 2.48 2.17 2.07 4/92 27257
/proc/meminfo: memFree=1004296/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=813364 CPUtime=329.79
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 318851 0 1 0 32839 140 0 0 18 0 12 0 24039674 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 203341 172834 1437 9 0 200668 0
[pid=27245/tid=27246] ppid=27243 vsize=813364 CPUtime=278.29
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17812 0 1 0 27817 12 0 0 25 0 12 0 24039676 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=813364 CPUtime=4.61
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 80824 0 0 0 432 29 0 0 16 0 12 0 24039677 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27249] ppid=27243 vsize=813364 CPUtime=4.32
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 71663 0 0 0 404 28 0 0 15 0 12 0 24039677 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27250] ppid=27243 vsize=813364 CPUtime=41.3
/proc/27245/task/27250/stat : 27250 (java) R 27243 27245 23333 0 -1 64 144281 0 0 0 4063 67 0 0 16 0 12 0 24039679 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27251] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=813364 CPUtime=1.22
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3517 0 0 0 121 1 0 0 17 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27256] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 329.79
Current children cumulated vsize (KiB) 813364

[startup+331.903 s]
/proc/loadavg: 2.48 2.17 2.07 4/92 27257
/proc/meminfo: memFree=1004296/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=813364 CPUtime=330.59
/proc/27245/stat : 27245 (java) S 27243 27245 23333 0 -1 0 321859 0 1 0 32918 141 0 0 18 0 12 0 24039674 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27245/statm: 203341 172834 1436 9 0 200668 0
[pid=27245/tid=27246] ppid=27243 vsize=813364 CPUtime=278.35
/proc/27245/task/27246/stat : 27246 (java) R 27243 27245 23333 0 -1 64 17816 0 1 0 27823 12 0 0 25 0 12 0 24039676 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27248] ppid=27243 vsize=813364 CPUtime=4.61
/proc/27245/task/27248/stat : 27248 (java) S 27243 27245 23333 0 -1 64 80824 0 0 0 432 29 0 0 16 0 12 0 24039677 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27249] ppid=27243 vsize=813364 CPUtime=4.32
/proc/27245/task/27249/stat : 27249 (java) S 27243 27245 23333 0 -1 64 71663 0 0 0 404 28 0 0 15 0 12 0 24039677 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27250] ppid=27243 vsize=813364 CPUtime=42.03
/proc/27245/task/27250/stat : 27250 (java) R 27243 27245 23333 0 -1 64 147285 0 0 0 4135 68 0 0 16 0 12 0 24039679 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 104187785 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27251] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27251/stat : 27251 (java) S 27243 27245 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24039679 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27252] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27252/stat : 27252 (java) S 27243 27245 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24039679 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27253] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27253/stat : 27253 (java) S 27243 27245 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27254] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27254/stat : 27254 (java) S 27243 27245 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27255] ppid=27243 vsize=813364 CPUtime=1.22
/proc/27245/task/27255/stat : 27255 (java) S 27243 27245 23333 0 -1 64 3517 0 0 0 121 1 0 0 17 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27245/tid=27256] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27256/stat : 27256 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27245/tid=27257] ppid=27243 vsize=813364 CPUtime=0
/proc/27245/task/27257/stat : 27257 (java) S 27243 27245 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24039684 832884736 172834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 330.59
Current children cumulated vsize (KiB) 813364

[startup+332.103 s]
/proc/loadavg: 2.44 2.17 2.07 3/82 27258
/proc/meminfo: memFree=1573576/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=0 CPUtime=330.76
/proc/27245/stat : 27245 (java) Z 27243 27245 23333 0 -1 12 321874 0 1 0 32927 149 0 0 16 0 2 0 24039674 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27245/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 330.76
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 332.127
CPU time (s): 330.791
CPU user time (s): 329.276
CPU system time (s): 1.51477
CPU usage (%): 99.5978
Max. virtual memory (cumulated for all children) (KiB): 815368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.276
system time used= 1.51477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321874
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= 16668
involuntary context switches= 14894

runsolver used 0.460929 second user time and 1.07984 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 05:36:01
IDJOB=2080359
IDBENCH=57071
IDSOLVER=731
FILE ID=node50/2080359-1247369761
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 1b1d2d2d7706319bf2fd92a5865476d2
RANDOM SEED=691392682

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1693048 kB
Buffers:         31428 kB
Cached:         165636 kB
SwapCached:          0 kB
Active:         215284 kB
Inactive:        92660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:         128836 kB
Slab:            40004 kB
Committed_AS:   943448 kB
PageTables:       2060 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= 66424 MiB
End job on node50 at 2009-07-12 05:41:33