Trace number 2077631

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? 101.589 115.839

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-10.xml
MD5SUM4054e8cc40ed34185434fb37f8362548
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 benchmark8.36273
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints964
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension72
Number of constraints which are defined in intension892
Global constraints used (with number of constraints)

Solver Data

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

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-2077631-1247365362/watcher-2077631-1247365362 -o /tmp/evaluation-result-2077631-1247365362/solver-2077631-1247365362 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077631-1247365362.xml 

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


[startup+0 s]
/proc/loadavg: 2.59 2.26 2.31 5/89 25850
/proc/meminfo: memFree=1271008/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=308 CPUtime=0
/proc/25850/stat : 25850 (java) R 25848 25850 18669 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 23603099 315392 39 996147200 134512640 134550932 4294956016 18446744073709551615 11879204 0 0 4096 0 0 0 0 17 0 0 0
/proc/25850/statm: 77 39 29 9 0 6 0

[startup+0.0157569 s]
/proc/loadavg: 2.59 2.26 2.31 5/89 25850
/proc/meminfo: memFree=1271008/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=797436 CPUtime=0
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 1072 0 1 0 0 0 0 0 18 0 2 0 23603099 816574464 821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 199359 834 407 9 0 197111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 797436

[startup+0.102554 s]
/proc/loadavg: 2.59 2.26 2.31 5/89 25850
/proc/meminfo: memFree=1271008/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=804560 CPUtime=0.09
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 3019 0 1 0 7 2 0 0 18 0 12 0 23603099 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 201140 2763 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301603 s]
/proc/loadavg: 2.59 2.26 2.31 5/89 25850
/proc/meminfo: memFree=1271008/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=805864 CPUtime=0.28
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 4367 0 1 0 24 4 0 0 18 0 12 0 23603099 825204736 4104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 201466 4104 1359 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.701633 s]
/proc/loadavg: 2.59 2.26 2.31 5/89 25850
/proc/meminfo: memFree=1271008/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=807172 CPUtime=0.67
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 6189 0 1 0 61 6 0 0 18 0 12 0 23603099 826544128 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 201793 5191 1385 9 0 199120 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807172

[startup+1.50274 s]
/proc/loadavg: 2.59 2.26 2.31 4/100 25929
/proc/meminfo: memFree=1253320/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=812852 CPUtime=1.48
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 11458 0 1 0 140 8 0 0 18 0 12 0 23603099 832360448 9071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203213 9072 1408 9 0 200540 0
[pid=25850/tid=25854] ppid=25848 vsize=812852 CPUtime=0.66
/proc/25850/task/25854/stat : 25854 (java) R 25848 25850 18669 0 -1 64 6327 0 1 0 61 5 0 0 25 0 12 0 23603100 832360448 9072 996147200 134512640 134550932 4294956016 18446744073709551615 4109621332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23603101 832360448 9073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23603101 832360448 9073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 9074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 23603103 832360448 9075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23603103 832360448 9076 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 832360448 9076 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=812852 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 832360448 9077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=812852 CPUtime=0.75
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4132 0 0 0 74 1 0 0 16 0 12 0 23603108 832360448 9078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 832360448 9078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 832360448 9079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812852

[startup+3.10295 s]
/proc/loadavg: 2.59 2.26 2.31 4/100 26025
/proc/meminfo: memFree=1207560/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=812852 CPUtime=2.99
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 29294 0 1 0 283 16 0 0 18 0 12 0 23603099 832360448 26903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203213 26905 1423 9 0 200540 0
[pid=25850/tid=25854] ppid=25848 vsize=812852 CPUtime=1.54
/proc/25850/task/25854/stat : 25854 (java) R 25848 25850 18669 0 -1 64 17206 0 1 0 144 10 0 0 25 0 12 0 23603100 832360448 26906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=812852 CPUtime=0.09
/proc/25850/task/25858/stat : 25858 (java) R 25848 25850 18669 0 -1 64 3532 0 0 0 8 1 0 0 16 0 12 0 23603101 832360448 26908 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=812852 CPUtime=0.09
/proc/25850/task/25859/stat : 25859 (java) R 25848 25850 18669 0 -1 64 3316 0 0 0 8 1 0 0 16 0 12 0 23603101 832360448 26909 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 18669 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 26911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 26912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 26914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 832360448 26915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=812852 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 832360448 26916 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=812852 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 16 0 12 0 23603108 832360448 26918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 832360448 26919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 832360448 26921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 812852

[startup+6.30237 s]
/proc/loadavg: 2.70 2.29 2.32 5/101 26242
/proc/meminfo: memFree=1006528/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=812852 CPUtime=6.93
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 83373 0 1 0 652 41 0 0 18 0 12 0 23603099 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203213 76858 1423 9 0 200540 0
[pid=25850/tid=25854] ppid=25848 vsize=812852 CPUtime=2.84
/proc/25850/task/25854/stat : 25854 (java) R 25848 25850 18669 0 -1 64 17210 0 1 0 274 10 0 0 20 0 12 0 23603100 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4109733285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=812852 CPUtime=1.38
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 28151 0 0 0 125 13 0 0 19 0 12 0 23603101 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=812852 CPUtime=1.44
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 32767 0 0 0 130 14 0 0 19 0 12 0 23603101 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 18669 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=812852 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=812852 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=812852 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 832360448 76858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 812852

[startup+12.7012 s]
/proc/loadavg: 2.89 2.34 2.34 5/100 26506
/proc/meminfo: memFree=737544/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=13.85
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 146492 0 1 0 1313 72 0 0 18 0 12 0 23603099 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 139154 1423 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=4.62
/proc/25850/task/25854/stat : 25854 (java) R 25848 25850 18669 0 -1 64 23368 0 1 0 448 14 0 0 16 0 12 0 23603100 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4109709524 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=4.86
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 68341 0 0 0 453 33 0 0 18 0 12 0 23603101 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.1
/proc/25850/task/25859/stat : 25859 (java) R 25848 25850 18669 0 -1 64 49538 0 0 0 288 22 0 0 19 0 12 0 23603101 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 18669 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=814136 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 833675264 139154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.85
Current children cumulated vsize (KiB) 814136

[startup+25.5029 s]
/proc/loadavg: 3.05 2.40 2.36 3/101 27396
/proc/meminfo: memFree=584456/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=26.53
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 225719 0 1 0 2540 113 0 0 18 0 12 0 23603099 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 171843 1425 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=5.66
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 18669 0 -1 64 35662 0 1 0 546 20 0 0 18 0 12 0 23603100 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=5.77
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 76163 0 0 0 541 36 0 0 17 0 12 0 23603101 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.82
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 54721 0 0 0 358 24 0 0 17 0 12 0 23603101 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=9.99
/proc/25850/task/25863/stat : 25863 (java) R 25848 25850 18669 0 -1 64 53940 0 0 0 971 28 0 0 25 0 12 0 23603103 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 171843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03

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

/proc/meminfo: memFree=571200/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=95.79
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 573434 0 1 0 9259 320 0 0 18 0 12 0 23603099 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 172977 1424 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=5.97
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 18669 0 -1 64 35677 0 1 0 576 21 0 0 17 0 12 0 23603100 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=5.77
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 76163 0 0 0 541 36 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.82
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 54721 0 0 0 358 24 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=78.96
/proc/25850/task/25863/stat : 25863 (java) R 25848 25850 18669 0 -1 64 401640 0 0 0 7661 235 0 0 25 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=814136 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.79
Current children cumulated vsize (KiB) 814136

[startup+111.902 s]
/proc/loadavg: 3.28 2.65 2.45 4/101 2843
/proc/meminfo: memFree=570432/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=98.21
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 573434 0 1 0 9501 320 0 0 18 0 12 0 23603099 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 172977 1424 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=5.97
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 18669 0 -1 64 35677 0 1 0 576 21 0 0 17 0 12 0 23603100 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=5.77
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 76163 0 0 0 541 36 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.82
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 54721 0 0 0 358 24 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=81.38
/proc/25850/task/25863/stat : 25863 (java) R 25848 25850 18669 0 -1 64 401640 0 0 0 7903 235 0 0 25 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=814136 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.21
Current children cumulated vsize (KiB) 814136

[startup+113.503 s]
/proc/loadavg: 3.26 2.65 2.45 4/101 3028
/proc/meminfo: memFree=570240/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=99.57
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 573434 0 1 0 9637 320 0 0 18 0 12 0 23603099 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 172977 1424 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=5.97
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 18669 0 -1 64 35677 0 1 0 576 21 0 0 17 0 12 0 23603100 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=5.77
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 76163 0 0 0 541 36 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.82
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 54721 0 0 0 358 24 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=82.74
/proc/25850/task/25863/stat : 25863 (java) R 25848 25850 18669 0 -1 64 401640 0 0 0 8038 236 0 0 25 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=814136 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 814136

[startup+115.102 s]
/proc/loadavg: 3.26 2.65 2.45 4/101 3078
/proc/meminfo: memFree=570048/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=100.96
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 573434 0 1 0 9776 320 0 0 18 0 12 0 23603099 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 172977 1424 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=5.97
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 18669 0 -1 64 35677 0 1 0 576 21 0 0 17 0 12 0 23603100 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=5.77
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 76163 0 0 0 541 36 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.82
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 54721 0 0 0 358 24 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=84.13
/proc/25850/task/25863/stat : 25863 (java) R 25848 25850 18669 0 -1 64 401640 0 0 0 8177 236 0 0 25 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=814136 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.96
Current children cumulated vsize (KiB) 814136

[startup+115.508 s]
/proc/loadavg: 3.26 2.65 2.45 4/101 3128
/proc/meminfo: memFree=570112/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=814136 CPUtime=101.31
/proc/25850/stat : 25850 (java) S 25848 25850 18669 0 -1 0 573434 0 1 0 9811 320 0 0 18 0 12 0 23603099 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25850/statm: 203534 172977 1424 9 0 200861 0
[pid=25850/tid=25854] ppid=25848 vsize=814136 CPUtime=5.97
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 18669 0 -1 64 35677 0 1 0 576 21 0 0 17 0 12 0 23603100 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25858] ppid=25848 vsize=814136 CPUtime=5.77
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 18669 0 -1 64 76163 0 0 0 541 36 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=814136 CPUtime=3.82
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 18669 0 -1 64 54721 0 0 0 358 24 0 0 17 0 12 0 23603101 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=814136 CPUtime=84.49
/proc/25850/task/25863/stat : 25863 (java) R 25848 25850 18669 0 -1 64 401640 0 0 0 8213 236 0 0 25 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25864] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 18669 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25850/tid=25865] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 18669 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23603103 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=814136 CPUtime=0.03
/proc/25850/task/25869/stat : 25869 (java) S 25848 25850 18669 0 -1 64 260 0 0 0 3 0 0 0 18 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=814136 CPUtime=1.18
/proc/25850/task/25870/stat : 25870 (java) S 25848 25850 18669 0 -1 64 4232 0 0 0 117 1 0 0 17 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 18669 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25850/tid=25873] ppid=25848 vsize=814136 CPUtime=0
/proc/25850/task/25873/stat : 25873 (java) S 25848 25850 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23603108 833675264 172977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 814136

[startup+115.702 s]
/proc/loadavg: 3.26 2.65 2.45 4/101 3128
/proc/meminfo: memFree=570112/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=0 CPUtime=101.48
/proc/25850/stat : 25850 (java) Z 25848 25850 18669 0 -1 12 573451 0 1 0 9827 321 0 0 16 0 2 0 23603099 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25850/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 0

[startup+115.802 s]
/proc/loadavg: 3.26 2.65 2.45 4/101 3128
/proc/meminfo: memFree=570112/2055920 swapFree=4192812/4192956
[pid=25850] ppid=25848 vsize=0 CPUtime=101.57
/proc/25850/stat : 25850 (java) Z 25848 25850 18669 0 -1 12 573451 0 1 0 9827 330 0 0 16 0 2 0 23603099 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25850/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 115.839
CPU time (s): 101.589
CPU user time (s): 98.2711
CPU system time (s): 3.3175
CPU usage (%): 87.6982
Max. virtual memory (cumulated for all children) (KiB): 910144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.2711
system time used= 3.3175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573451
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= 3171
involuntary context switches= 7124

runsolver used 0.188971 second user time and 0.475927 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 04:22:42
IDJOB=2077631
IDBENCH=56641
IDSOLVER=731
FILE ID=node13/2077631-1247365362
PBS_JOBID= 9507031
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 4054e8cc40ed34185434fb37f8362548
RANDOM SEED=114694441

node13.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.241
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.241
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:       1271424 kB
Buffers:         43036 kB
Cached:         235016 kB
SwapCached:          0 kB
Active:         536060 kB
Inactive:       174860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2720 kB
Writeback:           0 kB
Mapped:         454568 kB
Slab:            57200 kB
Committed_AS:   808716 kB
PageTables:       3172 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= 66296 MiB
End job on node13 at 2009-07-12 04:24:38