Trace number 2077653

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? 51.2902 52.3149

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-10.xml
MD5SUM9598646f87b2e8df8e0507cbaab97c39
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints2086
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension1930
Global constraints used (with number of constraints)

Solver Data

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

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-2077653-1247365412/watcher-2077653-1247365412 -o /tmp/evaluation-result-2077653-1247365412/solver-2077653-1247365412 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077653-1247365412.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: 3.11 2.46 2.17 4/80 27063
/proc/meminfo: memFree=1631656/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=152 CPUtime=0
/proc/27063/stat : 27063 (java) R 27059 27063 18481 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 23604388 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 4870443 0 0 4096 0 0 0 0 17 0 0 0
/proc/27063/statm: 38 26 19 9 0 4 0

[startup+0.041437 s]
/proc/loadavg: 3.11 2.46 2.17 4/80 27063
/proc/meminfo: memFree=1631656/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=800696 CPUtime=0.02
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 2413 0 1 0 1 1 0 0 18 0 4 0 23604388 819912704 2160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 200174 2160 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101441 s]
/proc/loadavg: 3.11 2.46 2.17 4/80 27063
/proc/meminfo: memFree=1631656/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=802164 CPUtime=0.07
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 2851 0 1 0 5 2 0 0 18 0 7 0 23604388 821415936 2596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 200541 2596 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301458 s]
/proc/loadavg: 3.11 2.46 2.17 4/80 27063
/proc/meminfo: memFree=1631656/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=805600 CPUtime=0.25
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 4006 0 1 0 22 3 0 0 18 0 12 0 23604388 824934400 3743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 201400 3743 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 805600

[startup+0.701497 s]
/proc/loadavg: 3.11 2.46 2.17 4/80 27063
/proc/meminfo: memFree=1631656/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=808208 CPUtime=0.63
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 5693 0 1 0 58 5 0 0 18 0 12 0 23604388 827604992 5186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 202052 5186 1386 9 0 199379 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 808208

[startup+1.50257 s]
/proc/loadavg: 3.11 2.46 2.17 6/91 27162
/proc/meminfo: memFree=1614096/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=812768 CPUtime=1.4
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 9703 0 1 0 133 7 0 0 18 0 12 0 23604388 832274432 7515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 203192 7516 1407 9 0 200519 0
[pid=27063/tid=27065] ppid=27059 vsize=812768 CPUtime=0.58
/proc/27063/task/27065/stat : 27065 (java) R 27059 27063 18481 0 -1 64 5129 0 1 0 54 4 0 0 21 0 12 0 23604389 832274432 7516 996147200 134512640 134550932 4294956016 18446744073709551615 4109617525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27068/stat : 27068 (java) S 27059 27063 18481 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 23604390 832274432 7517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27069/stat : 27069 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604390 832274432 7517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27075/stat : 27075 (java) S 27059 27063 18481 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23604392 832274432 7517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23604394 832274432 7518 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27078] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23604394 832274432 7518 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27084] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 832274432 7519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 832274432 7519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=812768 CPUtime=0.79
/proc/27063/task/27088/stat : 27088 (java) R 27059 27063 18481 0 -1 64 3817 0 0 0 78 1 0 0 17 0 12 0 23604400 832274432 7519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 832274432 7519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 832274432 7519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 812768

[startup+3.10271 s]
/proc/loadavg: 3.11 2.46 2.17 4/91 27244
/proc/meminfo: memFree=1575760/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=812768 CPUtime=2.92
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 24587 0 1 0 277 15 0 0 18 0 12 0 23604388 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 203192 21737 1422 9 0 200519 0
[pid=27063/tid=27065] ppid=27059 vsize=812768 CPUtime=1.53
/proc/27063/task/27065/stat : 27065 (java) R 27059 27063 18481 0 -1 64 17312 0 1 0 142 11 0 0 25 0 12 0 23604389 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4109533210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=812768 CPUtime=0.02
/proc/27063/task/27068/stat : 27068 (java) S 27059 27063 18481 0 -1 64 990 0 0 0 2 0 0 0 17 0 12 0 23604390 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=812768 CPUtime=0.02
/proc/27063/task/27069/stat : 27069 (java) S 27059 27063 18481 0 -1 64 1052 0 0 0 2 0 0 0 17 0 12 0 23604390 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27075/stat : 27075 (java) S 27059 27063 18481 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23604392 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23604394 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27078] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23604394 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27084] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=812768 CPUtime=1.31
/proc/27063/task/27088/stat : 27088 (java) S 27059 27063 18481 0 -1 64 4467 0 0 0 129 2 0 0 16 0 12 0 23604400 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=812768 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 832274432 21737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 812768

[startup+6.30199 s]
/proc/loadavg: 3.18 2.49 2.18 6/92 27522
/proc/meminfo: memFree=1380360/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=815232 CPUtime=6.86
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 83703 0 1 0 642 44 0 0 18 0 12 0 23604388 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 203808 74394 1422 9 0 201135 0
[pid=27063/tid=27065] ppid=27059 vsize=815232 CPUtime=2.83
/proc/27063/task/27065/stat : 27065 (java) R 27059 27063 18481 0 -1 64 17484 0 1 0 272 11 0 0 25 0 12 0 23604389 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4109752516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=815232 CPUtime=1.4
/proc/27063/task/27068/stat : 27068 (java) S 27059 27063 18481 0 -1 64 33826 0 0 0 124 16 0 0 18 0 12 0 23604390 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=815232 CPUtime=1.25
/proc/27063/task/27069/stat : 27069 (java) S 27059 27063 18481 0 -1 64 27152 0 0 0 113 12 0 0 19 0 12 0 23604390 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27075/stat : 27075 (java) S 27059 27063 18481 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23604392 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23604394 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27078] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23604394 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27084] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=815232 CPUtime=1.32
/proc/27063/task/27088/stat : 27088 (java) S 27059 27063 18481 0 -1 64 4469 0 0 0 130 2 0 0 16 0 12 0 23604400 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=815232 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 834797568 74394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 815232

[startup+12.7026 s]
/proc/loadavg: 3.33 2.53 2.19 4/92 28118
/proc/meminfo: memFree=1109128/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=817796 CPUtime=13.35
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 157868 0 1 0 1260 75 0 0 18 0 12 0 23604388 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 204449 147940 1422 9 0 201776 0
[pid=27063/tid=27065] ppid=27059 vsize=817796 CPUtime=4.87
/proc/27063/task/27065/stat : 27065 (java) R 27059 27063 18481 0 -1 64 35930 0 1 0 467 20 0 0 25 0 12 0 23604389 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=817796 CPUtime=3.59
/proc/27063/task/27068/stat : 27068 (java) R 27059 27063 18481 0 -1 64 60259 0 0 0 333 26 0 0 16 0 12 0 23604390 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 106197552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=817796 CPUtime=3.51
/proc/27063/task/27069/stat : 27069 (java) R 27059 27063 18481 0 -1 64 56438 0 0 0 327 24 0 0 16 0 12 0 23604390 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27075/stat : 27075 (java) S 27059 27063 18481 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23604392 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23604394 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27078] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23604394 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27084] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=817796 CPUtime=1.32
/proc/27063/task/27088/stat : 27088 (java) S 27059 27063 18481 0 -1 64 4469 0 0 0 130 2 0 0 16 0 12 0 23604400 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 837423104 147940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 817796

[startup+25.5027 s]
/proc/loadavg: 3.40 2.59 2.22 5/92 29624
/proc/meminfo: memFree=904200/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=849800 CPUtime=25.37
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 230177 0 1 0 2432 105 0 0 18 0 12 0 23604388 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 212450 181729 1424 9 0 209777 0
[pid=27063/tid=27065] ppid=27059 vsize=849800 CPUtime=5.92
/proc/27063/task/27065/stat : 27065 (java) S 27059 27063 18481 0 -1 64 35936 0 1 0 572 20 0 0 17 0 12 0 23604389 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=849800 CPUtime=4.55
/proc/27063/task/27068/stat : 27068 (java) S 27059 27063 18481 0 -1 64 68946 0 0 0 425 30 0 0 17 0 12 0 23604390 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=849800 CPUtime=4.49
/proc/27063/task/27069/stat : 27069 (java) S 27059 27063 18481 0 -1 64 66977 0 0 0 420 29 0 0 17 0 12 0 23604390 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=849800 CPUtime=9.06
/proc/27063/task/27075/stat : 27075 (java) R 27059 27063 18481 0 -1 64 53095 0 0 0 883 23 0 0 25 0 12 0 23604392 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=849800 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23604394 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27078] ppid=27059 vsize=849800 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23604394 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27084] ppid=27059 vsize=849800 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=849800 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=849800 CPUtime=1.32
/proc/27063/task/27088/stat : 27088 (java) S 27059 27063 18481 0 -1 64 4469 0 0 0 130 2 0 0 16 0 12 0 23604400 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=849800 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=849800 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 870195200 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 849800

[startup+51.1029 s]
/proc/loadavg: 3.32 2.63 2.24 4/92 31909
/proc/meminfo: memFree=933960/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=817796 CPUtime=50.12
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 293195 0 1 0 4874 138 0 0 18 0 12 0 23604388 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 204449 173728 1424 9 0 201776 0
[pid=27063/tid=27065] ppid=27059 vsize=817796 CPUtime=6.15
/proc/27063/task/27065/stat : 27065 (java) S 27059 27063 18481 0 -1 64 35942 0 1 0 595 20 0 0 17 0 12 0 23604389 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=817796 CPUtime=4.55
/proc/27063/task/27068/stat : 27068 (java) S 27059 27063 18481 0 -1 64 68946 0 0 0 425 30 0 0 17 0 12 0 23604390 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=817796 CPUtime=4.49
/proc/27063/task/27069/stat : 27069 (java) S 27059 27063 18481 0 -1 64 66977 0 0 0 420 29 0 0 17 0 12 0 23604390 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=817796 CPUtime=33.57
/proc/27063/task/27075/stat : 27075 (java) R 27059 27063 18481 0 -1 64 116107 0 0 0 3301 56 0 0 25 0 12 0 23604392 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 104187858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23604394 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27078] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23604394 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27084] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=817796 CPUtime=1.32
/proc/27063/task/27088/stat : 27088 (java) S 27059 27063 18481 0 -1 64 4469 0 0 0 130 2 0 0 16 0 12 0 23604400 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 817796

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

[startup+51.903 s]
/proc/loadavg: 3.32 2.63 2.24 4/92 31959
/proc/meminfo: memFree=933768/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=817796 CPUtime=50.91
/proc/27063/stat : 27063 (java) S 27059 27063 18481 0 -1 0 293195 0 1 0 4953 138 0 0 18 0 12 0 23604388 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 204449 173728 1424 9 0 201776 0
[pid=27063/tid=27065] ppid=27059 vsize=817796 CPUtime=6.15
/proc/27063/task/27065/stat : 27065 (java) S 27059 27063 18481 0 -1 64 35942 0 1 0 595 20 0 0 17 0 12 0 23604389 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27068] ppid=27059 vsize=817796 CPUtime=4.55
/proc/27063/task/27068/stat : 27068 (java) S 27059 27063 18481 0 -1 64 68946 0 0 0 425 30 0 0 17 0 12 0 23604390 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27069] ppid=27059 vsize=817796 CPUtime=4.49
/proc/27063/task/27069/stat : 27069 (java) S 27059 27063 18481 0 -1 64 66977 0 0 0 420 29 0 0 17 0 12 0 23604390 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27075] ppid=27059 vsize=817796 CPUtime=34.37
/proc/27063/task/27075/stat : 27075 (java) R 27059 27063 18481 0 -1 64 116107 0 0 0 3381 56 0 0 25 0 12 0 23604392 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27077] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27077/stat : 27077 (java) S 27059 27063 18481 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23604394 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27078] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27078/stat : 27078 (java) S 27059 27063 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23604394 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27084] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27084/stat : 27084 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23604399 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27085] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27085/stat : 27085 (java) S 27059 27063 18481 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23604399 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27088] ppid=27059 vsize=817796 CPUtime=1.32
/proc/27063/task/27088/stat : 27088 (java) S 27059 27063 18481 0 -1 64 4469 0 0 0 130 2 0 0 16 0 12 0 23604400 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27063/tid=27089] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27089/stat : 27089 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23604400 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27063/tid=27090] ppid=27059 vsize=817796 CPUtime=0
/proc/27063/task/27090/stat : 27090 (java) S 27059 27063 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23604400 837423104 173728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 817796

[startup+52.302 s]
/proc/loadavg: 3.32 2.63 2.24 4/92 31959
/proc/meminfo: memFree=933768/2055920 swapFree=4192812/4192956
[pid=27063] ppid=27059 vsize=0 CPUtime=51.26
/proc/27063/stat : 27063 (java) Z 27059 27063 18481 0 -1 12 293216 0 1 0 4979 147 0 0 16 0 2 0 23604388 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27063/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 52.3149
CPU time (s): 51.2902
CPU user time (s): 49.7974
CPU system time (s): 1.49277
CPU usage (%): 98.0412
Max. virtual memory (cumulated for all children) (KiB): 913804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.7974
system time used= 1.49277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293216
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= 2040
involuntary context switches= 3337

runsolver used 0.091986 second user time and 0.211967 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 04:23:33
IDJOB=2077653
IDBENCH=56645
IDSOLVER=731
FILE ID=node58/2077653-1247365412
PBS_JOBID= 9506964
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 9598646f87b2e8df8e0507cbaab97c39
RANDOM SEED=885782942

node58.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.234
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.234
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:       1632272 kB
Buffers:         66384 kB
Cached:         225400 kB
SwapCached:        140 kB
Active:         239608 kB
Inactive:       124856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:          83588 kB
Slab:            44228 kB
Committed_AS:   307636 kB
PageTables:       2104 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= 66308 MiB
End job on node58 at 2009-07-12 04:24:25