Trace number 2079281

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? 29.1466 27.4622

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-10_ext.xml
MD5SUM6393e0ec996895229b3506a2e9ce2e61
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31789
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.44 2.23 2.14 4/82 21309
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=308 CPUtime=0
/proc/21309/stat : 21309 (java) R 21307 21309 17474 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 23868086 315392 39 996147200 134512640 134550932 4294956016 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 0 0 0
/proc/21309/statm: 77 41 31 9 0 6 0

[startup+0.0490661 s]
/proc/loadavg: 2.44 2.23 2.14 4/82 21309
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=802032 CPUtime=0.04
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 2648 0 1 0 2 2 0 0 18 0 7 0 23868086 821280768 2393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 200508 2393 1019 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.101076 s]
/proc/loadavg: 2.44 2.23 2.14 4/82 21309
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=804560 CPUtime=0.09
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 3077 0 1 0 7 2 0 0 18 0 12 0 23868086 823869440 2820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 201140 2820 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301113 s]
/proc/loadavg: 2.44 2.23 2.14 4/82 21309
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=806888 CPUtime=0.29
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 4431 0 1 0 25 4 0 0 18 0 12 0 23868086 826253312 4168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 201722 4168 1365 9 0 199049 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806888

[startup+0.701185 s]
/proc/loadavg: 2.44 2.23 2.14 4/82 21309
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=807912 CPUtime=0.69
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 5814 0 1 0 64 5 0 0 18 0 12 0 23868086 827301888 5254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 201978 5254 1389 9 0 199305 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807912

[startup+1.50133 s]
/proc/loadavg: 2.49 2.24 2.14 4/94 21321
/proc/meminfo: memFree=1640536/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=813032 CPUtime=1.48
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 9914 0 1 0 141 7 0 0 18 0 12 0 23868086 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 203258 8370 1412 9 0 200585 0
[pid=21309/tid=21311] ppid=21307 vsize=813032 CPUtime=0.63
/proc/21309/task/21311/stat : 21311 (java) R 21307 21309 17474 0 -1 64 5742 0 1 0 59 4 0 0 25 0 12 0 23868087 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21312] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23868088 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21313] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21313/stat : 21313 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23868088 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21314] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21314/stat : 21314 (java) S 21307 21309 17474 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23868090 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21315] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23868091 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21316] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23868091 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=813032 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=813032 CPUtime=0.78
/proc/21309/task/21319/stat : 21319 (java) R 21307 21309 17474 0 -1 64 3172 0 0 0 77 1 0 0 17 0 12 0 23868095 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 105635713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 832544768 8370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 832544768 8370 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) 813032

[startup+3.10262 s]
/proc/loadavg: 2.49 2.24 2.14 5/94 21321
/proc/meminfo: memFree=1584152/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=813032 CPUtime=3.18
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 41094 0 1 0 297 21 0 0 18 0 12 0 23868086 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 203258 39247 1422 9 0 200585 0
[pid=21309/tid=21311] ppid=21307 vsize=813032 CPUtime=1.57
/proc/21309/task/21311/stat : 21311 (java) R 21307 21309 17474 0 -1 64 16511 0 1 0 148 9 0 0 21 0 12 0 23868087 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4109647135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21312] ppid=21307 vsize=813032 CPUtime=0.29
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 8867 0 0 0 25 4 0 0 17 0 12 0 23868088 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21313] ppid=21307 vsize=813032 CPUtime=0.34
/proc/21309/task/21313/stat : 21313 (java) S 21307 21309 17474 0 -1 64 11525 0 0 0 29 5 0 0 18 0 12 0 23868088 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21314] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21314/stat : 21314 (java) S 21307 21309 17474 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23868090 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21315] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23868091 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21316] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23868091 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=813032 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=813032 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 12 0 23868095 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=813032 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 832544768 39247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 813032

[startup+6.30122 s]
/proc/loadavg: 2.49 2.24 2.14 5/94 21321
/proc/meminfo: memFree=1389336/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=815688 CPUtime=7.11
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 78819 0 1 0 674 37 0 0 18 0 12 0 23868086 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 203922 72970 1422 9 0 201249 0
[pid=21309/tid=21311] ppid=21307 vsize=815688 CPUtime=3.46
/proc/21309/task/21311/stat : 21311 (java) R 21307 21309 17474 0 -1 64 16917 0 1 0 337 9 0 0 25 0 12 0 23868087 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21312] ppid=21307 vsize=815688 CPUtime=1.21
/proc/21309/task/21312/stat : 21312 (java) R 21307 21309 17474 0 -1 64 24956 0 0 0 110 11 0 0 16 0 12 0 23868088 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 104188453 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21313] ppid=21307 vsize=815688 CPUtime=1.44
/proc/21309/task/21313/stat : 21313 (java) R 21307 21309 17474 0 -1 64 32755 0 0 0 131 13 0 0 16 0 12 0 23868088 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 103111744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21314] ppid=21307 vsize=815688 CPUtime=0
/proc/21309/task/21314/stat : 21314 (java) S 21307 21309 17474 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23868090 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21315] ppid=21307 vsize=815688 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23868091 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21316] ppid=21307 vsize=815688 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23868091 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=815688 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=815688 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=815688 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 12 0 23868095 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=815688 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=815688 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 835264512 72970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 815688

[startup+12.7024 s]
/proc/loadavg: 2.64 2.28 2.16 4/94 21321
/proc/meminfo: memFree=1118040/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=823372 CPUtime=14.51
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 152585 0 1 0 1384 67 0 0 18 0 12 0 23868086 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 205843 141751 1422 9 0 203170 0
[pid=21309/tid=21311] ppid=21307 vsize=823372 CPUtime=5.94
/proc/21309/task/21311/stat : 21311 (java) R 21307 21309 17474 0 -1 64 35357 0 1 0 578 16 0 0 16 0 12 0 23868087 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4109480177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21312] ppid=21307 vsize=823372 CPUtime=2.76
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 37931 0 0 0 260 16 0 0 19 0 12 0 23868088 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21313] ppid=21307 vsize=823372 CPUtime=4.82
/proc/21309/task/21313/stat : 21313 (java) R 21307 21309 17474 0 -1 64 75106 0 0 0 451 31 0 0 19 0 12 0 23868088 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21314] ppid=21307 vsize=823372 CPUtime=0
/proc/21309/task/21314/stat : 21314 (java) S 21307 21309 17474 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23868090 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21315] ppid=21307 vsize=823372 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23868091 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21316] ppid=21307 vsize=823372 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23868091 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=823372 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=823372 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=823372 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 12 0 23868095 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=823372 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=823372 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 843132928 141751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 823372

[startup+25.5017 s]
/proc/loadavg: 2.61 2.29 2.16 3/86 21323
/proc/meminfo: memFree=1002392/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=855376 CPUtime=27.24
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 249015 0 1 0 2615 109 0 0 18 0 12 0 23868086 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 213844 182649 1424 9 0 211171 0
[pid=21309/tid=21311] ppid=21307 vsize=855376 CPUtime=7.41
/proc/21309/task/21311/stat : 21311 (java) S 21307 21309 17474 0 -1 64 48321 0 1 0 720 21 0 0 17 0 12 0 23868087 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21312] ppid=21307 vsize=855376 CPUtime=4.24
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 57867 0 0 0 398 26 0 0 17 0 12 0 23868088 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21313] ppid=21307 vsize=855376 CPUtime=4.88
/proc/21309/task/21313/stat : 21313 (java) S 21307 21309 17474 0 -1 64 75106 0 0 0 457 31 0 0 17 0 12 0 23868088 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21314] ppid=21307 vsize=855376 CPUtime=9.72
/proc/21309/task/21314/stat : 21314 (java) R 21307 21309 17474 0 -1 64 63538 0 0 0 945 27 0 0 25 0 12 0 23868090 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21315] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23868091 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21316] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23868091 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=855376 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=855376 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.24
Current children cumulated vsize (KiB) 855376

Solver just ended. Dumping a history of the last processes samples

[startup+26.3029 s]
/proc/loadavg: 2.56 2.28 2.16 3/86 21323
/proc/meminfo: memFree=970328/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=855376 CPUtime=28.04
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 249015 0 1 0 2695 109 0 0 18 0 12 0 23868086 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 213844 182649 1424 9 0 211171 0
[pid=21309/tid=21311] ppid=21307 vsize=855376 CPUtime=7.41
/proc/21309/task/21311/stat : 21311 (java) S 21307 21309 17474 0 -1 64 48321 0 1 0 720 21 0 0 17 0 12 0 23868087 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21312] ppid=21307 vsize=855376 CPUtime=4.24
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 57867 0 0 0 398 26 0 0 17 0 12 0 23868088 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21313] ppid=21307 vsize=855376 CPUtime=4.88
/proc/21309/task/21313/stat : 21313 (java) S 21307 21309 17474 0 -1 64 75106 0 0 0 457 31 0 0 17 0 12 0 23868088 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21314] ppid=21307 vsize=855376 CPUtime=10.52
/proc/21309/task/21314/stat : 21314 (java) R 21307 21309 17474 0 -1 64 63538 0 0 0 1025 27 0 0 25 0 12 0 23868090 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 104187860 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21315] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23868091 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21316] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23868091 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=855376 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=855376 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.04
Current children cumulated vsize (KiB) 855376

[startup+27.103 s]
/proc/loadavg: 2.56 2.28 2.16 3/86 21323
/proc/meminfo: memFree=970328/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=855376 CPUtime=28.83
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 249015 0 1 0 2774 109 0 0 18 0 12 0 23868086 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 213844 182649 1424 9 0 211171 0
[pid=21309/tid=21311] ppid=21307 vsize=855376 CPUtime=7.41
/proc/21309/task/21311/stat : 21311 (java) S 21307 21309 17474 0 -1 64 48321 0 1 0 720 21 0 0 17 0 12 0 23868087 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21312] ppid=21307 vsize=855376 CPUtime=4.24
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 57867 0 0 0 398 26 0 0 17 0 12 0 23868088 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21313] ppid=21307 vsize=855376 CPUtime=4.88
/proc/21309/task/21313/stat : 21313 (java) S 21307 21309 17474 0 -1 64 75106 0 0 0 457 31 0 0 17 0 12 0 23868088 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21314] ppid=21307 vsize=855376 CPUtime=11.31
/proc/21309/task/21314/stat : 21314 (java) R 21307 21309 17474 0 -1 64 63538 0 0 0 1104 27 0 0 25 0 12 0 23868090 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21315] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23868091 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21316] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23868091 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=855376 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=855376 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=855376 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23868095 875905024 182649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.83
Current children cumulated vsize (KiB) 855376

[startup+27.3021 s]
/proc/loadavg: 2.56 2.28 2.16 3/86 21323
/proc/meminfo: memFree=970328/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=823696 CPUtime=29.02
/proc/21309/stat : 21309 (java) S 21307 21309 17474 0 -1 0 249029 0 1 0 2793 109 0 0 18 0 13 0 23868086 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21309/statm: 205924 174659 1423 9 0 203251 0
[pid=21309/tid=21311] ppid=21307 vsize=823696 CPUtime=7.41
/proc/21309/task/21311/stat : 21311 (java) S 21307 21309 17474 0 -1 64 48328 0 1 0 720 21 0 0 17 0 13 0 23868087 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21312] ppid=21307 vsize=823696 CPUtime=4.24
/proc/21309/task/21312/stat : 21312 (java) S 21307 21309 17474 0 -1 64 57867 0 0 0 398 26 0 0 17 0 13 0 23868088 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21313] ppid=21307 vsize=823696 CPUtime=4.88
/proc/21309/task/21313/stat : 21313 (java) S 21307 21309 17474 0 -1 64 75106 0 0 0 457 31 0 0 17 0 13 0 23868088 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21314] ppid=21307 vsize=823696 CPUtime=11.51
/proc/21309/task/21314/stat : 21314 (java) R 21307 21309 17474 0 -1 64 63538 0 0 0 1123 28 0 0 25 0 13 0 23868090 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21315] ppid=21307 vsize=823696 CPUtime=0
/proc/21309/task/21315/stat : 21315 (java) S 21307 21309 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23868091 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21309/tid=21316] ppid=21307 vsize=823696 CPUtime=0
/proc/21309/task/21316/stat : 21316 (java) S 21307 21309 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23868091 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21317] ppid=21307 vsize=823696 CPUtime=0
/proc/21309/task/21317/stat : 21317 (java) S 21307 21309 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23868095 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21318] ppid=21307 vsize=823696 CPUtime=0.04
/proc/21309/task/21318/stat : 21318 (java) S 21307 21309 17474 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 23868095 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21319] ppid=21307 vsize=823696 CPUtime=0.9
/proc/21309/task/21319/stat : 21319 (java) S 21307 21309 17474 0 -1 64 3186 0 0 0 89 1 0 0 16 0 13 0 23868095 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21320] ppid=21307 vsize=823696 CPUtime=0
/proc/21309/task/21320/stat : 21320 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23868095 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21309/tid=21321] ppid=21307 vsize=823696 CPUtime=0
/proc/21309/task/21321/stat : 21321 (java) S 21307 21309 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23868095 843464704 174659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.02
Current children cumulated vsize (KiB) 823696

[startup+27.4021 s]
/proc/loadavg: 2.56 2.28 2.16 3/70 21338
/proc/meminfo: memFree=1380232/2055920 swapFree=4192812/4192956
[pid=21309] ppid=21307 vsize=0 CPUtime=29.09
/proc/21309/stat : 21309 (java) Z 21307 21309 17474 0 -1 12 249036 0 1 0 2794 115 0 0 16 0 2 0 23868086 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21309/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.09
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 27.4622
CPU time (s): 29.1466
CPU user time (s): 27.9418
CPU system time (s): 1.20482
CPU usage (%): 106.133
Max. virtual memory (cumulated for all children) (KiB): 871380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9418
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249036
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= 1276
involuntary context switches= 1788

runsolver used 0.048992 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 05:06:44
IDJOB=2079281
IDBENCH=56876
IDSOLVER=731
FILE ID=node2/2079281-1247368004
PBS_JOBID= 9507033
Free space on /tmp= 66312 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-10_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079281-1247368004/watcher-2079281-1247368004 -o /tmp/evaluation-result-2079281-1247368004/solver-2079281-1247368004 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079281-1247368004.xml

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

MD5SUM BENCH= 6393e0ec996895229b3506a2e9ce2e61
RANDOM SEED=544271245

node2.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.265
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.265
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:       1661656 kB
Buffers:         32908 kB
Cached:         195980 kB
SwapCached:          0 kB
Active:         255808 kB
Inactive:        83724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:         131920 kB
Slab:            39504 kB
Committed_AS:   279040 kB
PageTables:       2232 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= 66336 MiB
End job on node2 at 2009-07-12 05:07:12