Trace number 2071163

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? 88.6525 87.7175

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-01.xml
MD5SUM0389a008320032d4e55e89d7ac6d4180
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.350945
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints681
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension603
Global constraints used (with number of constraints)

Solver Data

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

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-2071163-1247352885/watcher-2071163-1247352885 -o /tmp/evaluation-result-2071163-1247352885/solver-2071163-1247352885 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071163-1247352885.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.94 2.01 1.99 4/82 17433
/proc/meminfo: memFree=1536456/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=18576 CPUtime=0
/proc/17433/stat : 17433 (runsolver) R 17431 17433 15911 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22354965 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17433/statm: 4644 284 249 26 0 2626 0

[startup+0.078096 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 17433
/proc/meminfo: memFree=1536456/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=802164 CPUtime=0.06
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 2801 0 1 0 4 2 0 0 18 0 7 0 22354965 821415936 2546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 200541 2546 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102098 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 17433
/proc/meminfo: memFree=1536456/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=804560 CPUtime=0.08
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 3010 0 1 0 6 2 0 0 18 0 12 0 22354965 823869440 2753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 201140 2753 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302123 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 17433
/proc/meminfo: memFree=1536456/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=805628 CPUtime=0.28
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 4307 0 1 0 25 3 0 0 18 0 12 0 22354965 824963072 4044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 201407 4044 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702163 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 17433
/proc/meminfo: memFree=1536456/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=807184 CPUtime=0.69
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 6158 0 1 0 64 5 0 0 18 0 12 0 22354965 826556416 5156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 201796 5156 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807184

[startup+1.50126 s]
/proc/loadavg: 1.94 2.01 1.99 4/94 17445
/proc/meminfo: memFree=1519080/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=812848 CPUtime=1.47
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 10407 0 1 0 140 7 0 0 18 0 12 0 22354965 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203212 7967 1408 9 0 200539 0
[pid=17433/tid=17435] ppid=17431 vsize=812848 CPUtime=0.63
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 15911 0 -1 64 5219 0 1 0 59 4 0 0 21 0 12 0 22354967 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4109158050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22354968 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17437] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22354968 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17438] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 15911 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 22354970 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17439] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22354970 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17440] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 22354970 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17441] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22354975 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=812848 CPUtime=0.82
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4435 0 0 0 80 2 0 0 17 0 12 0 22354975 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17444] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22354975 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22354975 832356352 7967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812848

[startup+3.10144 s]
/proc/loadavg: 1.94 2.01 1.99 4/94 17445
/proc/meminfo: memFree=1492584/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=812848 CPUtime=3.04
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 28230 0 1 0 290 14 0 0 18 0 12 0 22354965 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203212 25787 1423 9 0 200539 0
[pid=17433/tid=17435] ppid=17431 vsize=812848 CPUtime=1.54
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 15911 0 -1 64 17205 0 1 0 145 9 0 0 18 0 12 0 22354967 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4109709648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=812848 CPUtime=0.11
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 3418 0 0 0 10 1 0 0 17 0 12 0 22354968 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17437] ppid=17431 vsize=812848 CPUtime=0.08
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 2310 0 0 0 8 0 0 0 17 0 12 0 22354968 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17438] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17439] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17440] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22354970 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17441] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22354975 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=812848 CPUtime=1.28
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4533 0 0 0 126 2 0 0 16 0 12 0 22354975 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17444] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22354975 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=812848 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22354975 832356352 25787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 812848

[startup+6.3028 s]
/proc/loadavg: 1.94 2.01 1.99 5/94 17445
/proc/meminfo: memFree=1263784/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=812688 CPUtime=7.21
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 87382 0 1 0 678 43 0 0 18 0 12 0 22354965 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203172 79066 1423 9 0 200499 0
[pid=17433/tid=17435] ppid=17431 vsize=812688 CPUtime=2.88
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 15911 0 -1 64 17210 0 1 0 279 9 0 0 17 0 12 0 22354967 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4109725567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=812688 CPUtime=1.58
/proc/17433/task/17436/stat : 17436 (java) R 17431 17433 15911 0 -1 64 35421 0 0 0 141 17 0 0 19 0 12 0 22354968 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=812688 CPUtime=1.43
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 29454 0 0 0 130 13 0 0 18 0 12 0 22354968 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 22354970 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17440] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22354970 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17441] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22354975 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=812688 CPUtime=1.28
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4533 0 0 0 126 2 0 0 16 0 12 0 22354975 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17444] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22354975 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=812688 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22354975 832192512 79066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 812688

[startup+12.7025 s]
/proc/loadavg: 2.11 2.04 2.01 4/94 17445
/proc/meminfo: memFree=1001832/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815252 CPUtime=13.61
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 160790 0 1 0 1289 72 0 0 18 0 12 0 22354965 834818048 152461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203813 152464 1423 9 0 201140 0
[pid=17433/tid=17435] ppid=17431 vsize=815252 CPUtime=4.81
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35655 0 1 0 464 17 0 0 18 0 12 0 22354967 834818048 152466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815252 CPUtime=2.91
/proc/17433/task/17436/stat : 17436 (java) R 17431 17433 15911 0 -1 64 52228 0 0 0 267 24 0 0 22 0 12 0 22354968 834818048 152468 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815252 CPUtime=4.55
/proc/17433/task/17437/stat : 17437 (java) R 17431 17433 15911 0 -1 64 67618 0 0 0 427 28 0 0 17 0 12 0 22354968 834818048 152470 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 152472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 152474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 152477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 834818048 152479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22354975 834818048 152481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=815252 CPUtime=1.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4534 0 0 0 128 2 0 0 17 0 12 0 22354975 834818048 152484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22354975 834818048 152486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22354975 834818048 152488 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 815252

[startup+25.503 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 17445
/proc/meminfo: memFree=846696/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815252 CPUtime=26.47
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 197104 0 1 0 2559 88 0 0 18 0 12 0 22354965 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203813 173264 1425 9 0 201140 0
[pid=17433/tid=17435] ppid=17431 vsize=815252 CPUtime=5.72
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35661 0 1 0 555 17 0 0 17 0 12 0 22354967 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815252 CPUtime=3.25
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 53673 0 0 0 301 24 0 0 18 0 12 0 22354968 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815252 CPUtime=5.72
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 79028 0 0 0 540 32 0 0 16 0 12 0 22354968 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815252 CPUtime=10.42
/proc/17433/task/17438/stat : 17438 (java) R 17431 17433 15911 0 -1 64 23455 0 0 0 1032 10 0 0 25 0 12 0 22354970 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 106159258 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815252 CPUtime=0

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


[startup+76.7028 s]
/proc/loadavg: 2.03 2.03 2.00 3/94 17445
/proc/meminfo: memFree=846312/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815252 CPUtime=77.65
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 417662 0 1 0 7579 186 0 0 18 0 12 0 22354965 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203813 173264 1424 9 0 201140 0
[pid=17433/tid=17435] ppid=17431 vsize=815252 CPUtime=5.93
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35677 0 1 0 576 17 0 0 17 0 12 0 22354967 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815252 CPUtime=3.25
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 53673 0 0 0 301 24 0 0 18 0 12 0 22354968 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815252 CPUtime=5.72
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 79028 0 0 0 540 32 0 0 16 0 12 0 22354968 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815252 CPUtime=61.39
/proc/17433/task/17438/stat : 17438 (java) R 17431 17433 15911 0 -1 64 243997 0 0 0 6031 108 0 0 25 0 12 0 22354970 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22354970 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22354975 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=815252 CPUtime=1.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4534 0 0 0 128 2 0 0 17 0 12 0 22354975 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22354975 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=815252 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22354975 834818048 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.65
Current children cumulated vsize (KiB) 815252

[startup+83.1091 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 17446
/proc/meminfo: memFree=846176/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815576 CPUtime=84.05
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 417670 0 1 0 8219 186 0 0 18 0 13 0 22354965 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203894 173271 1424 9 0 201221 0
[pid=17433/tid=17435] ppid=17431 vsize=815576 CPUtime=5.94
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35680 0 1 0 577 17 0 0 18 0 13 0 22354967 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815576 CPUtime=3.25
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 53673 0 0 0 301 24 0 0 18 0 13 0 22354968 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815576 CPUtime=5.72
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 79028 0 0 0 540 32 0 0 16 0 13 0 22354968 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815576 CPUtime=67.79
/proc/17433/task/17438/stat : 17438 (java) R 17431 17433 15911 0 -1 64 243997 0 0 0 6671 108 0 0 25 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=815576 CPUtime=1.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4534 0 0 0 128 2 0 0 17 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 15911 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22363120 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.05
Current children cumulated vsize (KiB) 815576

[startup+86.3029 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 17446
/proc/meminfo: memFree=846176/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815576 CPUtime=87.24
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 417670 0 1 0 8538 186 0 0 18 0 13 0 22354965 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203894 173271 1424 9 0 201221 0
[pid=17433/tid=17435] ppid=17431 vsize=815576 CPUtime=5.94
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35680 0 1 0 577 17 0 0 18 0 13 0 22354967 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815576 CPUtime=3.25
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 53673 0 0 0 301 24 0 0 18 0 13 0 22354968 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815576 CPUtime=5.72
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 79028 0 0 0 540 32 0 0 16 0 13 0 22354968 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815576 CPUtime=70.98
/proc/17433/task/17438/stat : 17438 (java) R 17431 17433 15911 0 -1 64 243997 0 0 0 6990 108 0 0 25 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=815576 CPUtime=1.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4534 0 0 0 128 2 0 0 17 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 15911 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22363120 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.24
Current children cumulated vsize (KiB) 815576

[startup+87.102 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 17446
/proc/meminfo: memFree=846176/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815576 CPUtime=88.04
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 417670 0 1 0 8618 186 0 0 18 0 13 0 22354965 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203894 173271 1424 9 0 201221 0
[pid=17433/tid=17435] ppid=17431 vsize=815576 CPUtime=5.94
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35680 0 1 0 577 17 0 0 18 0 13 0 22354967 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815576 CPUtime=3.25
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 53673 0 0 0 301 24 0 0 18 0 13 0 22354968 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815576 CPUtime=5.72
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 79028 0 0 0 540 32 0 0 16 0 13 0 22354968 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815576 CPUtime=71.78
/proc/17433/task/17438/stat : 17438 (java) R 17431 17433 15911 0 -1 64 243997 0 0 0 7070 108 0 0 25 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 106159048 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22354970 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=815576 CPUtime=1.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4534 0 0 0 128 2 0 0 17 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22354975 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 15911 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22363120 835149824 173271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.04
Current children cumulated vsize (KiB) 815576

[startup+87.502 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 17446
/proc/meminfo: memFree=846176/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=815576 CPUtime=88.44
/proc/17433/stat : 17433 (java) S 17431 17433 15911 0 -1 0 417674 0 1 0 8658 186 0 0 18 0 12 0 22354965 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17433/statm: 203894 173274 1425 9 0 201221 0
[pid=17433/tid=17435] ppid=17431 vsize=815576 CPUtime=5.94
/proc/17433/task/17435/stat : 17435 (java) S 17431 17433 15911 0 -1 64 35680 0 1 0 577 17 0 0 16 0 12 0 22354967 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17436] ppid=17431 vsize=815576 CPUtime=3.25
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 15911 0 -1 64 53673 0 0 0 301 24 0 0 18 0 12 0 22354968 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=815576 CPUtime=5.72
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 15911 0 -1 64 79028 0 0 0 540 32 0 0 16 0 12 0 22354968 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=815576 CPUtime=72.17
/proc/17433/task/17438/stat : 17438 (java) R 17431 17433 15911 0 -1 64 243997 0 0 0 7109 108 0 0 25 0 12 0 22354970 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 15911 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22354970 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 15911 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22354970 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22354975 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17442] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 15911 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22354975 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=815576 CPUtime=1.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 15911 0 -1 64 4534 0 0 0 128 2 0 0 17 0 12 0 22354975 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22354975 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17433/tid=17445] ppid=17431 vsize=815576 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 15911 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22354975 835149824 173274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.44
Current children cumulated vsize (KiB) 815576

[startup+87.701 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 17446
/proc/meminfo: memFree=846176/2055920 swapFree=4192812/4192956
[pid=17433] ppid=17431 vsize=0 CPUtime=88.62
/proc/17433/stat : 17433 (java) Z 17431 17433 15911 0 -1 12 417680 0 1 0 8668 194 0 0 16 0 2 0 22354965 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.62
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 87.7175
CPU time (s): 88.6525
CPU user time (s): 86.6888
CPU system time (s): 1.9637
CPU usage (%): 101.066
Max. virtual memory (cumulated for all children) (KiB): 911260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.6888
system time used= 1.9637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417680
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= 2675
involuntary context switches= 2879

runsolver used 0.119981 second user time and 0.349946 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 00:54:45
IDJOB=2071163
IDBENCH=55445
IDSOLVER=731
FILE ID=node32/2071163-1247352885
PBS_JOBID= 9506940
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 0389a008320032d4e55e89d7ac6d4180
RANDOM SEED=1484005942

node32.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.236
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.236
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:       1536936 kB
Buffers:         13000 kB
Cached:          88116 kB
SwapCached:          0 kB
Active:         438484 kB
Inactive:        25708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         383508 kB
Slab:            39136 kB
Committed_AS:   569016 kB
PageTables:       2652 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-07-12 00:56:13