Trace number 2071207

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? 91.4401 89.958

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-09.xml
MD5SUM370e23804ea044e598b28ba5d602800b
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.237963
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
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.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2071207-1247353046.xml
0.18/0.22	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.47	c reading variables done.
0.58/0.66	c reading relations done.
1.58/1.66	c reading predicates  done.
1.78/1.88	c reading constraints
78.69/77.23	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
78.69/77.23		at org.sat4j.core.Vec.ensure(Unknown Source)
78.69/77.23		at org.sat4j.core.Vec.push(Unknown Source)
78.69/77.23		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
78.69/77.23		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
78.69/77.23		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
78.69/77.23		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
78.69/77.23		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
78.69/77.24		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
78.69/77.24		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.69/77.24		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.69/77.24		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.69/77.24		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.69/77.24		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.69/77.24		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
78.69/77.24		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
78.69/77.24		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
78.69/77.24		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
78.69/77.24		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
78.69/77.24		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
78.69/77.24		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
84.99/83.53		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
84.99/83.53		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
84.99/83.53		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
84.99/83.53		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
84.99/83.53	c starts		: 0
84.99/83.53	c conflicts		: 0
84.99/83.53	c decisions		: 0
84.99/83.53	c propagations		: 0
84.99/83.53	c inspects		: 0
84.99/83.53	c learnt literals	: 0
84.99/83.53	c learnt binary clauses	: 0
84.99/83.53	c learnt ternary clauses	: 0
84.99/83.53	c learnt clauses	: 0
84.99/83.53	c ignored clauses	: 0
84.99/83.53	c root simplifications	: 0
84.99/83.53	c removed literals (reason simplification)	: 0
84.99/83.53	c reason swapping (by a shorter reason)	: 0
84.99/83.53	c Calls to reduceDB	: 0
84.99/83.53	c speed (assignments/second)	: 0.0
84.99/83.53	c non guided choices	0
91.29/89.84	c learnt constraints type 
91.29/89.84	c constraints type 
91.29/89.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8639036
91.29/89.84	c org.sat4j.minisat.constraints.card.AtLeast => 187
91.29/89.84	s UNKNOWN
91.29/89.84	c Total wall clock time (in seconds) : 83.311

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.98 3/74 16993
/proc/meminfo: memFree=1419408/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=1612 CPUtime=0
/proc/16993/stat : 16993 (java6) D 16991 16993 15277 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 22368139 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16993/statm: 403 150 114 9 0 45 0

[startup+0.0113349 s]
/proc/loadavg: 1.92 1.99 1.98 3/74 16993
/proc/meminfo: memFree=1419408/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=12932 CPUtime=0
/proc/16993/stat : 16993 (java) R 16991 16993 15277 0 -1 0 693 0 0 0 0 0 0 0 18 0 1 0 22368139 13242368 500 996147200 134512640 134550932 4294956016 18446744073709551615 103011312 0 0 4096 0 0 0 0 17 0 0 0
/proc/16993/statm: 3233 522 221 9 0 1105 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12932

[startup+0.101341 s]
/proc/loadavg: 1.92 1.99 1.98 3/74 16993
/proc/meminfo: memFree=1419408/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=804560 CPUtime=0.08
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 3043 0 1 0 6 2 0 0 18 0 12 0 22368139 823869440 2786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 201140 2786 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301359 s]
/proc/loadavg: 1.92 1.99 1.98 3/74 16993
/proc/meminfo: memFree=1419408/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=805744 CPUtime=0.28
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 4353 0 1 0 25 3 0 0 18 0 12 0 22368139 825081856 4090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 201436 4090 1360 9 0 198763 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805744

[startup+0.701396 s]
/proc/loadavg: 1.92 1.99 1.98 3/74 16993
/proc/meminfo: memFree=1419408/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=807340 CPUtime=0.68
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 6220 0 1 0 63 5 0 0 18 0 12 0 22368139 826716160 5220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 201835 5220 1385 9 0 199162 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807340

[startup+1.50246 s]
/proc/loadavg: 1.92 1.99 1.98 4/86 17005
/proc/meminfo: memFree=1401776/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=812840 CPUtime=1.48
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 11806 0 1 0 140 8 0 0 18 0 12 0 22368139 832348160 9371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203210 9372 1407 9 0 200537 0
[pid=16993/tid=16995] ppid=16991 vsize=812840 CPUtime=0.69
/proc/16993/task/16995/stat : 16995 (java) R 16991 16993 15277 0 -1 64 6626 0 1 0 64 5 0 0 25 0 12 0 22368140 832348160 9373 996147200 134512640 134550932 4294956016 18446744073709551615 4109618933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 22368141 832348160 9373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22368141 832348160 9374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/16998/stat : 16998 (java) S 16991 16993 15277 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22368143 832348160 9375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22368143 832348160 9375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22368143 832348160 9376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22368148 832348160 9376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=812840 CPUtime=0.03
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 223 0 0 0 3 0 0 0 17 0 12 0 22368148 832348160 9376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=812840 CPUtime=0.75
/proc/16993/task/17003/stat : 17003 (java) R 16991 16993 15277 0 -1 64 4219 0 0 0 73 2 0 0 16 0 12 0 22368148 832348160 9376 996147200 134512640 134550932 4294956016 18446744073709551615 105775585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22368148 832348160 9376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22368148 832348160 9376 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) 812840

[startup+3.10262 s]
/proc/loadavg: 1.92 1.99 1.98 4/86 17005
/proc/meminfo: memFree=1378160/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=812840 CPUtime=3.22
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 38211 0 1 0 301 21 0 0 18 0 12 0 22368139 832348160 34790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203210 34791 1422 9 0 200537 0
[pid=16993/tid=16995] ppid=16991 vsize=812840 CPUtime=1.5
/proc/16993/task/16995/stat : 16995 (java) R 16991 16993 15277 0 -1 64 17193 0 1 0 139 11 0 0 25 0 12 0 22368140 832348160 34793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=812840 CPUtime=0.27
/proc/16993/task/16996/stat : 16996 (java) R 16991 16993 15277 0 -1 64 9716 0 0 0 23 4 0 0 17 0 12 0 22368141 832348160 34794 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=812840 CPUtime=0.22
/proc/16993/task/16997/stat : 16997 (java) R 16991 16993 15277 0 -1 64 6011 0 0 0 21 1 0 0 17 0 12 0 22368141 832348160 34796 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16998] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/16998/stat : 16998 (java) S 16991 16993 15277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22368143 832348160 34797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22368143 832348160 34798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22368143 832348160 34800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22368148 832348160 34801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=812840 CPUtime=0.03
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 223 0 0 0 3 0 0 0 17 0 12 0 22368148 832348160 34803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=812840 CPUtime=1.15
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4323 0 0 0 113 2 0 0 16 0 12 0 22368148 832348160 34805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22368148 832348160 34806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=812840 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22368148 832348160 34808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 812840

[startup+6.3019 s]
/proc/loadavg: 1.93 1.99 1.98 3/86 17005
/proc/meminfo: memFree=1144432/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=812544 CPUtime=7.25
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 94802 0 1 0 677 48 0 0 18 0 12 0 22368139 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203136 86472 1422 9 0 200463 0
[pid=16993/tid=16995] ppid=16991 vsize=812544 CPUtime=2.95
/proc/16993/task/16995/stat : 16995 (java) R 16991 16993 15277 0 -1 64 23342 0 1 0 281 14 0 0 20 0 12 0 22368140 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16996] ppid=16991 vsize=812544 CPUtime=1.61
/proc/16993/task/16996/stat : 16996 (java) R 16991 16993 15277 0 -1 64 34181 0 0 0 146 15 0 0 16 0 12 0 22368141 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16997] ppid=16991 vsize=812544 CPUtime=1.46
/proc/16993/task/16997/stat : 16997 (java) R 16991 16993 15277 0 -1 64 31983 0 0 0 132 14 0 0 16 0 12 0 22368141 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 106195387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16998] ppid=16991 vsize=812544 CPUtime=0
/proc/16993/task/16998/stat : 16998 (java) S 16991 16993 15277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22368143 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16999] ppid=16991 vsize=812544 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22368143 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=812544 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22368143 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=812544 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22368148 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=812544 CPUtime=0.03
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 223 0 0 0 3 0 0 0 17 0 12 0 22368148 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=812544 CPUtime=1.15
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4323 0 0 0 113 2 0 0 16 0 12 0 22368148 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=812544 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22368148 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=812544 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22368148 832045056 86472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 812544

[startup+12.7025 s]
/proc/loadavg: 2.01 2.00 1.99 4/86 17005
/proc/meminfo: memFree=896432/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=813184 CPUtime=13.81
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 142501 0 1 0 1309 72 0 0 18 0 12 0 22368139 832700416 134161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203296 134163 1433 9 0 200623 0
[pid=16993/tid=16995] ppid=16991 vsize=813184 CPUtime=4.88
/proc/16993/task/16995/stat : 16995 (java) R 16991 16993 15277 0 -1 64 23358 0 1 0 474 14 0 0 19 0 12 0 22368140 832700416 134163 996147200 134512640 134550932 4294956016 18446744073709551615 4109780144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16996] ppid=16991 vsize=813184 CPUtime=2.34
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 39406 0 0 0 216 18 0 0 19 0 12 0 22368141 832700416 134164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16997] ppid=16991 vsize=813184 CPUtime=5.04
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 74254 0 0 0 470 34 0 0 16 0 12 0 22368141 832700416 134165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16998] ppid=16991 vsize=813184 CPUtime=0
/proc/16993/task/16998/stat : 16998 (java) S 16991 16993 15277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22368143 832700416 134165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16993/tid=16999] ppid=16991 vsize=813184 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22368143 832700416 134166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=813184 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22368143 832700416 134167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=813184 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22368148 832700416 134167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=813184 CPUtime=0.18
/proc/16993/task/17002/stat : 17002 (java) R 16991 16993 15277 0 -1 64 241 0 0 0 18 0 0 0 17 0 12 0 22368148 832700416 134168 996147200 134512640 134550932 4294956016 18446744073709551615 104139120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=813184 CPUtime=1.31
/proc/16993/task/17003/stat : 17003 (java) R 16991 16993 15277 0 -1 64 4500 0 0 0 129 2 0 0 17 0 12 0 22368148 832700416 134169 996147200 134512640 134550932 4294956016 18446744073709551615 105856789 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=813184 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22368148 832700416 134170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=813184 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22368148 832700416 134171 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 813184

[startup+25.5016 s]
/proc/loadavg: 2.15 2.03 2.00 5/86 17005
/proc/meminfo: memFree=773296/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=813956 CPUtime=26.96
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 171551 0 1 0 2610 86 0 0 18 0 12 0 22368139 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203489 162458 1436 9 0 200816 0
[pid=16993/tid=16995] ppid=16991 vsize=813956 CPUtime=11.48
/proc/16993/task/16995/stat : 16995 (java) R 16991 16993 15277 0 -1 64 35676 0 1 0 1128 20 0 0 24 0 12 0 22368140 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=813956 CPUtime=4.26
/proc/16993/task/16996/stat : 16996 (java) R 16991 16993 15277 0 -1 64 45842 0 0 0 404 22 0 0 16 0 12 0 22368141 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 104198055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=813956 CPUtime=6.53
/proc/16993/task/16997/stat : 16997 (java) R 16991 16993 15277 0 -1 64 84361 0 0 0 615 38 0 0 16 0 12 0 22368141 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=813956 CPUtime=2.86
/proc/16993/task/16998/stat : 16998 (java) S 16991 16993 15277 0 -1 64 13 0 0 0 286 0 0 0 15 0 12 0 22368143 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22368143 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22368143 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22368148 833490944 162458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=813956 CPUtime=0.34

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

/proc/loadavg: 2.05 2.03 2.00 3/86 17005
/proc/meminfo: memFree=730288/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=813956 CPUtime=84.59
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 386686 0 1 0 8268 191 0 0 18 0 12 0 22368139 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203489 173038 1435 9 0 200816 0
[pid=16993/tid=16995] ppid=16991 vsize=813956 CPUtime=12.11
/proc/16993/task/16995/stat : 16995 (java) S 16991 16993 15277 0 -1 64 35690 0 1 0 1191 20 0 0 17 0 12 0 22368140 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=813956 CPUtime=4.42
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 47010 0 0 0 420 22 0 0 17 0 12 0 22368141 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=813956 CPUtime=6.74
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 85297 0 0 0 635 39 0 0 16 0 12 0 22368141 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=813956 CPUtime=59.49
/proc/16993/task/16998/stat : 16998 (java) R 16991 16993 15277 0 -1 64 213030 0 0 0 5845 104 0 0 25 0 12 0 22368143 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 106159266 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22368143 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22368143 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22368148 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=813956 CPUtime=0.34
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 357 0 0 0 34 0 0 0 16 0 12 0 22368148 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=813956 CPUtime=1.44
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4563 0 0 0 141 3 0 0 15 0 12 0 22368148 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22368148 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=813956 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22368148 833490944 173038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.59
Current children cumulated vsize (KiB) 813956

[startup+86.3021 s]
/proc/loadavg: 2.05 2.03 2.00 3/87 17006
/proc/meminfo: memFree=730280/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=814280 CPUtime=87.79
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 386695 0 1 0 8588 191 0 0 18 0 13 0 22368139 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203570 173046 1435 9 0 200897 0
[pid=16993/tid=16995] ppid=16991 vsize=814280 CPUtime=12.11
/proc/16993/task/16995/stat : 16995 (java) S 16991 16993 15277 0 -1 64 35693 0 1 0 1191 20 0 0 18 0 13 0 22368140 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=814280 CPUtime=4.42
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 47010 0 0 0 420 22 0 0 17 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=814280 CPUtime=6.74
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 85297 0 0 0 635 39 0 0 16 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=814280 CPUtime=62.68
/proc/16993/task/16998/stat : 16998 (java) R 16991 16993 15277 0 -1 64 213030 0 0 0 6164 104 0 0 25 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=814280 CPUtime=0.34
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 357 0 0 0 34 0 0 0 16 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=814280 CPUtime=1.44
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4563 0 0 0 141 3 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17006] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17006/stat : 17006 (java) S 16991 16993 15277 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22376492 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.79
Current children cumulated vsize (KiB) 814280

[startup+87.9023 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 17006
/proc/meminfo: memFree=730280/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=814280 CPUtime=89.39
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 386695 0 1 0 8748 191 0 0 18 0 13 0 22368139 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203570 173046 1435 9 0 200897 0
[pid=16993/tid=16995] ppid=16991 vsize=814280 CPUtime=12.11
/proc/16993/task/16995/stat : 16995 (java) S 16991 16993 15277 0 -1 64 35693 0 1 0 1191 20 0 0 18 0 13 0 22368140 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=814280 CPUtime=4.42
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 47010 0 0 0 420 22 0 0 17 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=814280 CPUtime=6.74
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 85297 0 0 0 635 39 0 0 16 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=814280 CPUtime=64.28
/proc/16993/task/16998/stat : 16998 (java) R 16991 16993 15277 0 -1 64 213030 0 0 0 6324 104 0 0 25 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=814280 CPUtime=0.34
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 357 0 0 0 34 0 0 0 16 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=814280 CPUtime=1.44
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4563 0 0 0 141 3 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17006] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17006/stat : 17006 (java) S 16991 16993 15277 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22376492 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (KiB) 814280

[startup+88.7023 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 17006
/proc/meminfo: memFree=730280/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=814280 CPUtime=90.19
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 386695 0 1 0 8828 191 0 0 18 0 13 0 22368139 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203570 173046 1435 9 0 200897 0
[pid=16993/tid=16995] ppid=16991 vsize=814280 CPUtime=12.11
/proc/16993/task/16995/stat : 16995 (java) S 16991 16993 15277 0 -1 64 35693 0 1 0 1191 20 0 0 18 0 13 0 22368140 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=814280 CPUtime=4.42
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 47010 0 0 0 420 22 0 0 17 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=814280 CPUtime=6.74
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 85297 0 0 0 635 39 0 0 16 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=814280 CPUtime=65.08
/proc/16993/task/16998/stat : 16998 (java) R 16991 16993 15277 0 -1 64 213030 0 0 0 6404 104 0 0 25 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 104187774 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=814280 CPUtime=0.34
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 357 0 0 0 34 0 0 0 16 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=814280 CPUtime=1.44
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4563 0 0 0 141 3 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17006] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17006/stat : 17006 (java) S 16991 16993 15277 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22376492 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.19
Current children cumulated vsize (KiB) 814280

[startup+89.5024 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 17006
/proc/meminfo: memFree=730280/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=814280 CPUtime=90.99
/proc/16993/stat : 16993 (java) S 16991 16993 15277 0 -1 0 386695 0 1 0 8908 191 0 0 18 0 13 0 22368139 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 203570 173046 1435 9 0 200897 0
[pid=16993/tid=16995] ppid=16991 vsize=814280 CPUtime=12.11
/proc/16993/task/16995/stat : 16995 (java) S 16991 16993 15277 0 -1 64 35693 0 1 0 1191 20 0 0 18 0 13 0 22368140 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16996] ppid=16991 vsize=814280 CPUtime=4.42
/proc/16993/task/16996/stat : 16996 (java) S 16991 16993 15277 0 -1 64 47010 0 0 0 420 22 0 0 17 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16997] ppid=16991 vsize=814280 CPUtime=6.74
/proc/16993/task/16997/stat : 16997 (java) S 16991 16993 15277 0 -1 64 85297 0 0 0 635 39 0 0 16 0 13 0 22368141 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16998] ppid=16991 vsize=814280 CPUtime=65.88
/proc/16993/task/16998/stat : 16998 (java) R 16991 16993 15277 0 -1 64 213030 0 0 0 6484 104 0 0 25 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=16999] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/16999/stat : 16999 (java) S 16991 16993 15277 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17000] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17000/stat : 17000 (java) S 16991 16993 15277 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22368143 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17001] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17001/stat : 17001 (java) S 16991 16993 15277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17002] ppid=16991 vsize=814280 CPUtime=0.34
/proc/16993/task/17002/stat : 17002 (java) S 16991 16993 15277 0 -1 64 357 0 0 0 34 0 0 0 16 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17003] ppid=16991 vsize=814280 CPUtime=1.44
/proc/16993/task/17003/stat : 17003 (java) S 16991 16993 15277 0 -1 64 4563 0 0 0 141 3 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17004] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17004/stat : 17004 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17005] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17005/stat : 17005 (java) S 16991 16993 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22368148 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16993/tid=17006] ppid=16991 vsize=814280 CPUtime=0
/proc/16993/task/17006/stat : 17006 (java) S 16991 16993 15277 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22376492 833822720 173046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.99
Current children cumulated vsize (KiB) 814280

[startup+89.9024 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 17006
/proc/meminfo: memFree=730280/2055920 swapFree=4192812/4192956
[pid=16993] ppid=16991 vsize=0 CPUtime=91.37
/proc/16993/stat : 16993 (java) Z 16991 16993 15277 0 -1 12 386704 0 1 0 8942 195 0 0 16 0 2 0 22368139 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 89.958
CPU time (s): 91.4401
CPU user time (s): 89.4274
CPU system time (s): 2.01269
CPU usage (%): 101.647
Max. virtual memory (cumulated for all children) (KiB): 909964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.4274
system time used= 2.01269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386704
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= 3154
involuntary context switches= 3632

runsolver used 0.104984 second user time and 0.341948 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 00:57:26
IDJOB=2071207
IDBENCH=55454
IDSOLVER=731
FILE ID=node51/2071207-1247353046
PBS_JOBID= 9506909
Free space on /tmp= 66012 MiB

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

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

MD5SUM BENCH= 370e23804ea044e598b28ba5d602800b
RANDOM SEED=1374312041

node51.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.225
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.225
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:       1419888 kB
Buffers:          7780 kB
Cached:         250280 kB
SwapCached:          0 kB
Active:         568872 kB
Inactive:        18980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         340984 kB
Slab:            32620 kB
Committed_AS:   507720 kB
PageTables:       2568 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= 66012 MiB
End job on node51 at 2009-07-12 00:58:56