Trace number 2073759

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? 109.772 109.047

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle09.xml
MD5SUM33255ab1db6eee138a2f933ce51e63f1
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.153975
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints55
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension38
Global constraints used (with number of constraints)

Solver Data

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

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-2073759-1247358940/watcher-2073759-1247358940 -o /tmp/evaluation-result-2073759-1247358940/solver-2073759-1247358940 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073759-1247358940.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.01 2.09 2.03 2/83 18170
/proc/meminfo: memFree=1162280/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=798080 CPUtime=0
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 1647 0 1 0 0 0 0 0 18 0 3 0 22959318 817233920 1396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 199520 1396 413 9 0 197272 0
[pid=18170/tid=18171] ppid=18168 vsize=798080 CPUtime=0
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 926 0 1 0 0 0 0 0 20 0 3 0 22959319 817233920 1396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=798080 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) R 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 21 0 3 0 22959320 817233920 1396 996147200 134512640 134550932 4294956016 18446744073709551615 3448792 0 4 0 16784584 0 0 0 -1 0 0 0

[startup+0.0861311 s]
/proc/loadavg: 2.01 2.09 2.03 2/83 18170
/proc/meminfo: memFree=1162280/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=802164 CPUtime=0.07
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 2891 0 1 0 6 1 0 0 18 0 7 0 22959318 821415936 2636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 200541 2636 1043 9 0 197892 0
[pid=18170/tid=18171] ppid=18168 vsize=802164 CPUtime=0.06
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 2153 0 1 0 6 0 0 0 24 0 7 0 22959319 821415936 2636 996147200 134512640 134550932 4294956016 18446744073709551615 4109151010 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=802164 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 7 0 22959320 821415936 2636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.10113 s]
/proc/loadavg: 2.01 2.09 2.03 2/83 18170
/proc/meminfo: memFree=1162280/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=804560 CPUtime=0.08
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 3042 0 1 0 7 1 0 0 18 0 12 0 22959318 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 201140 2785 1082 9 0 198474 0
[pid=18170/tid=18171] ppid=18168 vsize=804560 CPUtime=0.07
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 2288 0 1 0 7 0 0 0 25 0 12 0 22959319 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4109170534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=804560 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22959320 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301155 s]
/proc/loadavg: 2.01 2.09 2.03 2/83 18170
/proc/meminfo: memFree=1162280/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=805888 CPUtime=0.28
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 4386 0 1 0 26 2 0 0 18 0 12 0 22959318 825229312 4123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 201472 4123 1359 9 0 198799 0
[pid=18170/tid=18171] ppid=18168 vsize=805888 CPUtime=0.22
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 3083 0 1 0 20 2 0 0 25 0 12 0 22959319 825229312 4123 996147200 134512640 134550932 4294956016 18446744073709551615 4109131748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=805888 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22959320 825229312 4123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805888

[startup+0.701202 s]
/proc/loadavg: 2.01 2.09 2.03 2/83 18170
/proc/meminfo: memFree=1162280/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=807844 CPUtime=0.68
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 6033 0 1 0 65 3 0 0 18 0 12 0 22959318 827232256 5345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 201961 5345 1392 9 0 199288 0
[pid=18170/tid=18171] ppid=18168 vsize=807844 CPUtime=0.4
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 3840 0 1 0 38 2 0 0 25 0 12 0 22959319 827232256 5345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=807844 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22959320 827232256 5345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807844

[startup+1.50129 s]
/proc/loadavg: 2.09 2.11 2.04 4/95 18182
/proc/meminfo: memFree=1146440/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=812888 CPUtime=1.49
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 11285 0 1 0 143 6 0 0 18 0 12 0 22959318 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 203222 9310 1406 9 0 200549 0
[pid=18170/tid=18171] ppid=18168 vsize=812888 CPUtime=0.65
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 6535 0 1 0 61 4 0 0 25 0 12 0 22959319 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22959320 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 22959321 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22959322 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 22959323 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22959323 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=812888 CPUtime=0.2
/proc/18170/task/18179/stat : 18179 (java) R 18168 18170 16327 0 -1 64 393 0 0 0 20 0 0 0 16 0 12 0 22959327 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 105560741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=812888 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 832397312 9310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 812888

[startup+3.10248 s]
/proc/loadavg: 2.09 2.11 2.04 3/95 18182
/proc/meminfo: memFree=1094344/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=812888 CPUtime=3.08
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 23802 0 1 0 296 12 0 0 18 0 12 0 22959318 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 203222 21302 1434 9 0 200549 0
[pid=18170/tid=18171] ppid=18168 vsize=812888 CPUtime=1.43
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 17214 0 1 0 134 9 0 0 25 0 12 0 22959319 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4109170308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 525 0 0 0 0 0 0 0 17 0 12 0 22959320 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=812888 CPUtime=0.01
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 621 0 0 0 1 0 0 0 17 0 12 0 22959321 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 16327 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22959322 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 22959323 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=812888 CPUtime=0.96
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1073 0 0 0 96 0 0 0 17 0 12 0 22959327 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=812888 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 832397312 21302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812888

[startup+6.30283 s]
/proc/loadavg: 2.09 2.11 2.04 3/95 18182
/proc/meminfo: memFree=1070488/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=812888 CPUtime=6.29
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 27992 0 1 0 614 15 0 0 18 0 12 0 22959318 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 203222 25385 1434 9 0 200549 0
[pid=18170/tid=18171] ppid=18168 vsize=812888 CPUtime=4.37
/proc/18170/task/18171/stat : 18171 (java) R 18168 18170 16327 0 -1 64 17220 0 1 0 427 10 0 0 25 0 12 0 22959319 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4109777401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=812888 CPUtime=0.12
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 2306 0 0 0 12 0 0 0 16 0 12 0 22959320 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=812888 CPUtime=0.16
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 3018 0 0 0 15 1 0 0 16 0 12 0 22959321 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 16327 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 22959322 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 22959323 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=812888 CPUtime=0.97
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1073 0 0 0 97 0 0 0 17 0 12 0 22959327 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=812888 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=812888 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 832397312 25385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812888

[startup+12.7026 s]
/proc/loadavg: 2.38 2.17 2.06 5/95 18182
/proc/meminfo: memFree=868056/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=816736 CPUtime=13.28
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 91227 0 1 0 1280 48 0 0 18 0 12 0 22959318 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 204184 87035 1434 9 0 201511 0
[pid=18170/tid=18171] ppid=18168 vsize=816736 CPUtime=7.76
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 23378 0 1 0 763 13 0 0 25 0 12 0 22959319 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18172] ppid=18168 vsize=816736 CPUtime=1.95
/proc/18170/task/18172/stat : 18172 (java) R 18168 18170 16327 0 -1 64 31258 0 0 0 179 16 0 0 16 0 12 0 22959320 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 106195387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=816736 CPUtime=1.91
/proc/18170/task/18174/stat : 18174 (java) R 18168 18170 16327 0 -1 64 31141 0 0 0 176 15 0 0 16 0 12 0 22959321 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 104188406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=816736 CPUtime=0.01
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 16327 0 -1 64 18 0 0 0 1 0 0 0 16 0 12 0 22959322 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=816736 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 22959323 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=816736 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=816736 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=816736 CPUtime=0.98
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1075 0 0 0 98 0 0 0 16 0 12 0 22959327 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=816736 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=816736 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=816736 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 836337664 87035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 816736

[startup+25.502 s]

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

[pid=18170/tid=18182] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.12
Current children cumulated vsize (KiB) 820020

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

[startup+105.502 s]
/proc/loadavg: 2.17 2.17 2.07 3/95 18182
/proc/meminfo: memFree=471128/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=820020 CPUtime=106.29
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 704404 0 1 0 10241 388 0 0 18 0 12 0 22959318 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 205005 174501 1435 9 0 202332 0
[pid=18170/tid=18171] ppid=18168 vsize=820020 CPUtime=11.92
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 35701 0 1 0 1173 19 0 0 17 0 12 0 22959319 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=820020 CPUtime=5.16
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 70298 0 0 0 481 35 0 0 16 0 12 0 22959320 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=820020 CPUtime=5.23
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 63454 0 0 0 495 28 0 0 17 0 12 0 22959321 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=820020 CPUtime=82.3
/proc/18170/task/18175/stat : 18175 (java) R 18168 18170 16327 0 -1 64 529519 0 0 0 7929 301 0 0 25 0 12 0 22959322 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=820020 CPUtime=0.98
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1075 0 0 0 98 0 0 0 16 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=820020 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 106.29
Current children cumulated vsize (KiB) 820020

[startup+107.102 s]
/proc/loadavg: 2.16 2.17 2.07 3/95 18182
/proc/meminfo: memFree=467288/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=820020 CPUtime=107.87
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 704404 0 1 0 10399 388 0 0 18 0 12 0 22959318 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 205005 174501 1435 9 0 202332 0
[pid=18170/tid=18171] ppid=18168 vsize=820020 CPUtime=11.92
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 35701 0 1 0 1173 19 0 0 17 0 12 0 22959319 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=820020 CPUtime=5.16
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 70298 0 0 0 481 35 0 0 16 0 12 0 22959320 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=820020 CPUtime=5.23
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 63454 0 0 0 495 28 0 0 17 0 12 0 22959321 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=820020 CPUtime=83.89
/proc/18170/task/18175/stat : 18175 (java) R 18168 18170 16327 0 -1 64 529519 0 0 0 8088 301 0 0 25 0 12 0 22959322 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=820020 CPUtime=0.98
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1075 0 0 0 98 0 0 0 16 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=820020 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.87
Current children cumulated vsize (KiB) 820020

[startup+107.902 s]
/proc/loadavg: 2.16 2.17 2.07 3/95 18182
/proc/meminfo: memFree=467288/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=820020 CPUtime=108.66
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 704404 0 1 0 10478 388 0 0 18 0 12 0 22959318 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 205005 174501 1435 9 0 202332 0
[pid=18170/tid=18171] ppid=18168 vsize=820020 CPUtime=11.92
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 35701 0 1 0 1173 19 0 0 17 0 12 0 22959319 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=820020 CPUtime=5.16
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 70298 0 0 0 481 35 0 0 16 0 12 0 22959320 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=820020 CPUtime=5.23
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 63454 0 0 0 495 28 0 0 17 0 12 0 22959321 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=820020 CPUtime=84.68
/proc/18170/task/18175/stat : 18175 (java) R 18168 18170 16327 0 -1 64 529519 0 0 0 8167 301 0 0 25 0 12 0 22959322 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 106158861 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=820020 CPUtime=0.98
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1075 0 0 0 98 0 0 0 16 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=820020 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.66
Current children cumulated vsize (KiB) 820020

[startup+108.702 s]
/proc/loadavg: 2.16 2.17 2.07 3/95 18182
/proc/meminfo: memFree=467288/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=820020 CPUtime=109.45
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 704404 0 1 0 10557 388 0 0 18 0 12 0 22959318 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 205005 174501 1435 9 0 202332 0
[pid=18170/tid=18171] ppid=18168 vsize=820020 CPUtime=11.92
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 35701 0 1 0 1173 19 0 0 17 0 12 0 22959319 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=820020 CPUtime=5.16
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 70298 0 0 0 481 35 0 0 16 0 12 0 22959320 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=820020 CPUtime=5.23
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 63454 0 0 0 495 28 0 0 17 0 12 0 22959321 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=820020 CPUtime=85.47
/proc/18170/task/18175/stat : 18175 (java) R 18168 18170 16327 0 -1 64 529519 0 0 0 8246 301 0 0 25 0 12 0 22959322 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=820020 CPUtime=0.98
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1075 0 0 0 98 0 0 0 16 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=820020 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.45
Current children cumulated vsize (KiB) 820020

[startup+108.907 s]
/proc/loadavg: 2.16 2.17 2.07 3/95 18182
/proc/meminfo: memFree=472408/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=820020 CPUtime=109.65
/proc/18170/stat : 18170 (java) S 18168 18170 16327 0 -1 0 704404 0 1 0 10577 388 0 0 18 0 12 0 22959318 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 205005 174501 1435 9 0 202332 0
[pid=18170/tid=18171] ppid=18168 vsize=820020 CPUtime=11.92
/proc/18170/task/18171/stat : 18171 (java) S 18168 18170 16327 0 -1 64 35701 0 1 0 1173 19 0 0 17 0 12 0 22959319 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18172] ppid=18168 vsize=820020 CPUtime=5.16
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 16327 0 -1 64 70298 0 0 0 481 35 0 0 16 0 12 0 22959320 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=820020 CPUtime=5.23
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 16327 0 -1 64 63454 0 0 0 495 28 0 0 17 0 12 0 22959321 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=820020 CPUtime=85.67
/proc/18170/task/18175/stat : 18175 (java) R 18168 18170 16327 0 -1 64 529519 0 0 0 8266 301 0 0 25 0 12 0 22959322 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 16327 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22959323 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=820020 CPUtime=0.98
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 16327 0 -1 64 1075 0 0 0 98 0 0 0 16 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=820020 CPUtime=0.62
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 16327 0 -1 64 3617 0 0 0 61 1 0 0 19 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18170/tid=18181] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=820020 CPUtime=0
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22959327 839700480 174501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.65
Current children cumulated vsize (KiB) 820020

[startup+109.003 s]
/proc/loadavg: 2.16 2.17 2.07 3/95 18182
/proc/meminfo: memFree=472408/2055920 swapFree=4192812/4192956
[pid=18170] ppid=18168 vsize=0 CPUtime=109.72
/proc/18170/stat : 18170 (java) Z 18168 18170 16327 0 -1 12 704420 0 1 0 10578 394 0 0 16 0 2 0 22959318 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18170/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 109.047
CPU time (s): 109.772
CPU user time (s): 105.786
CPU system time (s): 3.98639
CPU usage (%): 100.665
Max. virtual memory (cumulated for all children) (KiB): 914024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.786
system time used= 3.98639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704420
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= 3370
involuntary context switches= 6310

runsolver used 0.151976 second user time and 0.378942 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 02:35:40
IDJOB=2073759
IDBENCH=56013
IDSOLVER=731
FILE ID=node85/2073759-1247358940
PBS_JOBID= 9506835
Free space on /tmp= 126472 MiB

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

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

MD5SUM BENCH= 33255ab1db6eee138a2f933ce51e63f1
RANDOM SEED=1671904706

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1162696 kB
Buffers:         13588 kB
Cached:          69440 kB
SwapCached:          0 kB
Active:         806932 kB
Inactive:        26804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         771888 kB
Slab:            43212 kB
Committed_AS:   914444 kB
PageTables:       3352 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= 126472 MiB
End job on node85 at 2009-07-12 02:37:29