Trace number 1066548

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) 77.9991 76.8139

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-13_ext.xml
MD5SUMb2a514f597be5c58b1ba68e3430970ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.129979
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.20/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.28	c See www.sat4j.org for details.
0.20/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1066548-1215148491.xml
0.29/0.37	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.69/0.72	c reading relations done.
1.39/1.45	c reading constraints
64.41/63.21	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
69.82/68.62		at org.sat4j.core.Vec.ensure(Vec.java:175)
69.82/68.62		at org.sat4j.core.Vec.push(Vec.java:182)
69.82/68.62		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
69.82/68.62		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
69.82/68.62		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
69.82/68.62		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
69.82/68.62		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
69.82/68.62		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
69.82/68.62		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
69.82/68.62		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
69.82/68.62		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
77.61/76.45	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
77.61/76.45		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
77.61/76.45		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
77.61/76.45		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
77.61/76.45		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-1066548-1215148491/watcher-1066548-1215148491 -o /tmp/evaluation-result-1066548-1215148491/solver-1066548-1215148491 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066548-1215148491.xml 

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


[startup+0 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 18666
/proc/meminfo: memFree=1870224/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=1804 CPUtime=0
/proc/18666/stat : 18666 (java6) R 18664 18666 15292 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1993824388 1847296 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/18666/statm: 451 158 114 9 0 93 0

[startup+0.02055 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 18666
/proc/meminfo: memFree=1870224/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=797516 CPUtime=0.01
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 1551 0 1 0 0 1 0 0 18 0 2 0 1993824388 816656384 1293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 199379 1303 397 9 0 197157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797516

[startup+0.101564 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 18666
/proc/meminfo: memFree=1870224/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=804756 CPUtime=0.08
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 3161 0 1 0 7 1 0 0 18 0 12 0 1993824388 824070144 2892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 201189 2892 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301599 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 18666
/proc/meminfo: memFree=1870224/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=808344 CPUtime=0.29
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 4980 0 1 0 27 2 0 0 18 0 12 0 1993824388 827744256 4287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 202086 4287 1310 9 0 199455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808344

[startup+0.701678 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 18666
/proc/meminfo: memFree=1870224/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=808372 CPUtime=0.69
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 6482 0 1 0 66 3 0 0 18 0 12 0 1993824388 827772928 5516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 202093 5517 1335 9 0 199455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808372

[startup+1.50284 s]
/proc/loadavg: 1.98 2.01 2.00 4/93 18678
/proc/meminfo: memFree=1849776/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=814516 CPUtime=1.49
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 11355 0 1 0 144 5 0 0 18 0 12 0 1993824388 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 203629 8415 1352 9 0 200991 0
[pid=18666/tid=18668] ppid=18664 vsize=814516 CPUtime=0.62
/proc/18666/task/18668/stat : 18668 (java) R 18664 18666 15292 0 -1 64 5407 0 1 0 60 2 0 0 25 0 12 0 1993824389 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1993824390 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1993824390 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18671/stat : 18671 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1993824392 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1993824392 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1993824392 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993824396 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=814516 CPUtime=0.51
/proc/18666/task/18675/stat : 18675 (java) R 18664 18666 15292 0 -1 64 3712 0 0 0 50 1 0 0 16 0 12 0 1993824396 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 105480517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=814516 CPUtime=0.33
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 1474 0 0 0 33 0 0 0 16 0 12 0 1993824396 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993824396 834064384 8415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=814516 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993824396 834064384 8415 996147200 134512640 134550740 4294956032 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) 814516

[startup+3.10215 s]
/proc/loadavg: 1.98 2.01 2.00 3/93 18678
/proc/meminfo: memFree=1818928/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=822204 CPUtime=3.09
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 37347 0 1 0 293 16 0 0 18 0 12 0 1993824388 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 205551 31547 1360 9 0 202913 0
[pid=18666/tid=18668] ppid=18664 vsize=822204 CPUtime=1.71
/proc/18666/task/18668/stat : 18668 (java) R 18664 18666 15292 0 -1 64 17002 0 1 0 164 7 0 0 25 0 12 0 1993824389 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4109680179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=822204 CPUtime=0.11
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 6836 0 0 0 9 2 0 0 18 0 12 0 1993824390 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=822204 CPUtime=0.11
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 6489 0 0 0 10 1 0 0 18 0 12 0 1993824390 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=822204 CPUtime=0
/proc/18666/task/18671/stat : 18671 (java) S 18664 18666 15292 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993824392 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=822204 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993824392 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=822204 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1993824392 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=822204 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993824396 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=822204 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 12 0 1993824396 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=822204 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 12 0 1993824396 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=822204 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993824396 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=822204 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993824396 841936896 31547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 822204

[startup+6.30278 s]
/proc/loadavg: 1.98 2.01 2.00 5/93 18678
/proc/meminfo: memFree=1619760/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=828764 CPUtime=6.9
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 89493 0 1 0 653 37 0 0 18 0 12 0 1993824388 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 207191 77867 1360 9 0 204553 0
[pid=18666/tid=18668] ppid=18664 vsize=828764 CPUtime=3.28
/proc/18666/task/18668/stat : 18668 (java) R 18664 18666 15292 0 -1 64 17006 0 1 0 321 7 0 0 17 0 12 0 1993824389 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4109696357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18666/tid=18669] ppid=18664 vsize=828764 CPUtime=1.24
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 35247 0 0 0 110 14 0 0 18 0 12 0 1993824390 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18666/tid=18670] ppid=18664 vsize=828764 CPUtime=1.22
/proc/18666/task/18670/stat : 18670 (java) R 18664 18666 15292 0 -1 64 30220 0 0 0 111 11 0 0 18 0 12 0 1993824390 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18666/tid=18671] ppid=18664 vsize=828764 CPUtime=0
/proc/18666/task/18671/stat : 18671 (java) S 18664 18666 15292 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1993824392 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18666/tid=18672] ppid=18664 vsize=828764 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993824392 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=828764 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1993824392 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=828764 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993824396 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=828764 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 12 0 1993824396 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=828764 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 12 0 1993824396 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=828764 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993824396 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=828764 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993824396 848654336 77867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 828764

[startup+12.702 s]
/proc/loadavg: 2.06 2.03 2.00 4/93 18678
/proc/meminfo: memFree=1324784/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=844124 CPUtime=13.74
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 160888 0 1 0 1305 69 0 0 18 0 12 0 1993824388 864382976 143635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 211031 143638 1360 9 0 208393 0
[pid=18666/tid=18668] ppid=18664 vsize=844124 CPUtime=6.37
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35446 0 1 0 623 14 0 0 19 0 12 0 1993824389 864382976 143639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18666/tid=18669] ppid=18664 vsize=844124 CPUtime=3.51
/proc/18666/task/18669/stat : 18669 (java) R 18664 18666 15292 0 -1 64 64622 0 0 0 323 28 0 0 19 0 12 0 1993824390 864382976 143641 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=844124 CPUtime=2.71
/proc/18666/task/18670/stat : 18670 (java) R 18664 18666 15292 0 -1 64 53808 0 0 0 249 22 0 0 17 0 12 0 1993824390 864382976 143643 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=844124 CPUtime=0
/proc/18666/task/18671/stat : 18671 (java) S 18664 18666 15292 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993824392 864382976 143645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=844124 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993824392 864382976 143647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=844124 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1993824392 864382976 143649 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=844124 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993824396 864382976 143651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=844124 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 12 0 1993824396 864382976 143653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=844124 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 12 0 1993824396 864382976 143655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=844124 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993824396 864382976 143656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=844124 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993824396 864382976 143658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 844124

[startup+25.5016 s]
/proc/loadavg: 2.12 2.04 2.01 3/93 18678
/proc/meminfo: memFree=1148144/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=860128 CPUtime=26.73
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 254498 0 1 0 2567 106 0 0 18 0 12 0 1993824388 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 215032 184248 1365 9 0 212394 0
[pid=18666/tid=18668] ppid=18664 vsize=860128 CPUtime=9.22
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35454 0 1 0 908 14 0 0 18 0 12 0 1993824389 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=860128 CPUtime=4.48
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 70169 0 0 0 418 30 0 0 18 0 12 0 1993824390 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=860128 CPUtime=4.29
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 78101 0 0 0 398 31 0 0 16 0 12 0 1993824390 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=860128 CPUtime=7.57
/proc/18666/task/18671/stat : 18671 (java) R 18664 18666 15292 0 -1 64 63781 0 0 0 732 25 0 0 25 0 12 0 1993824392 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=860128 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993824392 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=860128 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993824392 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=860128 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993824396 880771072 184248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.05 2.03 2.00 3/94 18679
/proc/meminfo: memFree=1120040/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=845956 CPUtime=74.71
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 548622 0 1 0 7243 228 0 0 18 0 13 0 1993824388 866258944 180481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 211489 180487 1366 9 0 208851 0
[pid=18666/tid=18668] ppid=18664 vsize=845956 CPUtime=9.56
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35470 0 1 0 941 15 0 0 18 0 13 0 1993824389 866258944 180492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=845956 CPUtime=4.48
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 70169 0 0 0 418 30 0 0 18 0 13 0 1993824390 866258944 180499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=845956 CPUtime=4.29
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 78101 0 0 0 398 31 0 0 16 0 13 0 1993824390 866258944 180505 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=845956 CPUtime=55.23
/proc/18666/task/18671/stat : 18671 (java) R 18664 18666 15292 0 -1 64 357915 0 0 0 5376 147 0 0 25 0 13 0 1993824392 866258944 180513 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=845956 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993824392 866258944 180520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=845956 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993824392 866258944 180528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=845956 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1993824396 866258944 180535 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=845956 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 13 0 1993824396 866258944 180543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=845956 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 13 0 1993824396 866258944 180552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=845956 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1993824396 866258944 180560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=845956 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993824396 866258944 180568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18679] ppid=18664 vsize=845956 CPUtime=0
/proc/18666/task/18679/stat : 18679 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993831250 866258944 180576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.71
Current children cumulated vsize (KiB) 845956

[startup+75.1023 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 18679
/proc/meminfo: memFree=1119912/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=876452 CPUtime=76.31
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 564279 0 1 0 7397 234 0 0 18 0 13 0 1993824388 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 219113 188257 1366 9 0 216475 0
[pid=18666/tid=18668] ppid=18664 vsize=876452 CPUtime=9.56
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35470 0 1 0 941 15 0 0 18 0 13 0 1993824389 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=876452 CPUtime=4.48
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 70169 0 0 0 418 30 0 0 18 0 13 0 1993824390 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=876452 CPUtime=4.29
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 78101 0 0 0 398 31 0 0 16 0 13 0 1993824390 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=876452 CPUtime=56.83
/proc/18666/task/18671/stat : 18671 (java) R 18664 18666 15292 0 -1 64 373540 0 0 0 5530 153 0 0 25 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=876452 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=876452 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18679] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18679/stat : 18679 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993831250 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 876452

[startup+75.9065 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 18679
/proc/meminfo: memFree=1119912/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=876452 CPUtime=77.11
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 564279 0 1 0 7477 234 0 0 18 0 13 0 1993824388 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 219113 188257 1366 9 0 216475 0
[pid=18666/tid=18668] ppid=18664 vsize=876452 CPUtime=9.56
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35470 0 1 0 941 15 0 0 18 0 13 0 1993824389 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=876452 CPUtime=4.48
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 70169 0 0 0 418 30 0 0 18 0 13 0 1993824390 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=876452 CPUtime=4.29
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 78101 0 0 0 398 31 0 0 16 0 13 0 1993824390 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=876452 CPUtime=57.63
/proc/18666/task/18671/stat : 18671 (java) R 18664 18666 15292 0 -1 64 373540 0 0 0 5610 153 0 0 25 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 106123389 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=876452 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=876452 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18679] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18679/stat : 18679 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993831250 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.11
Current children cumulated vsize (KiB) 876452

[startup+76.3015 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 18679
/proc/meminfo: memFree=1119912/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=876452 CPUtime=77.51
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 564279 0 1 0 7517 234 0 0 18 0 13 0 1993824388 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 219113 188257 1366 9 0 216475 0
[pid=18666/tid=18668] ppid=18664 vsize=876452 CPUtime=9.56
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35470 0 1 0 941 15 0 0 18 0 13 0 1993824389 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=876452 CPUtime=4.48
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 70169 0 0 0 418 30 0 0 18 0 13 0 1993824390 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=876452 CPUtime=4.29
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 78101 0 0 0 398 31 0 0 16 0 13 0 1993824390 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=876452 CPUtime=58.03
/proc/18666/task/18671/stat : 18671 (java) R 18664 18666 15292 0 -1 64 373540 0 0 0 5650 153 0 0 25 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993824392 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=876452 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=876452 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993824396 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18679] ppid=18664 vsize=876452 CPUtime=0
/proc/18666/task/18679/stat : 18679 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993831250 897486848 188257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.51
Current children cumulated vsize (KiB) 876452

[startup+76.7016 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 18679
/proc/meminfo: memFree=1119912/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=844448 CPUtime=77.89
/proc/18666/stat : 18666 (java) S 18664 18666 15292 0 -1 0 564282 0 1 0 7554 235 0 0 18 0 12 0 1993824388 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 211112 180257 1367 9 0 208474 0
[pid=18666/tid=18668] ppid=18664 vsize=844448 CPUtime=9.56
/proc/18666/task/18668/stat : 18668 (java) S 18664 18666 15292 0 -1 64 35471 0 1 0 941 15 0 0 16 0 12 0 1993824389 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18669] ppid=18664 vsize=844448 CPUtime=4.48
/proc/18666/task/18669/stat : 18669 (java) S 18664 18666 15292 0 -1 64 70169 0 0 0 418 30 0 0 18 0 12 0 1993824390 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18670] ppid=18664 vsize=844448 CPUtime=4.29
/proc/18666/task/18670/stat : 18670 (java) S 18664 18666 15292 0 -1 64 78101 0 0 0 398 31 0 0 16 0 12 0 1993824390 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18671] ppid=18664 vsize=844448 CPUtime=58.4
/proc/18666/task/18671/stat : 18671 (java) S 18664 18666 15292 0 -1 64 373540 0 0 0 5686 154 0 0 25 0 12 0 1993824392 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18672] ppid=18664 vsize=844448 CPUtime=0
/proc/18666/task/18672/stat : 18672 (java) S 18664 18666 15292 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993824392 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18673] ppid=18664 vsize=844448 CPUtime=0
/proc/18666/task/18673/stat : 18673 (java) S 18664 18666 15292 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993824392 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18674] ppid=18664 vsize=844448 CPUtime=0
/proc/18666/task/18674/stat : 18674 (java) S 18664 18666 15292 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993824396 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18675] ppid=18664 vsize=844448 CPUtime=0.6
/proc/18666/task/18675/stat : 18675 (java) S 18664 18666 15292 0 -1 64 3723 0 0 0 59 1 0 0 16 0 12 0 1993824396 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18676] ppid=18664 vsize=844448 CPUtime=0.5
/proc/18666/task/18676/stat : 18676 (java) S 18664 18666 15292 0 -1 64 2507 0 0 0 49 1 0 0 16 0 12 0 1993824396 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18677] ppid=18664 vsize=844448 CPUtime=0
/proc/18666/task/18677/stat : 18677 (java) S 18664 18666 15292 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993824396 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18666/tid=18678] ppid=18664 vsize=844448 CPUtime=0
/proc/18666/task/18678/stat : 18678 (java) S 18664 18666 15292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993824396 864714752 180257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.89
Current children cumulated vsize (KiB) 844448

[startup+76.8016 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 18679
/proc/meminfo: memFree=1119912/2055924 swapFree=4180432/4192956
[pid=18666] ppid=18664 vsize=0 CPUtime=77.98
/proc/18666/stat : 18666 (java) Z 18664 18666 15292 0 -1 12 564285 0 1 0 7554 244 0 0 16 0 2 0 1993824388 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18666/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.98
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.8139
CPU time (s): 77.9991
CPU user time (s): 75.5415
CPU system time (s): 2.45763
CPU usage (%): 101.543
Max. virtual memory (cumulated for all children) (KiB): 892456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.5415
system time used= 2.45763
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564285
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= 2211
involuntary context switches= 3061

runsolver used 0.097985 second user time and 0.273958 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 07:14:51
IDJOB=1066548
IDBENCH=55128
IDSOLVER=344
FILE ID=node6/1066548-1215148491
PBS_JOBID= 7877296
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b2a514f597be5c58b1ba68e3430970ce
RANDOM SEED=1661932100

node6.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.265
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.265
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:      2055924 kB
MemFree:       1870768 kB
Buffers:          7184 kB
Cached:          99976 kB
SwapCached:       6536 kB
Active:          83496 kB
Inactive:        48532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1870768 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          41088 kB
Slab:            38384 kB
Committed_AS:  3326724 kB
PageTables:       2012 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= 66552 MiB
End job on node6 at 2008-07-04 07:16:08