Trace number 1066778

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 2008-06-13? 35.7856 34.4672

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-9_ext.xml
MD5SUM560094240c3c84be2d23874ade24f17a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.179
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1066778-1215148949.xml
0.29/0.39	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.58/0.65	c reading variables done.
0.68/0.71	c reading relations done.
1.57/1.69	c reading constraints
35.63/34.34	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
35.63/34.34		at org.sat4j.core.Vec.ensure(Vec.java:175)
35.63/34.34		at org.sat4j.core.Vec.push(Vec.java:182)
35.63/34.34		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
35.63/34.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:52)
35.63/34.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
35.63/34.34		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
35.63/34.34		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
35.63/34.34		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.63/34.34		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
35.63/34.34		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
35.63/34.34		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
35.63/34.34		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
35.63/34.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
35.63/34.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
35.63/34.34	c starts		: 0
35.63/34.34	c conflicts		: 0
35.63/34.34	c decisions		: 0
35.63/34.34	c propagations		: 0
35.63/34.34	c inspects		: 0
35.63/34.34	c learnt literals	: 0
35.63/34.34	c learnt binary clauses	: 0
35.63/34.34	c learnt ternary clauses	: 0
35.63/34.34	c learnt clauses	: 0
35.63/34.34	c ignored clauses	: 0
35.63/34.34	c root simplifications	: 0
35.63/34.34	c removed literals (reason simplification)	: 0
35.63/34.34	c reason swapping (by a shorter reason)	: 0
35.63/34.34	c Calls to reduceDB	: 0
35.63/34.34	c speed (assignments/second)	: 0.0
35.63/34.34	c non guided choices	0
35.63/34.34	s UNKNOWN
35.63/34.35	c Total wall clock time (in seconds) : 33.955

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066778-1215148949/watcher-1066778-1215148949 -o /tmp/evaluation-result-1066778-1215148949/solver-1066778-1215148949 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066778-1215148949.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.02 1.97 4/82 5158
/proc/meminfo: memFree=1516952/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=18572 CPUtime=0
/proc/5158/stat : 5158 (runsolver) R 5156 5158 3802 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1993866283 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5158/statm: 4643 292 257 25 0 2626 0

[startup+0.04557 s]
/proc/loadavg: 2.09 2.02 1.97 4/82 5158
/proc/meminfo: memFree=1516952/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=801432 CPUtime=0.03
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 2511 0 1 0 2 1 0 0 18 0 5 0 1993866283 820666368 2248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 200358 2248 957 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.10258 s]
/proc/loadavg: 2.09 2.02 1.97 4/82 5158
/proc/meminfo: memFree=1516952/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=804612 CPUtime=0.09
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 3011 0 1 0 7 2 0 0 18 0 12 0 1993866283 823922688 2744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 201153 2744 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302617 s]
/proc/loadavg: 2.09 2.02 1.97 4/82 5158
/proc/meminfo: memFree=1516952/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=808360 CPUtime=0.29
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 5034 0 1 0 26 3 0 0 18 0 12 0 1993866283 827760640 4362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 202090 4362 1306 9 0 199459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808360

[startup+0.702695 s]
/proc/loadavg: 2.09 2.02 1.97 4/82 5158
/proc/meminfo: memFree=1516952/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=808388 CPUtime=0.68
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 6387 0 1 0 64 4 0 0 18 0 12 0 1993866283 827789312 5568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 202097 5568 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808388

[startup+1.50184 s]
/proc/loadavg: 2.24 2.05 1.98 4/94 5170
/proc/meminfo: memFree=1495992/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=812996 CPUtime=1.47
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 11360 0 1 0 141 6 0 0 18 0 12 0 1993866283 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 203249 9376 1349 9 0 200611 0
[pid=5158/tid=5160] ppid=5156 vsize=812996 CPUtime=0.69
/proc/5158/task/5160/stat : 5160 (java) R 5156 5158 3802 0 -1 64 6579 0 1 0 65 4 0 0 25 0 12 0 1993866285 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4109681147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1993866286 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1993866286 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5163/stat : 5163 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993866287 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1993866288 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993866288 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=812996 CPUtime=0.53
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2850 0 0 0 53 0 0 0 16 0 12 0 1993866292 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=812996 CPUtime=0.22
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1165 0 0 0 22 0 0 0 16 0 12 0 1993866292 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=812996 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 832507904 9376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812996

[startup+3.10115 s]
/proc/loadavg: 2.24 2.05 1.98 3/94 5170
/proc/meminfo: memFree=1472312/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=816844 CPUtime=3.06
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 30348 0 1 0 291 15 0 0 18 0 12 0 1993866283 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 204211 27719 1361 9 0 201573 0
[pid=5158/tid=5160] ppid=5156 vsize=816844 CPUtime=1.7
/proc/5158/task/5160/stat : 5160 (java) R 5156 5158 3802 0 -1 64 17005 0 1 0 161 9 0 0 25 0 12 0 1993866285 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4109719267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=816844 CPUtime=0.09
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 3925 0 0 0 8 1 0 0 17 0 12 0 1993866286 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=816844 CPUtime=0.08
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 4533 0 0 0 6 2 0 0 17 0 12 0 1993866286 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=816844 CPUtime=0
/proc/5158/task/5163/stat : 5163 (java) S 5156 5158 3802 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993866287 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=816844 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=816844 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=816844 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=816844 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=816844 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=816844 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=816844 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 836448256 27719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 816844

[startup+6.30176 s]
/proc/loadavg: 2.30 2.06 1.98 4/94 5170
/proc/meminfo: memFree=1275512/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=828100 CPUtime=7.15
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 80946 0 1 0 675 40 0 0 18 0 12 0 1993866283 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 207025 73901 1361 9 0 204387 0
[pid=5158/tid=5160] ppid=5156 vsize=828100 CPUtime=3.14
/proc/5158/task/5160/stat : 5160 (java) R 5156 5158 3802 0 -1 64 17009 0 1 0 305 9 0 0 17 0 12 0 1993866285 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4109718393 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=828100 CPUtime=1.31
/proc/5158/task/5161/stat : 5161 (java) R 5156 5158 3802 0 -1 64 21451 0 0 0 122 9 0 0 20 0 12 0 1993866286 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=828100 CPUtime=1.51
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 37601 0 0 0 132 19 0 0 20 0 12 0 1993866286 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=828100 CPUtime=0
/proc/5158/task/5163/stat : 5163 (java) S 5156 5158 3802 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993866287 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=828100 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=828100 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=828100 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=828100 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=828100 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=828100 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=828100 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 847974400 73901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 828100

[startup+12.702 s]
/proc/loadavg: 2.36 2.08 1.99 4/86 5172
/proc/meminfo: memFree=1042312/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=843460 CPUtime=13.9
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 152648 0 1 0 1320 70 0 0 18 0 12 0 1993866283 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 210865 139898 1361 9 0 208227 0
[pid=5158/tid=5160] ppid=5156 vsize=843460 CPUtime=5.85
/proc/5158/task/5160/stat : 5160 (java) R 5156 5158 3802 0 -1 64 35449 0 1 0 569 16 0 0 17 0 12 0 1993866285 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4109745710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=843460 CPUtime=3.16
/proc/5158/task/5161/stat : 5161 (java) R 5156 5158 3802 0 -1 64 46765 0 0 0 296 20 0 0 19 0 12 0 1993866286 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=843460 CPUtime=3.7
/proc/5158/task/5162/stat : 5162 (java) R 5156 5158 3802 0 -1 64 65549 0 0 0 339 31 0 0 20 0 12 0 1993866286 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=843460 CPUtime=0
/proc/5158/task/5163/stat : 5163 (java) S 5156 5158 3802 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993866287 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=843460 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=843460 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=843460 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=843460 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=843460 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=843460 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=843460 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 863703040 139898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 843460

[startup+25.5024 s]
/proc/loadavg: 2.42 2.11 2.00 3/86 5172
/proc/meminfo: memFree=811592/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=875464 CPUtime=26.91
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 232308 0 1 0 2580 111 0 0 18 0 12 0 1993866283 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 218866 178031 1365 9 0 216228 0
[pid=5158/tid=5160] ppid=5156 vsize=875464 CPUtime=7.4
/proc/5158/task/5160/stat : 5160 (java) S 5156 5158 3802 0 -1 64 35455 0 1 0 724 16 0 0 17 0 12 0 1993866285 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=875464 CPUtime=4.41
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 60451 0 0 0 413 28 0 0 16 0 12 0 1993866286 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=875464 CPUtime=5.51
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 84985 0 0 0 511 40 0 0 17 0 12 0 1993866286 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=875464 CPUtime=8.39
/proc/5158/task/5163/stat : 5163 (java) R 5156 5158 3802 0 -1 64 46562 0 0 0 815 24 0 0 25 0 12 0 1993866287 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=5158/tid=5170] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 896475136 178031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.91
Current children cumulated vsize (KiB) 875464

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

[startup+28.7021 s]
/proc/loadavg: 2.42 2.11 2.00 3/86 5172
/proc/meminfo: memFree=793288/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=875464 CPUtime=30.07
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 251942 0 1 0 2884 123 0 0 18 0 12 0 1993866283 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 218866 182159 1365 9 0 216228 0
[pid=5158/tid=5160] ppid=5156 vsize=875464 CPUtime=7.51
/proc/5158/task/5160/stat : 5160 (java) S 5156 5158 3802 0 -1 64 39584 0 1 0 733 18 0 0 18 0 12 0 1993866285 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=875464 CPUtime=4.46
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 60451 0 0 0 418 28 0 0 17 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=875464 CPUtime=5.57
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 84985 0 0 0 517 40 0 0 17 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=875464 CPUtime=11.35
/proc/5158/task/5163/stat : 5163 (java) R 5156 5158 3802 0 -1 64 62067 0 0 0 1101 34 0 0 25 0 12 0 1993866287 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=875464 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=875464 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.07
Current children cumulated vsize (KiB) 875464

[startup+31.9067 s]
/proc/loadavg: 2.39 2.11 2.00 3/86 5172
/proc/meminfo: memFree=792136/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=875464 CPUtime=33.25
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 267447 0 1 0 3192 133 0 0 18 0 12 0 1993866283 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 218866 182159 1365 9 0 216228 0
[pid=5158/tid=5160] ppid=5156 vsize=875464 CPUtime=7.51
/proc/5158/task/5160/stat : 5160 (java) S 5156 5158 3802 0 -1 64 39584 0 1 0 733 18 0 0 18 0 12 0 1993866285 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=875464 CPUtime=4.46
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 60451 0 0 0 418 28 0 0 16 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=875464 CPUtime=5.58
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 84985 0 0 0 518 40 0 0 17 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=875464 CPUtime=14.5
/proc/5158/task/5163/stat : 5163 (java) R 5156 5158 3802 0 -1 64 77572 0 0 0 1407 43 0 0 25 0 12 0 1993866287 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 106736432 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=875464 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=875464 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.25
Current children cumulated vsize (KiB) 875464

[startup+33.503 s]
/proc/loadavg: 2.39 2.11 2.00 4/86 5172
/proc/meminfo: memFree=791816/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=875464 CPUtime=34.84
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 267447 0 1 0 3351 133 0 0 18 0 12 0 1993866283 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 218866 182159 1365 9 0 216228 0
[pid=5158/tid=5160] ppid=5156 vsize=875464 CPUtime=7.51
/proc/5158/task/5160/stat : 5160 (java) S 5156 5158 3802 0 -1 64 39584 0 1 0 733 18 0 0 18 0 12 0 1993866285 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=875464 CPUtime=4.46
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 60451 0 0 0 418 28 0 0 16 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=875464 CPUtime=5.58
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 84985 0 0 0 518 40 0 0 17 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=875464 CPUtime=16.09
/proc/5158/task/5163/stat : 5163 (java) R 5156 5158 3802 0 -1 64 77572 0 0 0 1566 43 0 0 25 0 12 0 1993866287 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=875464 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=875464 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.84
Current children cumulated vsize (KiB) 875464

[startup+33.902 s]
/proc/loadavg: 2.39 2.11 2.00 4/86 5172
/proc/meminfo: memFree=791816/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=875464 CPUtime=35.23
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 267447 0 1 0 3390 133 0 0 18 0 12 0 1993866283 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 218866 182159 1365 9 0 216228 0
[pid=5158/tid=5160] ppid=5156 vsize=875464 CPUtime=7.51
/proc/5158/task/5160/stat : 5160 (java) S 5156 5158 3802 0 -1 64 39584 0 1 0 733 18 0 0 18 0 12 0 1993866285 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=875464 CPUtime=4.46
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 60451 0 0 0 418 28 0 0 16 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=875464 CPUtime=5.58
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 84985 0 0 0 518 40 0 0 17 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=875464 CPUtime=16.48
/proc/5158/task/5163/stat : 5163 (java) R 5156 5158 3802 0 -1 64 77572 0 0 0 1605 43 0 0 25 0 12 0 1993866287 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 104136508 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=875464 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=875464 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.23
Current children cumulated vsize (KiB) 875464

[startup+34.3021 s]
/proc/loadavg: 2.39 2.11 2.00 3/86 5172
/proc/meminfo: memFree=791048/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=875464 CPUtime=35.63
/proc/5158/stat : 5158 (java) S 5156 5158 3802 0 -1 0 267447 0 1 0 3430 133 0 0 18 0 12 0 1993866283 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 218866 182159 1365 9 0 216228 0
[pid=5158/tid=5160] ppid=5156 vsize=875464 CPUtime=7.51
/proc/5158/task/5160/stat : 5160 (java) S 5156 5158 3802 0 -1 64 39584 0 1 0 733 18 0 0 18 0 12 0 1993866285 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5161] ppid=5156 vsize=875464 CPUtime=4.46
/proc/5158/task/5161/stat : 5161 (java) S 5156 5158 3802 0 -1 64 60451 0 0 0 418 28 0 0 16 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5162] ppid=5156 vsize=875464 CPUtime=5.58
/proc/5158/task/5162/stat : 5162 (java) S 5156 5158 3802 0 -1 64 84985 0 0 0 518 40 0 0 17 0 12 0 1993866286 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5163] ppid=5156 vsize=875464 CPUtime=16.88
/proc/5158/task/5163/stat : 5163 (java) R 5156 5158 3802 0 -1 64 77572 0 0 0 1645 43 0 0 25 0 12 0 1993866287 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5164] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5164/stat : 5164 (java) S 5156 5158 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5165] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5165/stat : 5165 (java) S 5156 5158 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993866288 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5166] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5166/stat : 5166 (java) S 5156 5158 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5167] ppid=5156 vsize=875464 CPUtime=0.7
/proc/5158/task/5167/stat : 5167 (java) S 5156 5158 3802 0 -1 64 2872 0 0 0 70 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5168] ppid=5156 vsize=875464 CPUtime=0.44
/proc/5158/task/5168/stat : 5168 (java) S 5156 5158 3802 0 -1 64 1220 0 0 0 44 0 0 0 16 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5169] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5169/stat : 5169 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5158/tid=5170] ppid=5156 vsize=875464 CPUtime=0
/proc/5158/task/5170/stat : 5170 (java) S 5156 5158 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993866292 896475136 182159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.63
Current children cumulated vsize (KiB) 875464

[startup+34.4028 s]
/proc/loadavg: 2.39 2.11 2.00 3/86 5172
/proc/meminfo: memFree=791048/2055920 swapFree=4180500/4192956
[pid=5158] ppid=5156 vsize=0 CPUtime=35.71
/proc/5158/stat : 5158 (java) Z 5156 5158 3802 0 -1 12 267463 0 1 0 3434 137 0 0 16 0 2 0 1993866283 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 34.4672
CPU time (s): 35.7856
CPU user time (s): 34.3448
CPU system time (s): 1.44078
CPU usage (%): 103.825
Max. virtual memory (cumulated for all children) (KiB): 891468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3448
system time used= 1.44078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267463
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= 1430
involuntary context switches= 2230

runsolver used 0.06399 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 07:22:29
IDJOB=1066778
IDBENCH=55142
IDSOLVER=344
FILE ID=node59/1066778-1215148949
PBS_JOBID= 7877407
Free space on /tmp= 66484 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-9_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066778-1215148949/watcher-1066778-1215148949 -o /tmp/evaluation-result-1066778-1215148949/solver-1066778-1215148949 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066778-1215148949.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 560094240c3c84be2d23874ade24f17a
RANDOM SEED=166145428

node59.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.261
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.261
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:       1517432 kB
Buffers:         57232 kB
Cached:         284208 kB
SwapCached:       6448 kB
Active:         304092 kB
Inactive:       166964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517432 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:           28404 kB
Writeback:           0 kB
Mapped:         146640 kB
Slab:            52124 kB
Committed_AS:  4121648 kB
PageTables:       2260 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= 66476 MiB
End job on node59 at 2008-07-04 07:23:04