Trace number 2077664

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 90.7992 100.621

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-02.xml
MD5SUMc43c11a622e7a100b4687e0b36838a79
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.35764
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.16	c That software uses the Rhino library from the Mozilla project.
0.07/0.18	c version 2.1.1.v20090622
0.07/0.18	c sun.arch.data.model	32
0.07/0.18	c java.version	1.6.0_12
0.07/0.18	c os.name	Linux
0.07/0.18	c os.version	2.6.9-22.EL.rootsmp
0.07/0.18	c os.arch	i386
0.07/0.18	c Free memory 671000808
0.07/0.18	c Max memory 672137216
0.07/0.19	c Total memory 672137216
0.07/0.19	c Number of processors 2
0.14/0.27	c c --- Begin Solver configuration ---
0.14/0.27	c Stops conflict analysis at the first Unique Implication Point
0.14/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.14/0.27	c Learn all clauses as in MiniSAT
0.14/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.14/0.27	c Expensive reason simplification
0.14/0.27	c MiniSAT restarts strategy
0.14/0.27	c Memory based learned constraints deletion strategy
0.14/0.27	c timeout=2147483s
0.14/0.27	c DB Simplification allowed=false
0.14/0.27	c --- End Solver configuration ---
0.14/0.27	c solving HOME/instance-2077664-1247365451.xml
0.14/0.27	c reading problem ... 
0.41/0.54	c reading problem named null
0.41/0.54	c reading domains done.
0.41/0.54	c reading variables done.
0.77/0.98	c reading relations done.
2.13/2.47	c reading predicates  done.
2.39/2.73	c reading constraints
90.61/100.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
90.61/100.47		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
90.61/100.47		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
90.61/100.47		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
90.61/100.47		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
90.61/100.47		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
90.61/100.47		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
90.61/100.47		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
90.61/100.47		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
90.61/100.47		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
90.61/100.47		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
90.61/100.47		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
90.61/100.47		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
90.61/100.47		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
90.61/100.47		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
90.61/100.47		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
90.61/100.47		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
90.61/100.47		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
90.61/100.47		at org.sat4j.AbstractLauncher.run(Unknown Source)
90.61/100.47		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
90.61/100.47	c starts		: 0
90.61/100.47	c conflicts		: 0
90.61/100.47	c decisions		: 0
90.61/100.47	c propagations		: 0
90.61/100.47	c inspects		: 0
90.61/100.47	c learnt literals	: 0
90.61/100.47	c learnt binary clauses	: 0
90.61/100.47	c learnt ternary clauses	: 0
90.61/100.47	c learnt clauses	: 0
90.61/100.47	c ignored clauses	: 0
90.61/100.47	c root simplifications	: 0
90.61/100.47	c removed literals (reason simplification)	: 0
90.61/100.47	c reason swapping (by a shorter reason)	: 0
90.61/100.47	c Calls to reduceDB	: 0
90.61/100.47	c speed (assignments/second)	: 0.0
90.61/100.47	c non guided choices	0
90.61/100.48	c learnt constraints type 
90.61/100.48	c constraints type 
90.61/100.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8628331
90.61/100.48	c org.sat4j.minisat.constraints.card.AtLeast => 435
90.61/100.48	s UNKNOWN
90.61/100.48	c Total wall clock time (in seconds) : 100.199

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 3.15 2.46 2.22 5/81 32561
/proc/meminfo: memFree=1691712/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=152 CPUtime=0
/proc/32561/stat : 32561 (java6) R 32558 32561 19846 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 23610246 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 5566763 0 0 4096 0 0 0 0 17 0 0 0
/proc/32561/statm: 38 26 19 9 0 4 0

[startup+0.0367571 s]
/proc/loadavg: 3.15 2.46 2.22 5/81 32561
/proc/meminfo: memFree=1691712/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=800544 CPUtime=0.01
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 2118 0 1 0 0 1 0 0 18 0 4 0 23610246 819757056 1865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 200136 1872 777 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.101765 s]
/proc/loadavg: 3.15 2.46 2.22 5/81 32561
/proc/meminfo: memFree=1691712/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=802164 CPUtime=0.07
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 2893 0 1 0 5 2 0 0 18 0 7 0 23610246 821415936 2638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 200541 2639 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301785 s]
/proc/loadavg: 3.15 2.46 2.22 5/81 32561
/proc/meminfo: memFree=1691712/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=805628 CPUtime=0.24
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 4116 0 1 0 21 3 0 0 18 0 12 0 23610246 824963072 3853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 201407 3854 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805628

[startup+0.701829 s]
/proc/loadavg: 3.15 2.46 2.22 5/81 32561
/proc/meminfo: memFree=1691712/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=807184 CPUtime=0.59
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 5623 0 1 0 55 4 0 0 18 0 12 0 23610246 826556416 5114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 201796 5114 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 807184

[startup+1.50292 s]
/proc/loadavg: 3.21 2.49 2.23 5/93 32667
/proc/meminfo: memFree=1674856/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=812208 CPUtime=1.31
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 9277 0 1 0 125 6 0 0 18 0 12 0 23610246 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 203052 7149 1406 9 0 200379 0
[pid=32561/tid=32568] ppid=32558 vsize=812208 CPUtime=0.55
/proc/32561/task/32568/stat : 32568 (java) R 32558 32561 19846 0 -1 64 4732 0 1 0 51 4 0 0 25 0 12 0 23610248 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32571] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23610249 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23610249 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32575/stat : 32575 (java) S 32558 32561 19846 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23610251 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32576] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23610251 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32577] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23610251 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=812208 CPUtime=0.74
/proc/32561/task/32583/stat : 32583 (java) R 32558 32561 19846 0 -1 64 3791 0 0 0 73 1 0 0 17 0 12 0 23610257 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 104140971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=812208 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 831700992 7149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 812208

[startup+3.10209 s]
/proc/loadavg: 3.21 2.49 2.23 4/93 32767
/proc/meminfo: memFree=1650856/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=811776 CPUtime=2.76
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 24005 0 1 0 263 13 0 0 18 0 12 0 23610246 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 202944 21294 1422 9 0 200271 0
[pid=32561/tid=32568] ppid=32558 vsize=811776 CPUtime=1.41
/proc/32561/task/32568/stat : 32568 (java) R 32558 32561 19846 0 -1 64 17203 0 1 0 131 10 0 0 25 0 12 0 23610248 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4109795695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32571] ppid=32558 vsize=811776 CPUtime=0.01
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 554 0 0 0 1 0 0 0 17 0 12 0 23610249 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=811776 CPUtime=0.01
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 953 0 0 0 1 0 0 0 17 0 12 0 23610249 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32575/stat : 32575 (java) S 32558 32561 19846 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23610251 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32576] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32577] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=811776 CPUtime=1.29
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4532 0 0 0 127 2 0 0 17 0 12 0 23610257 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=811776 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 831258624 21294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 811776

[startup+6.30143 s]
/proc/loadavg: 3.36 2.53 2.24 6/94 530
/proc/meminfo: memFree=1494688/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=811680 CPUtime=6.09
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 66715 0 1 0 577 32 0 0 18 0 12 0 23610246 831160320 63203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 202920 63205 1422 9 0 200247 0
[pid=32561/tid=32568] ppid=32558 vsize=811680 CPUtime=2.81
/proc/32561/task/32568/stat : 32568 (java) R 32558 32561 19846 0 -1 64 17210 0 1 0 271 10 0 0 25 0 12 0 23610248 831160320 63206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32571] ppid=32558 vsize=811680 CPUtime=0.98
/proc/32561/task/32571/stat : 32571 (java) R 32558 32561 19846 0 -1 64 22566 0 0 0 87 11 0 0 16 0 12 0 23610249 831160320 63208 996147200 134512640 134550932 4294956016 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=811680 CPUtime=0.95
/proc/32561/task/32572/stat : 32572 (java) R 32558 32561 19846 0 -1 64 21640 0 0 0 87 8 0 0 16 0 12 0 23610249 831160320 63209 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32575/stat : 32575 (java) S 32558 32561 19846 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23610251 831160320 63211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32576] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 831160320 63212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32577] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 831160320 63213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 831160320 63215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 831160320 63216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=811680 CPUtime=1.32
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4535 0 0 0 130 2 0 0 17 0 12 0 23610257 831160320 63218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 831160320 63219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=811680 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 831160320 63220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 811680

[startup+12.7021 s]
/proc/loadavg: 3.49 2.57 2.26 4/93 1054
/proc/meminfo: memFree=1263328/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=814248 CPUtime=12.5
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 121296 0 1 0 1190 60 0 0 18 0 12 0 23610246 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 203562 115200 1434 9 0 200889 0
[pid=32561/tid=32568] ppid=32558 vsize=814248 CPUtime=5.08
/proc/32561/task/32568/stat : 32568 (java) R 32558 32561 19846 0 -1 64 23372 0 1 0 495 13 0 0 25 0 12 0 23610248 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=814248 CPUtime=2.91
/proc/32561/task/32571/stat : 32571 (java) R 32558 32561 19846 0 -1 64 47169 0 0 0 267 24 0 0 16 0 12 0 23610249 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32572] ppid=32558 vsize=814248 CPUtime=2.84
/proc/32561/task/32572/stat : 32572 (java) R 32558 32561 19846 0 -1 64 45364 0 0 0 264 20 0 0 16 0 12 0 23610249 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32575] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32575/stat : 32575 (java) S 32558 32561 19846 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32577] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=814248 CPUtime=1.63
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4621 0 0 0 161 2 0 0 16 0 12 0 23610257 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 833789952 115200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 814248

[startup+25.5025 s]
/proc/loadavg: 3.45 2.61 2.28 4/93 1552
/proc/meminfo: memFree=995560/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=846252 CPUtime=25.23
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 203897 0 1 0 2424 99 0 0 18 0 12 0 23610246 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 211563 174517 1436 9 0 208890 0
[pid=32561/tid=32568] ppid=32558 vsize=846252 CPUtime=7.43
/proc/32561/task/32568/stat : 32568 (java) S 32558 32561 19846 0 -1 64 35672 0 1 0 725 18 0 0 17 0 12 0 23610248 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=846252 CPUtime=4.81
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 68940 0 0 0 448 33 0 0 16 0 12 0 23610249 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=846252 CPUtime=4.67
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 60909 0 0 0 440 27 0 0 18 0 12 0 23610249 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=846252 CPUtime=6.64
/proc/32561/task/32575/stat : 32575 (java) R 32558 32561 19846 0 -1 64 33003 0 0 0 648 16 0 0 18 0 12 0 23610251 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 106157740 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=846252 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32577] ppid=32558 vsize=846252 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=846252 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 866562048 174517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=846252 CPUtime=0

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

/proc/meminfo: memFree=994536/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=814248 CPUtime=81.13
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 525530 0 1 0 7856 257 0 0 18 0 12 0 23610246 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 203562 173077 1436 9 0 200889 0
[pid=32561/tid=32568] ppid=32558 vsize=814248 CPUtime=7.92
/proc/32561/task/32568/stat : 32568 (java) S 32558 32561 19846 0 -1 64 35684 0 1 0 774 18 0 0 17 0 12 0 23610248 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=814248 CPUtime=4.81
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 68940 0 0 0 448 33 0 0 16 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=814248 CPUtime=4.67
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 60909 0 0 0 440 27 0 0 18 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=814248 CPUtime=62.05
/proc/32561/task/32575/stat : 32575 (java) R 32558 32561 19846 0 -1 64 354624 0 0 0 6031 174 0 0 25 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32577] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=814248 CPUtime=1.63
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4621 0 0 0 161 2 0 0 16 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.13
Current children cumulated vsize (KiB) 814248

[startup+95.902 s]
/proc/loadavg: 3.41 2.78 2.36 4/93 8660
/proc/meminfo: memFree=929832/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=878252 CPUtime=86.73
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 557037 0 1 0 8402 271 0 0 18 0 12 0 23610246 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 219563 189078 1436 9 0 216890 0
[pid=32561/tid=32568] ppid=32558 vsize=878252 CPUtime=7.92
/proc/32561/task/32568/stat : 32568 (java) S 32558 32561 19846 0 -1 64 35685 0 1 0 774 18 0 0 17 0 12 0 23610248 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=878252 CPUtime=4.81
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 68940 0 0 0 448 33 0 0 16 0 12 0 23610249 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=878252 CPUtime=4.67
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 60909 0 0 0 440 27 0 0 18 0 12 0 23610249 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=878252 CPUtime=67.64
/proc/32561/task/32575/stat : 32575 (java) R 32558 32561 19846 0 -1 64 386130 0 0 0 6576 188 0 0 25 0 12 0 23610251 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=878252 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32577] ppid=32558 vsize=878252 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=878252 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=878252 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=878252 CPUtime=1.63
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4621 0 0 0 161 2 0 0 16 0 12 0 23610257 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=878252 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=878252 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 899330048 189078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.73
Current children cumulated vsize (KiB) 878252

[startup+99.1014 s]
/proc/loadavg: 3.41 2.78 2.36 4/93 9024
/proc/meminfo: memFree=993320/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=814248 CPUtime=89.45
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 557040 0 1 0 8673 272 0 0 18 0 12 0 23610246 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 203562 173077 1435 9 0 200889 0
[pid=32561/tid=32568] ppid=32558 vsize=814248 CPUtime=7.92
/proc/32561/task/32568/stat : 32568 (java) S 32558 32561 19846 0 -1 64 35688 0 1 0 774 18 0 0 17 0 12 0 23610248 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=814248 CPUtime=4.81
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 68940 0 0 0 448 33 0 0 16 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=814248 CPUtime=4.67
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 60909 0 0 0 440 27 0 0 18 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=814248 CPUtime=70.36
/proc/32561/task/32575/stat : 32575 (java) R 32558 32561 19846 0 -1 64 386130 0 0 0 6847 189 0 0 25 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 104187814 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32577] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=814248 CPUtime=1.63
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4621 0 0 0 161 2 0 0 16 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 814248

[startup+99.9015 s]
/proc/loadavg: 3.41 2.78 2.36 4/93 9024
/proc/meminfo: memFree=993320/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=814248 CPUtime=90.18
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 557040 0 1 0 8746 272 0 0 18 0 12 0 23610246 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 203562 173077 1435 9 0 200889 0
[pid=32561/tid=32568] ppid=32558 vsize=814248 CPUtime=7.92
/proc/32561/task/32568/stat : 32568 (java) S 32558 32561 19846 0 -1 64 35688 0 1 0 774 18 0 0 17 0 12 0 23610248 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=814248 CPUtime=4.81
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 68940 0 0 0 448 33 0 0 16 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=814248 CPUtime=4.67
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 60909 0 0 0 440 27 0 0 18 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=814248 CPUtime=71.1
/proc/32561/task/32575/stat : 32575 (java) R 32558 32561 19846 0 -1 64 386130 0 0 0 6921 189 0 0 25 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32577] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=814248 CPUtime=1.63
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4621 0 0 0 161 2 0 0 16 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.18
Current children cumulated vsize (KiB) 814248

[startup+100.302 s]
/proc/loadavg: 3.41 2.78 2.36 5/94 9134
/proc/meminfo: memFree=993504/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=814248 CPUtime=90.51
/proc/32561/stat : 32561 (java) S 32558 32561 19846 0 -1 0 557040 0 1 0 8779 272 0 0 18 0 12 0 23610246 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 203562 173077 1435 9 0 200889 0
[pid=32561/tid=32568] ppid=32558 vsize=814248 CPUtime=7.92
/proc/32561/task/32568/stat : 32568 (java) S 32558 32561 19846 0 -1 64 35688 0 1 0 774 18 0 0 17 0 12 0 23610248 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32571] ppid=32558 vsize=814248 CPUtime=4.81
/proc/32561/task/32571/stat : 32571 (java) S 32558 32561 19846 0 -1 64 68940 0 0 0 448 33 0 0 16 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32572] ppid=32558 vsize=814248 CPUtime=4.67
/proc/32561/task/32572/stat : 32572 (java) S 32558 32561 19846 0 -1 64 60909 0 0 0 440 27 0 0 18 0 12 0 23610249 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32575] ppid=32558 vsize=814248 CPUtime=71.43
/proc/32561/task/32575/stat : 32575 (java) R 32558 32561 19846 0 -1 64 386130 0 0 0 6954 189 0 0 25 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 106159326 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32576] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32576/stat : 32576 (java) S 32558 32561 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32577] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32577/stat : 32577 (java) S 32558 32561 19846 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23610251 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32579] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32579/stat : 32579 (java) S 32558 32561 19846 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32580] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32580/stat : 32580 (java) S 32558 32561 19846 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 23610256 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32583] ppid=32558 vsize=814248 CPUtime=1.63
/proc/32561/task/32583/stat : 32583 (java) S 32558 32561 19846 0 -1 64 4621 0 0 0 161 2 0 0 16 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32584] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32584/stat : 32584 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32561/tid=32585] ppid=32558 vsize=814248 CPUtime=0
/proc/32561/task/32585/stat : 32585 (java) S 32558 32561 19846 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23610257 833789952 173077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.51
Current children cumulated vsize (KiB) 814248

[startup+100.502 s]
/proc/loadavg: 3.41 2.78 2.36 5/94 9134
/proc/meminfo: memFree=993504/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=0 CPUtime=90.68
/proc/32561/stat : 32561 (java) Z 32558 32561 19846 0 -1 12 557058 0 1 0 8796 272 0 0 16 0 2 0 23610246 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.68
Current children cumulated vsize (KiB) 0

[startup+100.602 s]
/proc/loadavg: 3.41 2.78 2.36 5/94 9134
/proc/meminfo: memFree=993504/2055920 swapFree=4192812/4192956
[pid=32561] ppid=32558 vsize=0 CPUtime=90.77
/proc/32561/stat : 32561 (java) Z 32558 32561 19846 0 -1 12 557058 0 1 0 8796 281 0 0 16 0 2 0 23610246 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.77
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 100.621
CPU time (s): 90.7992
CPU user time (s): 87.9676
CPU system time (s): 2.83157
CPU usage (%): 90.2384
Max. virtual memory (cumulated for all children) (KiB): 910256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.9676
system time used= 2.83157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 557058
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= 3196
involuntary context switches= 9356

runsolver used 0.156976 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 04:24:12
IDJOB=2077664
IDBENCH=56647
IDSOLVER=731
FILE ID=node81/2077664-1247365451
PBS_JOBID= 9507093
Free space on /tmp= 126676 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-02.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077664-1247365451/watcher-2077664-1247365451 -o /tmp/evaluation-result-2077664-1247365451/solver-2077664-1247365451 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077664-1247365451.xml

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

MD5SUM BENCH= c43c11a622e7a100b4687e0b36838a79
RANDOM SEED=1507527201

node81.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.233
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.233
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:       1692520 kB
Buffers:         49136 kB
Cached:         157176 kB
SwapCached:        136 kB
Active:         165424 kB
Inactive:       123636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:          93604 kB
Slab:            58872 kB
Committed_AS:   308752 kB
PageTables:       2296 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126676 MiB
End job on node81 at 2009-07-12 04:25:52