Trace number 2074760

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.04 119.159

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle15.xml
MD5SUM769040126ef838618a933b5ce21af152
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 benchmark0.096984
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
Global constraints used (with number of constraints)

Solver Data

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

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-2074760-1247359312/watcher-2074760-1247359312 -o /tmp/evaluation-result-2074760-1247359312/solver-2074760-1247359312 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074760-1247359312.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: 0.95 1.70 1.89 3/67 21607
/proc/meminfo: memFree=1882704/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=152 CPUtime=0
/proc/21607/stat : 21607 (java6) D 21605 21607 18100 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 22998635 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21607/statm: 38 26 19 9 0 4 0

[startup+0.0478061 s]
/proc/loadavg: 0.95 1.70 1.89 3/67 21607
/proc/meminfo: memFree=1882704/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=802032 CPUtime=0.03
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 2546 0 1 0 2 1 0 0 18 0 7 0 22998635 821280768 2293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 200508 2293 988 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101818 s]
/proc/loadavg: 0.95 1.70 1.89 3/67 21607
/proc/meminfo: memFree=1882704/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=804560 CPUtime=0.08
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 3029 0 1 0 6 2 0 0 18 0 12 0 22998635 823869440 2772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 201140 2772 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301859 s]
/proc/loadavg: 0.95 1.70 1.89 3/67 21607
/proc/meminfo: memFree=1882704/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=807100 CPUtime=0.3
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 4478 0 1 0 27 3 0 0 18 0 12 0 22998635 826470400 4216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 201742 4183 1365 9 0 199069 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807100

[startup+0.701936 s]
/proc/loadavg: 0.95 1.70 1.89 3/67 21607
/proc/meminfo: memFree=1882704/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=808120 CPUtime=0.75
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 5922 0 1 0 71 4 0 0 18 0 12 0 22998635 827514880 5345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 202030 5346 1398 9 0 199357 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 808120

[startup+1.50209 s]
/proc/loadavg: 0.95 1.70 1.89 4/93 21641
/proc/meminfo: memFree=1846144/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=813752 CPUtime=1.61
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 11462 0 1 0 154 7 0 0 18 0 12 0 22998635 833282048 9322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 203438 9322 1409 9 0 200765 0
[pid=21607/tid=21609] ppid=21605 vsize=813752 CPUtime=0.86
/proc/21607/task/21609/stat : 21609 (java) R 21605 21607 18100 0 -1 64 6752 0 1 0 82 4 0 0 24 0 12 0 22998637 833282048 9322 996147200 134512640 134550932 4294956016 18446744073709551615 4109138852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22998638 833282048 9322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22998638 833282048 9322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21612/stat : 21612 (java) S 21605 21607 18100 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22998640 833282048 9322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21613] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 22998640 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21614] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22998640 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21617] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22998644 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=813752 CPUtime=0.53
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3373 0 0 0 52 1 0 0 16 0 12 0 22998644 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=813752 CPUtime=0.18
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 593 0 0 0 18 0 0 0 16 0 12 0 22998644 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22998644 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22998644 833282048 9323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 813752

[startup+3.10141 s]
/proc/loadavg: 0.95 1.70 1.89 3/94 21642
/proc/meminfo: memFree=1797944/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=813752 CPUtime=3.39
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 42585 0 1 0 319 20 0 0 18 0 12 0 22998635 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 203438 39421 1422 9 0 200765 0
[pid=21607/tid=21609] ppid=21605 vsize=813752 CPUtime=1.64
/proc/21607/task/21609/stat : 21609 (java) R 21605 21607 18100 0 -1 64 17451 0 1 0 155 9 0 0 17 0 12 0 22998637 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4109650464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=813752 CPUtime=0.38
/proc/21607/task/21610/stat : 21610 (java) R 21605 21607 18100 0 -1 64 11106 0 0 0 34 4 0 0 18 0 12 0 22998638 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=813752 CPUtime=0.3
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 9212 0 0 0 27 3 0 0 18 0 12 0 22998638 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21612/stat : 21612 (java) S 21605 21607 18100 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 22998640 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22998640 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21614] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22998640 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21617] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22998644 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=813752 CPUtime=0.58
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3375 0 0 0 57 1 0 0 16 0 12 0 22998644 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21619] ppid=21605 vsize=813752 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 12 0 22998644 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22998644 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=813752 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22998644 833282048 39421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 813752

[startup+6.30204 s]
/proc/loadavg: 1.04 1.70 1.89 3/94 21642
/proc/meminfo: memFree=1533880/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=815036 CPUtime=6.61
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 66308 0 1 0 629 32 0 0 18 0 12 0 22998635 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 203759 62690 1434 9 0 201086 0
[pid=21607/tid=21609] ppid=21605 vsize=815036 CPUtime=3.15
/proc/21607/task/21609/stat : 21609 (java) R 21605 21607 18100 0 -1 64 17462 0 1 0 306 9 0 0 25 0 12 0 22998637 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4109759254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=815036 CPUtime=1.09
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 23735 0 0 0 98 11 0 0 18 0 12 0 22998638 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=815036 CPUtime=0.97
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 19780 0 0 0 89 8 0 0 18 0 12 0 22998638 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=815036 CPUtime=0
/proc/21607/task/21612/stat : 21612 (java) S 21605 21607 18100 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22998640 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=815036 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22998640 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21614] ppid=21605 vsize=815036 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22998640 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21617] ppid=21605 vsize=815036 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22998644 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=815036 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 12 0 22998644 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=815036 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 12 0 22998644 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=815036 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22998644 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=815036 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22998644 834596864 62690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 815036

[startup+12.7013 s]
/proc/loadavg: 1.43 1.77 1.91 5/94 21642
/proc/meminfo: memFree=1201592/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=818880 CPUtime=12.98
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 97562 0 1 0 1251 47 0 0 18 0 12 0 22998635 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204720 93608 1434 9 0 202047 0
[pid=21607/tid=21609] ppid=21605 vsize=818880 CPUtime=6.94
/proc/21607/task/21609/stat : 21609 (java) R 21605 21607 18100 0 -1 64 23621 0 1 0 681 13 0 0 25 0 12 0 22998637 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=818880 CPUtime=2.53
/proc/21607/task/21610/stat : 21610 (java) R 21605 21607 18100 0 -1 64 39646 0 0 0 235 18 0 0 16 0 12 0 22998638 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=818880 CPUtime=2.09
/proc/21607/task/21611/stat : 21611 (java) R 21605 21607 18100 0 -1 64 28964 0 0 0 197 12 0 0 15 0 12 0 22998638 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 105886576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21612/stat : 21612 (java) S 21605 21607 18100 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22998640 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22998640 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21614] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22998640 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21617] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22998644 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=818880 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 12 0 22998644 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=818880 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 12 0 22998644 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22998644 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22998644 838533120 93608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 818880

[startup+25.5028 s]
/proc/loadavg: 1.84 1.85 1.93 4/94 21642
/proc/meminfo: memFree=777400/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=818880 CPUtime=25.88
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 185492 0 1 0 2492 96 0 0 18 0 12 0 22998635 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204720 165534 1436 9 0 202047 0
[pid=21607/tid=21609] ppid=21605 vsize=818880 CPUtime=9.84
/proc/21607/task/21609/stat : 21609 (java) S 21605 21607 18100 0 -1 64 35923 0 1 0 962 22 0 0 17 0 12 0 22998637 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=818880 CPUtime=5.3
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 74546 0 0 0 495 35 0 0 17 0 12 0 22998638 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=818880 CPUtime=4.8
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 54185 0 0 0 455 25 0 0 17 0 12 0 22998638 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=818880 CPUtime=4.53
/proc/21607/task/21612/stat : 21612 (java) R 21605 21607 18100 0 -1 64 15515 0 0 0 443 10 0 0 22 0 12 0 22998640 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22998640 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21614] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22998640 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21617] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22998644 838533120 165534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=818880 CPUtime=0.92

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

/proc/loadavg: 2.12 1.92 1.95 3/94 21642
/proc/meminfo: memFree=742776/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=818880 CPUtime=108.65
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 650605 0 1 0 10496 369 0 0 18 0 12 0 22998635 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204720 174040 1435 9 0 202047 0
[pid=21607/tid=21609] ppid=21605 vsize=818880 CPUtime=10.75
/proc/21607/task/21609/stat : 21609 (java) S 21605 21607 18100 0 -1 64 35941 0 1 0 1053 22 0 0 17 0 12 0 22998637 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=818880 CPUtime=5.3
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 74546 0 0 0 495 35 0 0 17 0 12 0 22998638 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=818880 CPUtime=4.8
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 54185 0 0 0 455 25 0 0 17 0 12 0 22998638 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=818880 CPUtime=86.4
/proc/21607/task/21612/stat : 21612 (java) R 21605 21607 18100 0 -1 64 480610 0 0 0 8357 283 0 0 25 0 12 0 22998640 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22998640 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21614] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22998640 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21617] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22998644 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=818880 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 12 0 22998644 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=818880 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 12 0 22998644 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22998644 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=818880 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22998644 838533120 174040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 818880

[startup+115.102 s]
/proc/loadavg: 2.10 1.93 1.95 3/95 21643
/proc/meminfo: memFree=742768/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=819204 CPUtime=115.01
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 650613 0 1 0 11132 369 0 0 18 0 13 0 22998635 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204801 174047 1435 9 0 202128 0
[pid=21607/tid=21609] ppid=21605 vsize=819204 CPUtime=10.75
/proc/21607/task/21609/stat : 21609 (java) S 21605 21607 18100 0 -1 64 35944 0 1 0 1053 22 0 0 18 0 13 0 22998637 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=819204 CPUtime=5.3
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 74546 0 0 0 495 35 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=819204 CPUtime=4.8
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 54185 0 0 0 455 25 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=819204 CPUtime=92.76
/proc/21607/task/21612/stat : 21612 (java) R 21605 21607 18100 0 -1 64 480610 0 0 0 8993 283 0 0 25 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 105880877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21614] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21617] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=819204 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=819204 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21643] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21643/stat : 21643 (java) S 21605 21607 18100 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23009726 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 115.01
Current children cumulated vsize (KiB) 819204

[startup+116.703 s]
/proc/loadavg: 2.10 1.93 1.95 3/95 21643
/proc/meminfo: memFree=742768/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=819204 CPUtime=116.6
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 650613 0 1 0 11291 369 0 0 18 0 13 0 22998635 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204801 174047 1435 9 0 202128 0
[pid=21607/tid=21609] ppid=21605 vsize=819204 CPUtime=10.75
/proc/21607/task/21609/stat : 21609 (java) S 21605 21607 18100 0 -1 64 35944 0 1 0 1053 22 0 0 18 0 13 0 22998637 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=819204 CPUtime=5.3
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 74546 0 0 0 495 35 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=819204 CPUtime=4.8
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 54185 0 0 0 455 25 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=819204 CPUtime=94.35
/proc/21607/task/21612/stat : 21612 (java) R 21605 21607 18100 0 -1 64 480610 0 0 0 9152 283 0 0 25 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21614] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21617] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=819204 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=819204 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21643] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21643/stat : 21643 (java) S 21605 21607 18100 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23009726 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 116.6
Current children cumulated vsize (KiB) 819204

[startup+118.302 s]
/proc/loadavg: 2.10 1.93 1.95 3/95 21643
/proc/meminfo: memFree=742768/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=819204 CPUtime=118.2
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 650613 0 1 0 11451 369 0 0 18 0 13 0 22998635 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204801 174047 1435 9 0 202128 0
[pid=21607/tid=21609] ppid=21605 vsize=819204 CPUtime=10.75
/proc/21607/task/21609/stat : 21609 (java) S 21605 21607 18100 0 -1 64 35944 0 1 0 1053 22 0 0 18 0 13 0 22998637 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=819204 CPUtime=5.3
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 74546 0 0 0 495 35 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=819204 CPUtime=4.8
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 54185 0 0 0 455 25 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=819204 CPUtime=95.94
/proc/21607/task/21612/stat : 21612 (java) R 21605 21607 18100 0 -1 64 480610 0 0 0 9311 283 0 0 25 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 106159152 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21614] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21617] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=819204 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=819204 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21643] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21643/stat : 21643 (java) S 21605 21607 18100 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23009726 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.2
Current children cumulated vsize (KiB) 819204

[startup+118.702 s]
/proc/loadavg: 2.09 1.93 1.95 3/95 21643
/proc/meminfo: memFree=742768/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=819204 CPUtime=118.6
/proc/21607/stat : 21607 (java) S 21605 21607 18100 0 -1 0 650613 0 1 0 11491 369 0 0 18 0 13 0 22998635 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 204801 174047 1435 9 0 202128 0
[pid=21607/tid=21609] ppid=21605 vsize=819204 CPUtime=10.75
/proc/21607/task/21609/stat : 21609 (java) S 21605 21607 18100 0 -1 64 35944 0 1 0 1053 22 0 0 18 0 13 0 22998637 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21610] ppid=21605 vsize=819204 CPUtime=5.3
/proc/21607/task/21610/stat : 21610 (java) S 21605 21607 18100 0 -1 64 74546 0 0 0 495 35 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21611] ppid=21605 vsize=819204 CPUtime=4.8
/proc/21607/task/21611/stat : 21611 (java) S 21605 21607 18100 0 -1 64 54185 0 0 0 455 25 0 0 17 0 13 0 22998638 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21612] ppid=21605 vsize=819204 CPUtime=96.34
/proc/21607/task/21612/stat : 21612 (java) R 21605 21607 18100 0 -1 64 480610 0 0 0 9351 283 0 0 25 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21613] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21613/stat : 21613 (java) S 21605 21607 18100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21614] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21614/stat : 21614 (java) S 21605 21607 18100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22998640 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21617] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21617/stat : 21617 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21618] ppid=21605 vsize=819204 CPUtime=0.92
/proc/21607/task/21618/stat : 21618 (java) S 21605 21607 18100 0 -1 64 3890 0 0 0 90 2 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21619] ppid=21605 vsize=819204 CPUtime=0.44
/proc/21607/task/21619/stat : 21619 (java) S 21605 21607 18100 0 -1 64 692 0 0 0 44 0 0 0 17 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21620] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21620/stat : 21620 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21607/tid=21621] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21621/stat : 21621 (java) S 21605 21607 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22998644 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21607/tid=21643] ppid=21605 vsize=819204 CPUtime=0
/proc/21607/task/21643/stat : 21643 (java) S 21605 21607 18100 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23009726 838864896 174047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.6
Current children cumulated vsize (KiB) 819204

[startup+119.101 s]
/proc/loadavg: 2.09 1.93 1.95 3/95 21643
/proc/meminfo: memFree=742768/2055924 swapFree=4192812/4192956
[pid=21607] ppid=21605 vsize=0 CPUtime=118.97
/proc/21607/stat : 21607 (java) Z 21605 21607 18100 0 -1 12 650623 0 1 0 11523 374 0 0 16 0 2 0 22998635 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21607/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 118.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 119.159
CPU time (s): 119.04
CPU user time (s): 115.232
CPU system time (s): 3.80742
CPU usage (%): 99.8999
Max. virtual memory (cumulated for all children) (KiB): 914888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.232
system time used= 3.80742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 650623
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= 3507
involuntary context switches= 5381

runsolver used 0.158975 second user time and 0.403938 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 02:41:52
IDJOB=2074760
IDBENCH=56131
IDSOLVER=731
FILE ID=node6/2074760-1247359312
PBS_JOBID= 9506903
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 769040126ef838618a933b5ce21af152
RANDOM SEED=93961271

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

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1883184 kB
Buffers:         22168 kB
Cached:          89284 kB
SwapCached:          0 kB
Active:          91124 kB
Inactive:        35388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1883184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          24836 kB
Slab:            31916 kB
Committed_AS:   138192 kB
PageTables:       1688 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= 66396 MiB
End job on node6 at 2009-07-12 02:43:51