Trace number 1066732

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? 24.5973 23.12

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-13_ext.xml
MD5SUM428ad1148b5e0ad6f9c774b75708f497
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 benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints22
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066732-1215148889/watcher-1066732-1215148889 -o /tmp/evaluation-result-1066732-1215148889/solver-1066732-1215148889 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066732-1215148889.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.00 2.02 2.00 4/72 27675
/proc/meminfo: memFree=1838416/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=18572 CPUtime=0
/proc/27675/stat : 27675 (runsolver) R 27673 27675 25772 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1993862938 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27675/statm: 4643 292 257 25 0 2626 0

[startup+0.0309359 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 27675
/proc/meminfo: memFree=1838416/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=13012 CPUtime=0
/proc/27675/stat : 27675 (java) D 27673 27675 25772 0 -1 0 384 0 5 0 0 0 0 0 18 0 1 0 1993862938 13324288 190 996147200 134512640 134550740 4294956032 18446744073709551615 9999146 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/27675/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101945 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 27675
/proc/meminfo: memFree=1838416/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=802084 CPUtime=0.04
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 2513 0 30 0 2 2 0 0 18 0 7 0 1993862938 821334016 2279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 200521 2279 969 9 0 197904 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802084

[startup+0.301966 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 27675
/proc/meminfo: memFree=1838416/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=809300 CPUtime=0.24
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 4662 0 30 0 20 4 0 0 18 0 12 0 1993862938 828723200 4018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 202325 4018 1298 9 0 199694 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 809300

[startup+0.702003 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 27675
/proc/meminfo: memFree=1838416/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=809328 CPUtime=0.61
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 6241 0 30 0 55 6 0 0 18 0 12 0 1993862938 828751872 5398 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 202332 5398 1335 9 0 199694 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 809328

[startup+1.50208 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 27687
/proc/meminfo: memFree=1813360/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=814080 CPUtime=1.41
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 10087 0 30 0 133 8 0 0 18 0 12 0 1993862938 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 203520 7507 1350 9 0 200882 0
[pid=27675/tid=27677] ppid=27673 vsize=814080 CPUtime=0.57
/proc/27675/task/27677/stat : 27677 (java) R 27673 27675 25772 0 -1 64 4642 0 1 0 52 5 0 0 20 0 12 0 1993862945 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27678] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27678/stat : 27678 (java) S 27673 27675 25772 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1993862946 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27679] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27679/stat : 27679 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1993862946 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27680] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27680/stat : 27680 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993862948 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27681] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1993862948 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27682] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=814080 CPUtime=0.46
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3277 0 0 0 46 0 0 0 17 0 12 0 1993862953 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=814080 CPUtime=0.33
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1434 0 0 0 33 0 0 0 16 0 12 0 1993862953 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=814080 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 833617920 7507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 814080

[startup+3.10221 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 27687
/proc/meminfo: memFree=1796656/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=819208 CPUtime=3.06
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 33247 0 30 0 289 17 0 0 18 0 12 0 1993862938 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 204802 29500 1360 9 0 202164 0
[pid=27675/tid=27677] ppid=27673 vsize=819208 CPUtime=1.53
/proc/27675/task/27677/stat : 27677 (java) R 27673 27675 25772 0 -1 64 16971 0 1 0 142 11 0 0 18 0 12 0 1993862945 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4109684576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=819208 CPUtime=0.16
/proc/27675/task/27678/stat : 27678 (java) S 27673 27675 25772 0 -1 64 5718 0 0 0 14 2 0 0 17 0 12 0 1993862946 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27679] ppid=27673 vsize=819208 CPUtime=0.15
/proc/27675/task/27679/stat : 27679 (java) S 27673 27675 25772 0 -1 64 4984 0 0 0 14 1 0 0 18 0 12 0 1993862946 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=819208 CPUtime=0
/proc/27675/task/27680/stat : 27680 (java) S 27673 27675 25772 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1993862948 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=819208 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=819208 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=819208 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=819208 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=819208 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=819208 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=819208 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 838868992 29500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 819208

[startup+6.3015 s]
/proc/loadavg: 2.24 2.07 2.02 5/84 27687
/proc/meminfo: memFree=1601520/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=824328 CPUtime=7.04
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 74335 0 30 0 668 36 0 0 18 0 12 0 1993862938 844111872 65328 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 206082 65336 1360 9 0 203444 0
[pid=27675/tid=27677] ppid=27673 vsize=824328 CPUtime=3.27
/proc/27675/task/27677/stat : 27677 (java) R 27673 27675 25772 0 -1 64 16975 0 1 0 316 11 0 0 20 0 12 0 1993862945 844111872 65340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=824328 CPUtime=1.29
/proc/27675/task/27678/stat : 27678 (java) R 27673 27675 25772 0 -1 64 28599 0 0 0 117 12 0 0 16 0 12 0 1993862946 844111872 65348 996147200 134512640 134550740 4294956032 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27679] ppid=27673 vsize=824328 CPUtime=1.23
/proc/27675/task/27679/stat : 27679 (java) R 27673 27675 25772 0 -1 64 23207 0 0 0 115 8 0 0 16 0 12 0 1993862946 844111872 65355 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=824328 CPUtime=0
/proc/27675/task/27680/stat : 27680 (java) S 27673 27675 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993862948 844111872 65363 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=824328 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 844111872 65371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=824328 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 844111872 65378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=824328 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 844111872 65386 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=824328 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 844111872 65393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=824328 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 844111872 65401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=824328 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 844111872 65409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=824328 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 844111872 65417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 824328

[startup+12.7021 s]
/proc/loadavg: 2.30 2.08 2.02 4/84 27687
/proc/meminfo: memFree=1316016/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=855048 CPUtime=14.09
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 157504 0 30 0 1336 73 0 0 18 0 12 0 1993862938 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 213762 135291 1360 9 0 211124 0
[pid=27675/tid=27677] ppid=27673 vsize=855048 CPUtime=6.01
/proc/27675/task/27677/stat : 27677 (java) R 27673 27675 25772 0 -1 64 35415 0 1 0 583 18 0 0 19 0 12 0 1993862945 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=855048 CPUtime=3.88
/proc/27675/task/27678/stat : 27678 (java) R 27673 27675 25772 0 -1 64 77034 0 0 0 353 35 0 0 18 0 12 0 1993862946 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27679] ppid=27673 vsize=855048 CPUtime=2.97
/proc/27675/task/27679/stat : 27679 (java) R 27673 27675 25772 0 -1 64 39481 0 0 0 281 16 0 0 17 0 12 0 1993862946 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=855048 CPUtime=0
/proc/27675/task/27680/stat : 27680 (java) S 27673 27675 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993862948 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=855048 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=855048 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=855048 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=855048 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=855048 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=855048 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=855048 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 875569152 135291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 855048

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

[startup+19.1027 s]
/proc/loadavg: 2.33 2.10 2.03 3/84 27687
/proc/meminfo: memFree=1073264/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=887052 CPUtime=20.61
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 221617 0 30 0 1963 98 0 0 18 0 12 0 1993862938 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 221763 190429 1363 9 0 219125 0
[pid=27675/tid=27677] ppid=27673 vsize=887052 CPUtime=8.19
/proc/27675/task/27677/stat : 27677 (java) S 27673 27675 25772 0 -1 64 47710 0 1 0 796 23 0 0 19 0 12 0 1993862945 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=887052 CPUtime=5.47
/proc/27675/task/27678/stat : 27678 (java) S 27673 27675 25772 0 -1 64 99633 0 0 0 505 42 0 0 16 0 12 0 1993862946 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27679] ppid=27673 vsize=887052 CPUtime=3.9
/proc/27675/task/27679/stat : 27679 (java) S 27673 27675 25772 0 -1 64 53192 0 0 0 368 22 0 0 20 0 12 0 1993862946 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=887052 CPUtime=1.81
/proc/27675/task/27680/stat : 27680 (java) R 27673 27675 25772 0 -1 64 15538 0 0 0 175 6 0 0 25 0 12 0 1993862948 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=887052 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=887052 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 908341248 190429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.61
Current children cumulated vsize (KiB) 887052

[startup+20.7028 s]
/proc/loadavg: 2.33 2.10 2.03 3/84 27687
/proc/meminfo: memFree=1073264/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=887052 CPUtime=22.21
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 237123 0 30 0 2116 105 0 0 18 0 12 0 1993862938 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 221763 190430 1364 9 0 219125 0
[pid=27675/tid=27677] ppid=27673 vsize=887052 CPUtime=8.19
/proc/27675/task/27677/stat : 27677 (java) S 27673 27675 25772 0 -1 64 47710 0 1 0 796 23 0 0 19 0 12 0 1993862945 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=887052 CPUtime=5.47
/proc/27675/task/27678/stat : 27678 (java) S 27673 27675 25772 0 -1 64 99633 0 0 0 505 42 0 0 16 0 12 0 1993862946 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27679] ppid=27673 vsize=887052 CPUtime=3.91
/proc/27675/task/27679/stat : 27679 (java) S 27673 27675 25772 0 -1 64 53192 0 0 0 369 22 0 0 17 0 12 0 1993862946 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=887052 CPUtime=3.4
/proc/27675/task/27680/stat : 27680 (java) R 27673 27675 25772 0 -1 64 31044 0 0 0 327 13 0 0 25 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=887052 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=887052 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 887052

[startup+22.3019 s]
/proc/loadavg: 2.33 2.10 2.03 3/84 27687
/proc/meminfo: memFree=1073200/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=887052 CPUtime=23.81
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 237123 0 30 0 2276 105 0 0 18 0 12 0 1993862938 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 221763 190430 1364 9 0 219125 0
[pid=27675/tid=27677] ppid=27673 vsize=887052 CPUtime=8.19
/proc/27675/task/27677/stat : 27677 (java) S 27673 27675 25772 0 -1 64 47710 0 1 0 796 23 0 0 19 0 12 0 1993862945 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=887052 CPUtime=5.47
/proc/27675/task/27678/stat : 27678 (java) S 27673 27675 25772 0 -1 64 99633 0 0 0 505 42 0 0 16 0 12 0 1993862946 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27679] ppid=27673 vsize=887052 CPUtime=3.91
/proc/27675/task/27679/stat : 27679 (java) S 27673 27675 25772 0 -1 64 53192 0 0 0 369 22 0 0 17 0 12 0 1993862946 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=887052 CPUtime=5
/proc/27675/task/27680/stat : 27680 (java) R 27673 27675 25772 0 -1 64 31044 0 0 0 487 13 0 0 25 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=887052 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=887052 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 887052

[startup+22.702 s]
/proc/loadavg: 2.33 2.10 2.03 3/84 27687
/proc/meminfo: memFree=1073200/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=887052 CPUtime=24.21
/proc/27675/stat : 27675 (java) S 27673 27675 25772 0 -1 0 237123 0 30 0 2316 105 0 0 18 0 12 0 1993862938 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27675/statm: 221763 190430 1364 9 0 219125 0
[pid=27675/tid=27677] ppid=27673 vsize=887052 CPUtime=8.19
/proc/27675/task/27677/stat : 27677 (java) S 27673 27675 25772 0 -1 64 47710 0 1 0 796 23 0 0 19 0 12 0 1993862945 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27678] ppid=27673 vsize=887052 CPUtime=5.47
/proc/27675/task/27678/stat : 27678 (java) S 27673 27675 25772 0 -1 64 99633 0 0 0 505 42 0 0 16 0 12 0 1993862946 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27679] ppid=27673 vsize=887052 CPUtime=3.91
/proc/27675/task/27679/stat : 27679 (java) S 27673 27675 25772 0 -1 64 53192 0 0 0 369 22 0 0 17 0 12 0 1993862946 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27680] ppid=27673 vsize=887052 CPUtime=5.4
/proc/27675/task/27680/stat : 27680 (java) R 27673 27675 25772 0 -1 64 31044 0 0 0 527 13 0 0 25 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27681] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27681/stat : 27681 (java) S 27673 27675 25772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27675/tid=27682] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27682/stat : 27682 (java) S 27673 27675 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993862948 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27683] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27683/stat : 27683 (java) S 27673 27675 25772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27684] ppid=27673 vsize=887052 CPUtime=0.68
/proc/27675/task/27684/stat : 27684 (java) S 27673 27675 25772 0 -1 64 3327 0 0 0 68 0 0 0 16 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27685] ppid=27673 vsize=887052 CPUtime=0.49
/proc/27675/task/27685/stat : 27685 (java) S 27673 27675 25772 0 -1 64 1487 0 0 0 49 0 0 0 16 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27686] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27686/stat : 27686 (java) S 27673 27675 25772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27675/tid=27687] ppid=27673 vsize=887052 CPUtime=0
/proc/27675/task/27687/stat : 27687 (java) S 27673 27675 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993862953 908341248 190430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 887052

[startup+23.1079 s]
/proc/loadavg: 2.33 2.10 2.03 2/84 27688
/proc/meminfo: memFree=1105200/2055920 swapFree=4180840/4192956
[pid=27675] ppid=27673 vsize=0 CPUtime=24.57
/proc/27675/stat : 27675 (java) Z 27673 27675 25772 0 -1 12 237140 0 30 0 2342 115 0 0 16 0 2 0 1993862938 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27675/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 23.12
CPU time (s): 24.5973
CPU user time (s): 23.4274
CPU system time (s): 1.16982
CPU usage (%): 106.389
Max. virtual memory (cumulated for all children) (KiB): 903056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.4274
system time used= 1.16982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237140
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1201
involuntary context switches= 1280

runsolver used 0.034994 second user time and 0.086986 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 07:21:29
IDJOB=1066732
IDBENCH=55139
IDSOLVER=344
FILE ID=node25/1066732-1215148889
PBS_JOBID= 7877339
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-13_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-1066732-1215148889/watcher-1066732-1215148889 -o /tmp/evaluation-result-1066732-1215148889/solver-1066732-1215148889 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066732-1215148889.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 428ad1148b5e0ad6f9c774b75708f497
RANDOM SEED=872225216

node25.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:       1838896 kB
Buffers:         32028 kB
Cached:         115628 kB
SwapCached:       5956 kB
Active:          98600 kB
Inactive:        60604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838896 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1252 kB
Writeback:           0 kB
Mapped:          19020 kB
Slab:            43184 kB
Committed_AS:  3439156 kB
PageTables:       1896 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= 66556 MiB
End job on node25 at 2008-07-04 07:21:52