Trace number 2070184

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? 119.421 119.055

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-5_ext.xml
MD5SUM09a99cc7e1e23f3a33b7806b7a213b7d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints10
Maximum constraint arity5
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2070184-1247351163/watcher-2070184-1247351163 -o /tmp/evaluation-result-2070184-1247351163/solver-2070184-1247351163 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070184-1247351163.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: 1.90 2.10 2.08 3/80 16442
/proc/meminfo: memFree=1385232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=152 CPUtime=0
/proc/16442/stat : 16442 (java) R 16440 16442 15314 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 22182413 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7016747 0 0 4096 0 0 0 0 17 0 0 0
/proc/16442/statm: 38 26 19 9 0 4 0

[startup+0.0164639 s]
/proc/loadavg: 1.90 2.10 2.08 3/80 16442
/proc/meminfo: memFree=1385232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=797436 CPUtime=0.01
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 1217 0 1 0 0 1 0 0 18 0 2 0 22182413 816574464 966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 199359 981 406 9 0 197111 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797436

[startup+0.101473 s]
/proc/loadavg: 1.90 2.10 2.08 3/80 16442
/proc/meminfo: memFree=1385232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=804560 CPUtime=0.09
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 3072 0 1 0 7 2 0 0 18 0 12 0 22182413 823869440 2815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301499 s]
/proc/loadavg: 1.90 2.10 2.08 3/80 16442
/proc/meminfo: memFree=1385232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=805988 CPUtime=0.29
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 4415 0 1 0 26 3 0 0 18 0 12 0 22182413 825331712 4152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 201497 4152 1363 9 0 198824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805988

[startup+0.70156 s]
/proc/loadavg: 1.90 2.10 2.08 3/80 16442
/proc/meminfo: memFree=1385232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=807216 CPUtime=0.69
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 5830 0 1 0 64 5 0 0 18 0 12 0 22182413 826589184 5271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 201804 5271 1398 9 0 199131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807216

[startup+1.50268 s]
/proc/loadavg: 1.90 2.10 2.08 3/92 16454
/proc/meminfo: memFree=1364336/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=811772 CPUtime=1.49
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 9358 0 1 0 142 7 0 0 18 0 12 0 22182413 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 202943 7543 1413 9 0 200270 0
[pid=16442/tid=16444] ppid=16440 vsize=811772 CPUtime=0.59
/proc/16442/task/16444/stat : 16444 (java) R 16440 16442 15314 0 -1 64 5024 0 1 0 55 4 0 0 25 0 12 0 22182414 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16445] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 22182415 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16446] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22182415 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16447] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16447/stat : 16447 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22182417 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16448] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 22182417 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16449] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22182417 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16450] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22182422 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=811772 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22182422 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=811772 CPUtime=0.83
/proc/16442/task/16452/stat : 16452 (java) R 16440 16442 15314 0 -1 64 3332 0 0 0 82 1 0 0 17 0 12 0 22182422 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 105572870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22182422 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22182422 831254528 7543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811772

[startup+3.10291 s]
/proc/loadavg: 1.90 2.10 2.08 5/92 16454
/proc/meminfo: memFree=1287664/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=811772 CPUtime=3.09
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 41878 0 1 0 286 23 0 0 18 0 12 0 22182413 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 202943 40061 1422 9 0 200270 0
[pid=16442/tid=16444] ppid=16440 vsize=811772 CPUtime=1.5
/proc/16442/task/16444/stat : 16444 (java) R 16440 16442 15314 0 -1 64 16915 0 1 0 139 11 0 0 18 0 12 0 22182414 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4109634617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16445] ppid=16440 vsize=811772 CPUtime=0.31
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 10638 0 0 0 27 4 0 0 17 0 12 0 22182415 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16446] ppid=16440 vsize=811772 CPUtime=0.33
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 9981 0 0 0 28 5 0 0 17 0 12 0 22182415 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16447] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16447/stat : 16447 (java) S 16440 16442 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22182417 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16448] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22182417 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16449] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22182417 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16450] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22182422 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=811772 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22182422 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=811772 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 12 0 22182422 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22182422 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=811772 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22182422 831254528 40061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811772

[startup+6.30237 s]
/proc/loadavg: 2.07 2.13 2.09 3/92 16454
/proc/meminfo: memFree=1099312/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=811324 CPUtime=6.92
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 89220 0 1 0 649 43 0 0 18 0 12 0 22182413 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 202831 83387 1422 9 0 200158 0
[pid=16442/tid=16444] ppid=16440 vsize=811324 CPUtime=2.85
/proc/16442/task/16444/stat : 16444 (java) R 16440 16442 15314 0 -1 64 16919 0 1 0 274 11 0 0 20 0 12 0 22182414 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4109618492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=811324 CPUtime=1.55
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 34618 0 0 0 142 13 0 0 19 0 12 0 22182415 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=811324 CPUtime=1.56
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 33339 0 0 0 140 16 0 0 18 0 12 0 22182415 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=811324 CPUtime=0
/proc/16442/task/16447/stat : 16447 (java) S 16440 16442 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22182417 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=811324 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22182417 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16449] ppid=16440 vsize=811324 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22182417 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16450] ppid=16440 vsize=811324 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22182422 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=811324 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22182422 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=811324 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 12 0 22182422 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=811324 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22182422 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=811324 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22182422 830795776 83387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 811324

[startup+12.7023 s]
/proc/loadavg: 2.14 2.14 2.09 4/92 16454
/proc/meminfo: memFree=842928/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=813892 CPUtime=13.91
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 150485 0 1 0 1321 70 0 0 18 0 12 0 22182413 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 203473 143761 1422 9 0 200800 0
[pid=16442/tid=16444] ppid=16440 vsize=813892 CPUtime=5.09
/proc/16442/task/16444/stat : 16444 (java) R 16440 16442 15314 0 -1 64 23075 0 1 0 495 14 0 0 16 0 12 0 22182414 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4109605870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16445] ppid=16440 vsize=813892 CPUtime=4.55
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 70558 0 0 0 428 27 0 0 19 0 12 0 22182415 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16446] ppid=16440 vsize=813892 CPUtime=3.31
/proc/16442/task/16446/stat : 16446 (java) R 16440 16442 15314 0 -1 64 52508 0 0 0 306 25 0 0 19 0 12 0 22182415 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16447] ppid=16440 vsize=813892 CPUtime=0
/proc/16442/task/16447/stat : 16447 (java) S 16440 16442 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22182417 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16448] ppid=16440 vsize=813892 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22182417 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16449] ppid=16440 vsize=813892 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22182417 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16450] ppid=16440 vsize=813892 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22182422 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=813892 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22182422 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=813892 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 12 0 22182422 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=813892 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22182422 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=813892 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22182422 833425408 143761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 813892

[startup+25.5022 s]
/proc/loadavg: 2.18 2.15 2.10 3/92 16454
/proc/meminfo: memFree=669296/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=845896 CPUtime=26.8
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 240575 0 1 0 2567 113 0 0 18 0 12 0 22182413 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 211474 179826 1424 9 0 208801 0
[pid=16442/tid=16444] ppid=16440 vsize=845896 CPUtime=6.56
/proc/16442/task/16444/stat : 16444 (java) S 16440 16442 15314 0 -1 64 35369 0 1 0 636 20 0 0 18 0 12 0 22182414 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=845896 CPUtime=5.49
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 74585 0 0 0 520 29 0 0 17 0 12 0 22182415 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=845896 CPUtime=4.22
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 57489 0 0 0 395 27 0 0 16 0 12 0 22182415 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=845896 CPUtime=9.57
/proc/16442/task/16447/stat : 16447 (java) R 16440 16442 15314 0 -1 64 68797 0 0 0 924 33 0 0 25 0 12 0 22182417 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 106836576 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=845896 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22182417 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16449] ppid=16440 vsize=845896 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22182417 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16450] ppid=16440 vsize=845896 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22182422 866197504 179826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=845896 CPUtime=0.04

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

/proc/loadavg: 2.16 2.16 2.10 3/93 16455
/proc/meminfo: memFree=696296/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=816220 CPUtime=115.55
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 750465 0 1 0 11176 379 0 0 18 0 13 0 22182413 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 204055 173088 1423 9 0 201382 0
[pid=16442/tid=16444] ppid=16440 vsize=816220 CPUtime=6.96
/proc/16442/task/16444/stat : 16444 (java) S 16440 16442 15314 0 -1 64 35390 0 1 0 676 20 0 0 17 0 13 0 22182414 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=816220 CPUtime=5.49
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 74585 0 0 0 520 29 0 0 17 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=816220 CPUtime=4.22
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 57489 0 0 0 395 27 0 0 16 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=816220 CPUtime=97.91
/proc/16442/task/16447/stat : 16447 (java) R 16440 16442 15314 0 -1 64 578654 0 0 0 9492 299 0 0 25 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16449] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16450] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=816220 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=816220 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16455] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16455/stat : 16455 (java) S 16440 16442 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 22191958 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 115.55
Current children cumulated vsize (KiB) 816220

[startup+116.703 s]
/proc/loadavg: 2.16 2.16 2.10 3/93 16455
/proc/meminfo: memFree=696232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=816220 CPUtime=117.13
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 750966 0 1 0 11334 379 0 0 18 0 13 0 22182413 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 204055 173088 1423 9 0 201382 0
[pid=16442/tid=16444] ppid=16440 vsize=816220 CPUtime=6.96
/proc/16442/task/16444/stat : 16444 (java) S 16440 16442 15314 0 -1 64 35390 0 1 0 676 20 0 0 17 0 13 0 22182414 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=816220 CPUtime=5.49
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 74585 0 0 0 520 29 0 0 17 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=816220 CPUtime=4.22
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 57489 0 0 0 395 27 0 0 16 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=816220 CPUtime=99.49
/proc/16442/task/16447/stat : 16447 (java) R 16440 16442 15314 0 -1 64 579155 0 0 0 9650 299 0 0 25 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16449] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16450] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=816220 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=816220 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16455] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16455/stat : 16455 (java) S 16440 16442 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 22191958 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 117.13
Current children cumulated vsize (KiB) 816220

[startup+118.303 s]
/proc/loadavg: 2.16 2.16 2.10 3/93 16455
/proc/meminfo: memFree=696232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=816220 CPUtime=118.72
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 750966 0 1 0 11493 379 0 0 18 0 13 0 22182413 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 204055 173088 1423 9 0 201382 0
[pid=16442/tid=16444] ppid=16440 vsize=816220 CPUtime=6.96
/proc/16442/task/16444/stat : 16444 (java) S 16440 16442 15314 0 -1 64 35390 0 1 0 676 20 0 0 17 0 13 0 22182414 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=816220 CPUtime=5.49
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 74585 0 0 0 520 29 0 0 17 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=816220 CPUtime=4.22
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 57489 0 0 0 395 27 0 0 16 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=816220 CPUtime=101.08
/proc/16442/task/16447/stat : 16447 (java) R 16440 16442 15314 0 -1 64 579155 0 0 0 9809 299 0 0 25 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16449] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16450] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=816220 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=816220 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16455] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16455/stat : 16455 (java) S 16440 16442 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 22191958 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.72
Current children cumulated vsize (KiB) 816220

[startup+118.703 s]
/proc/loadavg: 2.16 2.16 2.10 3/93 16455
/proc/meminfo: memFree=696232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=816220 CPUtime=119.11
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 750966 0 1 0 11532 379 0 0 18 0 13 0 22182413 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 204055 173088 1423 9 0 201382 0
[pid=16442/tid=16444] ppid=16440 vsize=816220 CPUtime=6.96
/proc/16442/task/16444/stat : 16444 (java) S 16440 16442 15314 0 -1 64 35390 0 1 0 676 20 0 0 17 0 13 0 22182414 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=816220 CPUtime=5.49
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 74585 0 0 0 520 29 0 0 17 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=816220 CPUtime=4.22
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 57489 0 0 0 395 27 0 0 16 0 13 0 22182415 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=816220 CPUtime=101.48
/proc/16442/task/16447/stat : 16447 (java) R 16440 16442 15314 0 -1 64 579155 0 0 0 9849 299 0 0 25 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16449] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22182417 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16450] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=816220 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=816220 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22182422 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16455] ppid=16440 vsize=816220 CPUtime=0
/proc/16442/task/16455/stat : 16455 (java) S 16440 16442 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 22191958 835809280 173088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.11
Current children cumulated vsize (KiB) 816220

[startup+118.903 s]
/proc/loadavg: 2.16 2.16 2.10 3/93 16455
/proc/meminfo: memFree=696232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=814216 CPUtime=119.3
/proc/16442/stat : 16442 (java) S 16440 16442 15314 0 -1 0 750969 0 1 0 11551 379 0 0 18 0 12 0 22182413 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16442/statm: 203554 172589 1424 9 0 200881 0
[pid=16442/tid=16444] ppid=16440 vsize=814216 CPUtime=6.96
/proc/16442/task/16444/stat : 16444 (java) S 16440 16442 15314 0 -1 64 35391 0 1 0 676 20 0 0 16 0 12 0 22182414 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16445] ppid=16440 vsize=814216 CPUtime=5.49
/proc/16442/task/16445/stat : 16445 (java) S 16440 16442 15314 0 -1 64 74585 0 0 0 520 29 0 0 17 0 12 0 22182415 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16446] ppid=16440 vsize=814216 CPUtime=4.22
/proc/16442/task/16446/stat : 16446 (java) S 16440 16442 15314 0 -1 64 57489 0 0 0 395 27 0 0 16 0 12 0 22182415 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16447] ppid=16440 vsize=814216 CPUtime=101.66
/proc/16442/task/16447/stat : 16447 (java) S 16440 16442 15314 0 -1 64 579155 0 0 0 9867 299 0 0 25 0 12 0 22182417 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16448] ppid=16440 vsize=814216 CPUtime=0
/proc/16442/task/16448/stat : 16448 (java) S 16440 16442 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22182417 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16449] ppid=16440 vsize=814216 CPUtime=0
/proc/16442/task/16449/stat : 16449 (java) S 16440 16442 15314 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22182417 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16442/tid=16450] ppid=16440 vsize=814216 CPUtime=0
/proc/16442/task/16450/stat : 16450 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22182422 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16451] ppid=16440 vsize=814216 CPUtime=0.04
/proc/16442/task/16451/stat : 16451 (java) S 16440 16442 15314 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22182422 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16452] ppid=16440 vsize=814216 CPUtime=0.87
/proc/16442/task/16452/stat : 16452 (java) S 16440 16442 15314 0 -1 64 3333 0 0 0 86 1 0 0 16 0 12 0 22182422 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16453] ppid=16440 vsize=814216 CPUtime=0
/proc/16442/task/16453/stat : 16453 (java) S 16440 16442 15314 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22182422 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16442/tid=16454] ppid=16440 vsize=814216 CPUtime=0
/proc/16442/task/16454/stat : 16454 (java) S 16440 16442 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22182422 833757184 172589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.3
Current children cumulated vsize (KiB) 814216

[startup+119.003 s]
/proc/loadavg: 2.16 2.16 2.10 3/93 16455
/proc/meminfo: memFree=696232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=0 CPUtime=119.36
/proc/16442/stat : 16442 (java) Z 16440 16442 15314 0 -1 12 750972 0 1 0 11551 385 0 0 16 0 2 0 22182413 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16442/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 119.36
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 119.055
CPU time (s): 119.421
CPU user time (s): 115.516
CPU system time (s): 3.90441
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 909900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.516
system time used= 3.90441
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 750972
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= 3149
involuntary context switches= 5200

runsolver used 0.137979 second user time and 0.428934 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 00:26:03
IDJOB=2070184
IDBENCH=55146
IDSOLVER=731
FILE ID=node30/2070184-1247351163
PBS_JOBID= 9506827
Free space on /tmp= 66368 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg5-5_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070184-1247351163/watcher-2070184-1247351163 -o /tmp/evaluation-result-2070184-1247351163/solver-2070184-1247351163 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070184-1247351163.xml

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

MD5SUM BENCH= 09a99cc7e1e23f3a33b7806b7a213b7d
RANDOM SEED=1409037627

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1385712 kB
Buffers:          5520 kB
Cached:          82132 kB
SwapCached:          0 kB
Active:         576284 kB
Inactive:        47816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         554284 kB
Slab:            30504 kB
Committed_AS:   916440 kB
PageTables:       2752 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= 66368 MiB
End job on node30 at 2009-07-12 00:28:02