Trace number 1075267

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? 100.139 98.9794

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-07.xml
MD5SUM0a686702ca9a26462bbb33f67d4dcac6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.42563
Satisfiable
(Un)Satisfiability was proved
Number of variables446
Number of constraints3889
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3715
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1075267-1215180466.xml
0.39/0.40	c reading problem ... 
0.59/0.66	c reading problem named null
0.59/0.66	c reading domains done.
0.59/0.67	c reading variables done.
0.99/1.10	c reading relations done.
6.25/6.32	c reading predicates  done.
6.45/6.51	c reading constraints
99.97/98.84	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
99.97/98.84		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
99.97/98.84		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
99.97/98.84		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
99.97/98.84		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
99.97/98.84		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
99.97/98.84		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
99.97/98.84		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
99.97/98.84		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/98.84		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/98.84		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/98.84		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/98.84		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
99.97/98.84		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
99.97/98.84		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
99.97/98.84		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
99.97/98.84		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
99.97/98.84		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
99.97/98.84		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
99.97/98.84		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
99.97/98.85		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
99.97/98.85		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
99.97/98.85		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
99.97/98.85	c starts		: 0
99.97/98.85	c conflicts		: 0
99.97/98.85	c decisions		: 0
99.97/98.85	c propagations		: 0
99.97/98.85	c inspects		: 0
99.97/98.85	c learnt literals	: 0
99.97/98.85	c learnt binary clauses	: 0
99.97/98.85	c learnt ternary clauses	: 0
99.97/98.85	c learnt clauses	: 0
99.97/98.85	c ignored clauses	: 0
99.97/98.85	c root simplifications	: 0
99.97/98.85	c removed literals (reason simplification)	: 0
99.97/98.85	c reason swapping (by a shorter reason)	: 0
99.97/98.85	c Calls to reduceDB	: 0
99.97/98.85	c speed (assignments/second)	: 0.0
99.97/98.85	c non guided choices	0
99.97/98.85	s UNKNOWN
99.97/98.85	c Total wall clock time (in seconds) : 98.451

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075267-1215180466/watcher-1075267-1215180466 -o /tmp/evaluation-result-1075267-1215180466/solver-1075267-1215180466 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075267-1215180466.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 32555
/proc/meminfo: memFree=1819856/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=18572 CPUtime=0
/proc/32555/stat : 32555 (runsolver) R 32553 32555 28347 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1997013807 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32555/statm: 4643 292 257 25 0 2626 0

[startup+0.017584 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 32555
/proc/meminfo: memFree=1819856/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=13288 CPUtime=0
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 744 0 0 0 0 0 0 0 20 0 2 0 1997013807 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 3322 538 219 9 0 1232 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13288

[startup+0.10138 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 32555
/proc/meminfo: memFree=1819856/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=804488 CPUtime=0.08
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 2940 0 1 0 6 2 0 0 20 0 12 0 1997013807 823795712 2673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 201122 2673 1043 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301404 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 32555
/proc/meminfo: memFree=1819856/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=808328 CPUtime=0.28
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 4946 0 1 0 25 3 0 0 20 0 12 0 1997013807 827727872 4274 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 202082 4274 1298 9 0 199451 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808328

[startup+0.701443 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 32555
/proc/meminfo: memFree=1819856/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=808356 CPUtime=0.68
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 6315 0 1 0 63 5 0 0 20 0 12 0 1997013807 827756544 5496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 202089 5496 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808356

[startup+1.50154 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 32567
/proc/meminfo: memFree=1800880/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=808356 CPUtime=1.47
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 8405 0 1 0 141 6 0 0 20 0 12 0 1997013807 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 202089 6772 1352 9 0 199451 0
[pid=32555/tid=32557] ppid=32553 vsize=808356 CPUtime=0.65
/proc/32555/task/32557/stat : 32557 (java) R 32553 32555 28347 0 -1 64 5017 0 1 0 61 4 0 0 25 0 12 0 1997013809 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32558] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1997013810 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32559] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1997013810 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32560] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32560/stat : 32560 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1997013812 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32561] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 1997013812 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32562] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1997013812 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32563] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=808356 CPUtime=0.44
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 1296 0 0 0 44 0 0 0 16 0 12 0 1997013817 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=808356 CPUtime=0.35
/proc/32555/task/32565/stat : 32565 (java) R 32553 32555 28347 0 -1 64 1330 0 0 0 35 0 0 0 16 0 12 0 1997013817 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 104098802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32566] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=808356 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 827756544 6772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808356

[startup+3.10271 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 32567
/proc/meminfo: memFree=1779376/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=813304 CPUtime=3.06
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 30792 0 1 0 287 19 0 0 20 0 12 0 1997013807 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 203326 27996 1356 9 0 200688 0
[pid=32555/tid=32557] ppid=32553 vsize=813304 CPUtime=1.67
/proc/32555/task/32557/stat : 32557 (java) R 32553 32555 28347 0 -1 64 17003 0 1 0 156 11 0 0 25 0 12 0 1997013809 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4109705721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32558] ppid=32553 vsize=813304 CPUtime=0.07
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 2371 0 0 0 6 1 0 0 16 0 12 0 1997013810 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32559] ppid=32553 vsize=813304 CPUtime=0.05
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 5664 0 0 0 3 2 0 0 16 0 12 0 1997013810 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32560] ppid=32553 vsize=813304 CPUtime=0
/proc/32555/task/32560/stat : 32560 (java) S 32553 32555 28347 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1997013812 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32561] ppid=32553 vsize=813304 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 1997013812 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32562] ppid=32553 vsize=813304 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1997013812 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32563] ppid=32553 vsize=813304 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=813304 CPUtime=0.72
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3568 0 0 0 71 1 0 0 16 0 12 0 1997013817 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=813304 CPUtime=0.49
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1398 0 0 0 49 0 0 0 16 0 12 0 1997013817 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32566] ppid=32553 vsize=813304 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=813304 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 832823296 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813304

[startup+6.30207 s]
/proc/loadavg: 2.30 2.06 2.02 5/93 32567
/proc/meminfo: memFree=1690736/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=813528 CPUtime=6.25
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 40962 0 1 0 599 26 0 0 20 0 12 0 1997013807 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 203382 38140 1356 9 0 200744 0
[pid=32555/tid=32557] ppid=32553 vsize=813528 CPUtime=4.34
/proc/32555/task/32557/stat : 32557 (java) R 32553 32555 28347 0 -1 64 17014 0 1 0 421 13 0 0 25 0 12 0 1997013809 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4109673443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32558] ppid=32553 vsize=813528 CPUtime=0.32
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 6366 0 0 0 28 4 0 0 16 0 12 0 1997013810 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32559] ppid=32553 vsize=813528 CPUtime=0.31
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 11828 0 0 0 25 6 0 0 16 0 12 0 1997013810 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32560] ppid=32553 vsize=813528 CPUtime=0
/proc/32555/task/32560/stat : 32560 (java) S 32553 32555 28347 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1997013812 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32561] ppid=32553 vsize=813528 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 1997013812 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32562] ppid=32553 vsize=813528 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1997013812 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32563] ppid=32553 vsize=813528 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=813528 CPUtime=0.73
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3568 0 0 0 72 1 0 0 17 0 12 0 1997013817 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=813528 CPUtime=0.49
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1398 0 0 0 49 0 0 0 16 0 12 0 1997013817 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32566] ppid=32553 vsize=813528 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=813528 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 833052672 38140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 813528

[startup+12.7028 s]
/proc/loadavg: 2.67 2.15 2.05 3/93 32567
/proc/meminfo: memFree=1418480/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=818300 CPUtime=13.09
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 111660 0 1 0 1248 61 0 0 20 0 12 0 1997013807 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 204575 105963 1369 9 0 201937 0
[pid=32555/tid=32557] ppid=32553 vsize=818300 CPUtime=7.1
/proc/32555/task/32557/stat : 32557 (java) R 32553 32555 28347 0 -1 64 23433 0 1 0 694 16 0 0 25 0 12 0 1997013809 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32558] ppid=32553 vsize=818300 CPUtime=2.25
/proc/32555/task/32558/stat : 32558 (java) R 32553 32555 28347 0 -1 64 40275 0 0 0 205 20 0 0 16 0 12 0 1997013810 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32559] ppid=32553 vsize=818300 CPUtime=2.24
/proc/32555/task/32559/stat : 32559 (java) R 32553 32555 28347 0 -1 64 42168 0 0 0 204 20 0 0 16 0 12 0 1997013810 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32560] ppid=32553 vsize=818300 CPUtime=0
/proc/32555/task/32560/stat : 32560 (java) S 32553 32555 28347 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 1997013812 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32561] ppid=32553 vsize=818300 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32562] ppid=32553 vsize=818300 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32563] ppid=32553 vsize=818300 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=818300 CPUtime=0.86
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3588 0 0 0 85 1 0 0 16 0 12 0 1997013817 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=818300 CPUtime=0.56
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1406 0 0 0 56 0 0 0 16 0 12 0 1997013817 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32566] ppid=32553 vsize=818300 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=818300 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 837939200 105963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 818300

[startup+25.5012 s]
/proc/loadavg: 2.60 2.16 2.05 3/93 32567
/proc/meminfo: memFree=1115184/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=852864 CPUtime=27.02
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 228774 0 1 0 2583 119 0 0 20 0 12 0 1997013807 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 213216 181009 1372 9 0 210578 0
[pid=32555/tid=32557] ppid=32553 vsize=852864 CPUtime=9.66
/proc/32555/task/32557/stat : 32557 (java) S 32553 32555 28347 0 -1 64 35734 0 1 0 943 23 0 0 18 0 12 0 1997013809 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32558] ppid=32553 vsize=852864 CPUtime=4.47
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 71788 0 0 0 411 36 0 0 16 0 12 0 1997013810 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32559] ppid=32553 vsize=852864 CPUtime=4.44
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 67038 0 0 0 414 30 0 0 16 0 12 0 1997013810 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32560] ppid=32553 vsize=852864 CPUtime=6.94
/proc/32555/task/32560/stat : 32560 (java) R 32553 32555 28347 0 -1 64 48458 0 0 0 669 25 0 0 21 0 12 0 1997013812 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32561] ppid=32553 vsize=852864 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32562] ppid=32553 vsize=852864 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32563] ppid=32553 vsize=852864 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 873332736 181009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=32555/tid=32566] ppid=32553 vsize=884864 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 906100736 190754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=884864 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 906100736 190754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.98
Current children cumulated vsize (KiB) 884864

[startup+89.5024 s]
/proc/loadavg: 2.57 2.23 2.08 3/93 32567
/proc/meminfo: memFree=1108080/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=916868 CPUtime=90.72
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 685488 0 1 0 8705 367 0 0 20 0 12 0 1997013807 938872832 190629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 229217 190640 1372 9 0 226579 0
[pid=32555/tid=32557] ppid=32553 vsize=916868 CPUtime=10.1
/proc/32555/task/32557/stat : 32557 (java) S 32553 32555 28347 0 -1 64 35748 0 1 0 987 23 0 0 17 0 12 0 1997013809 938872832 190645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32558] ppid=32553 vsize=916868 CPUtime=4.47
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 71788 0 0 0 411 36 0 0 16 0 12 0 1997013810 938872832 190651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32559] ppid=32553 vsize=916868 CPUtime=4.44
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 67038 0 0 0 414 30 0 0 16 0 12 0 1997013810 938872832 190658 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32560] ppid=32553 vsize=916868 CPUtime=70.2
/proc/32555/task/32560/stat : 32560 (java) R 32553 32555 28347 0 -1 64 505193 0 0 0 6747 273 0 0 25 0 12 0 1997013812 938872832 190665 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32561] ppid=32553 vsize=916868 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 938872832 190671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32562] ppid=32553 vsize=916868 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 938872832 190676 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32563] ppid=32553 vsize=916868 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 938872832 190683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=916868 CPUtime=0.86
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3588 0 0 0 85 1 0 0 16 0 12 0 1997013817 938872832 190689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=916868 CPUtime=0.57
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1407 0 0 0 57 0 0 0 16 0 12 0 1997013817 938872832 190695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32566] ppid=32553 vsize=916868 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 938872832 190702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=916868 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 938872832 190708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.72
Current children cumulated vsize (KiB) 916868

[startup+95.9021 s]
/proc/loadavg: 2.56 2.24 2.09 3/93 32567
/proc/meminfo: memFree=1124144/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=820860 CPUtime=97.08
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 693617 0 1 0 9335 373 0 0 20 0 12 0 1997013807 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 205215 174754 1373 9 0 202577 0
[pid=32555/tid=32557] ppid=32553 vsize=820860 CPUtime=10.1
/proc/32555/task/32557/stat : 32557 (java) S 32553 32555 28347 0 -1 64 35751 0 1 0 987 23 0 0 17 0 12 0 1997013809 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32558] ppid=32553 vsize=820860 CPUtime=4.47
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 71788 0 0 0 411 36 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32559] ppid=32553 vsize=820860 CPUtime=4.44
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 67038 0 0 0 414 30 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32560] ppid=32553 vsize=820860 CPUtime=76.57
/proc/32555/task/32560/stat : 32560 (java) R 32553 32555 28347 0 -1 64 513284 0 0 0 7378 279 0 0 25 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32561] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32562] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32563] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=820860 CPUtime=0.86
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3588 0 0 0 85 1 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=820860 CPUtime=0.57
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1407 0 0 0 57 0 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32566] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.08
Current children cumulated vsize (KiB) 820860

[startup+97.5023 s]
/proc/loadavg: 2.56 2.24 2.09 3/93 32567
/proc/meminfo: memFree=1124144/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=820860 CPUtime=98.68
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 693617 0 1 0 9495 373 0 0 20 0 12 0 1997013807 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 205215 174754 1373 9 0 202577 0
[pid=32555/tid=32557] ppid=32553 vsize=820860 CPUtime=10.1
/proc/32555/task/32557/stat : 32557 (java) S 32553 32555 28347 0 -1 64 35751 0 1 0 987 23 0 0 17 0 12 0 1997013809 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32558] ppid=32553 vsize=820860 CPUtime=4.47
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 71788 0 0 0 411 36 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32559] ppid=32553 vsize=820860 CPUtime=4.44
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 67038 0 0 0 414 30 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32560] ppid=32553 vsize=820860 CPUtime=78.17
/proc/32555/task/32560/stat : 32560 (java) R 32553 32555 28347 0 -1 64 513284 0 0 0 7538 279 0 0 25 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32561] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32562] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32563] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=820860 CPUtime=0.86
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3588 0 0 0 85 1 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=820860 CPUtime=0.57
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1407 0 0 0 57 0 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32566] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.68
Current children cumulated vsize (KiB) 820860

[startup+98.3024 s]
/proc/loadavg: 2.56 2.24 2.09 3/93 32567
/proc/meminfo: memFree=1124144/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=820860 CPUtime=99.47
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 693617 0 1 0 9574 373 0 0 20 0 12 0 1997013807 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 205215 174754 1373 9 0 202577 0
[pid=32555/tid=32557] ppid=32553 vsize=820860 CPUtime=10.1
/proc/32555/task/32557/stat : 32557 (java) S 32553 32555 28347 0 -1 64 35751 0 1 0 987 23 0 0 17 0 12 0 1997013809 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32558] ppid=32553 vsize=820860 CPUtime=4.47
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 71788 0 0 0 411 36 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32559] ppid=32553 vsize=820860 CPUtime=4.44
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 67038 0 0 0 414 30 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32560] ppid=32553 vsize=820860 CPUtime=78.96
/proc/32555/task/32560/stat : 32560 (java) R 32553 32555 28347 0 -1 64 513284 0 0 0 7617 279 0 0 25 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32561] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32562] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32563] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=820860 CPUtime=0.86
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3588 0 0 0 85 1 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=820860 CPUtime=0.57
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1407 0 0 0 57 0 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32566] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (KiB) 820860

[startup+98.7024 s]
/proc/loadavg: 2.56 2.24 2.09 3/93 32567
/proc/meminfo: memFree=1124144/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=820860 CPUtime=99.87
/proc/32555/stat : 32555 (java) S 32553 32555 28347 0 -1 0 693617 0 1 0 9614 373 0 0 20 0 12 0 1997013807 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32555/statm: 205215 174754 1373 9 0 202577 0
[pid=32555/tid=32557] ppid=32553 vsize=820860 CPUtime=10.1
/proc/32555/task/32557/stat : 32557 (java) S 32553 32555 28347 0 -1 64 35751 0 1 0 987 23 0 0 17 0 12 0 1997013809 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32558] ppid=32553 vsize=820860 CPUtime=4.47
/proc/32555/task/32558/stat : 32558 (java) S 32553 32555 28347 0 -1 64 71788 0 0 0 411 36 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32559] ppid=32553 vsize=820860 CPUtime=4.44
/proc/32555/task/32559/stat : 32559 (java) S 32553 32555 28347 0 -1 64 67038 0 0 0 414 30 0 0 16 0 12 0 1997013810 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32560] ppid=32553 vsize=820860 CPUtime=79.36
/proc/32555/task/32560/stat : 32560 (java) R 32553 32555 28347 0 -1 64 513284 0 0 0 7657 279 0 0 25 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 106123791 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32561] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32561/stat : 32561 (java) S 32553 32555 28347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32562] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32562/stat : 32562 (java) S 32553 32555 28347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997013812 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32563] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32563/stat : 32563 (java) S 32553 32555 28347 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32564] ppid=32553 vsize=820860 CPUtime=0.86
/proc/32555/task/32564/stat : 32564 (java) S 32553 32555 28347 0 -1 64 3588 0 0 0 85 1 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32565] ppid=32553 vsize=820860 CPUtime=0.57
/proc/32555/task/32565/stat : 32565 (java) S 32553 32555 28347 0 -1 64 1407 0 0 0 57 0 0 0 16 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32555/tid=32566] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32566/stat : 32566 (java) S 32553 32555 28347 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32555/tid=32567] ppid=32553 vsize=820860 CPUtime=0
/proc/32555/task/32567/stat : 32567 (java) S 32553 32555 28347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997013817 840560640 174754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.87
Current children cumulated vsize (KiB) 820860

[startup+98.9024 s]
/proc/loadavg: 2.56 2.24 2.09 3/83 32568
/proc/meminfo: memFree=1293104/2055920 swapFree=4176360/4192956
[pid=32555] ppid=32553 vsize=0 CPUtime=100.06
/proc/32555/stat : 32555 (java) Z 32553 32555 28347 0 -1 12 693631 0 1 0 9630 376 0 0 16 0 2 0 1997013807 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32555/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 98.9794
CPU time (s): 100.139
CPU user time (s): 96.3024
CPU system time (s): 3.83642
CPU usage (%): 101.171
Max. virtual memory (cumulated for all children) (KiB): 916868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.3024
system time used= 3.83642
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 693631
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= 3063
involuntary context switches= 4551

runsolver used 0.149977 second user time and 0.368943 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 16:07:47
IDJOB=1075267
IDBENCH=56495
IDSOLVER=344
FILE ID=node91/1075267-1215180466
PBS_JOBID= 7881435
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a686702ca9a26462bbb33f67d4dcac6
RANDOM SEED=2055930677

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1820272 kB
Buffers:         31592 kB
Cached:         133176 kB
SwapCached:       8020 kB
Active:         133300 kB
Inactive:        55448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820272 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:           10584 kB
Writeback:           0 kB
Mapped:          31436 kB
Slab:            31520 kB
Committed_AS: 12433096 kB
PageTables:       2232 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= 66544 MiB
End job on node91 at 2008-07-04 16:09:26