Trace number 1066801

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? 33.5119 31.4958

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-14_ext.xml
MD5SUM2266fcf4147c2bc9f044c25c6adc6248
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 benchmark0.238962
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066801-1215149026/watcher-1066801-1215149026 -o /tmp/evaluation-result-1066801-1215149026/solver-1066801-1215149026 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066801-1215149026.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: 1.92 1.97 1.99 3/74 23066
/proc/meminfo: memFree=1722808/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=1804 CPUtime=0
/proc/23066/stat : 23066 (java6) R 23064 23066 19876 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1993871345 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/23066/statm: 451 155 111 9 0 93 0

[startup+0.098199 s]
/proc/loadavg: 1.92 1.97 1.99 3/74 23066
/proc/meminfo: memFree=1722808/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=804612 CPUtime=0.08
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 3005 0 1 0 6 2 0 0 18 0 12 0 1993871345 823922688 2738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101197 s]
/proc/loadavg: 1.92 1.97 1.99 3/74 23066
/proc/meminfo: memFree=1722808/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=804612 CPUtime=0.08
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 3011 0 1 0 6 2 0 0 18 0 12 0 1993871345 823922688 2744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 201153 2744 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301224 s]
/proc/loadavg: 1.92 1.97 1.99 3/74 23066
/proc/meminfo: memFree=1722808/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=809308 CPUtime=0.33
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 5077 0 1 0 29 4 0 0 18 0 12 0 1993871345 828731392 4481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 202327 4481 1310 9 0 199696 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 809308

[startup+0.701282 s]
/proc/loadavg: 1.92 1.97 1.99 3/74 23066
/proc/meminfo: memFree=1722808/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=808716 CPUtime=0.73
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 6528 0 1 0 68 5 0 0 18 0 12 0 1993871345 828125184 5650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 202179 5650 1335 9 0 199541 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 808716

[startup+1.50239 s]
/proc/loadavg: 2.01 1.99 1.99 3/86 23078
/proc/meminfo: memFree=1703256/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=813812 CPUtime=1.54
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 11346 0 1 0 147 7 0 0 18 0 12 0 1993871345 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 203453 7783 1349 9 0 200815 0
[pid=23066/tid=23068] ppid=23064 vsize=813812 CPUtime=0.6
/proc/23066/task/23068/stat : 23068 (java) R 23064 23066 19876 0 -1 64 5005 0 1 0 56 4 0 0 20 0 12 0 1993871346 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23069] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1993871347 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23070] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1993871347 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23071] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23071/stat : 23071 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1993871349 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23072] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1993871349 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23073] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993871349 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23074] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=813812 CPUtime=0.57
/proc/23066/task/23075/stat : 23075 (java) R 23064 23066 19876 0 -1 64 3937 0 0 0 57 0 0 0 18 0 12 0 1993871354 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 103064720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=813812 CPUtime=0.33
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1642 0 0 0 33 0 0 0 16 0 12 0 1993871354 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=813812 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 833343488 7783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 813812

[startup+3.10261 s]
/proc/loadavg: 2.01 1.99 1.99 4/86 23078
/proc/meminfo: memFree=1690520/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=818940 CPUtime=3.14
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 34707 0 1 0 295 19 0 0 18 0 12 0 1993871345 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 204735 30178 1360 9 0 202097 0
[pid=23066/tid=23068] ppid=23064 vsize=818940 CPUtime=1.49
/proc/23066/task/23068/stat : 23068 (java) R 23064 23066 19876 0 -1 64 17066 0 1 0 138 11 0 0 25 0 12 0 1993871346 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4109736946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23069] ppid=23064 vsize=818940 CPUtime=0.11
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 6368 0 0 0 9 2 0 0 18 0 12 0 1993871347 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23070] ppid=23064 vsize=818940 CPUtime=0.1
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 4789 0 0 0 9 1 0 0 18 0 12 0 1993871347 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23071] ppid=23064 vsize=818940 CPUtime=0
/proc/23066/task/23071/stat : 23071 (java) S 23064 23066 19876 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993871349 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23072] ppid=23064 vsize=818940 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993871349 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23073] ppid=23064 vsize=818940 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993871349 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23074] ppid=23064 vsize=818940 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=818940 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=818940 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=818940 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=818940 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 838594560 30178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 818940

[startup+6.31504 s]
/proc/loadavg: 2.01 1.99 1.99 4/86 23078
/proc/meminfo: memFree=1510040/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=829052 CPUtime=7.1
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 76408 0 1 0 672 38 0 0 18 0 12 0 1993871345 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 207263 66396 1360 9 0 204625 0
[pid=23066/tid=23068] ppid=23064 vsize=829052 CPUtime=3.27
/proc/23066/task/23068/stat : 23068 (java) R 23064 23066 19876 0 -1 64 17071 0 1 0 316 11 0 0 21 0 12 0 1993871346 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=829052 CPUtime=1.2
/proc/23066/task/23069/stat : 23069 (java) R 23064 23066 19876 0 -1 64 26956 0 0 0 109 11 0 0 16 0 12 0 1993871347 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 104145909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=829052 CPUtime=1.2
/proc/23066/task/23070/stat : 23070 (java) R 23064 23066 19876 0 -1 64 25897 0 0 0 109 11 0 0 15 0 12 0 1993871347 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 103074497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=829052 CPUtime=0
/proc/23066/task/23071/stat : 23071 (java) R 23064 23066 19876 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993871349 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=829052 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993871349 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23073] ppid=23064 vsize=829052 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993871349 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23074] ppid=23064 vsize=829052 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=829052 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=829052 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=829052 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=829052 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 848949248 66396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 829052

[startup+12.7029 s]
/proc/loadavg: 2.08 2.00 2.00 5/86 23078
/proc/meminfo: memFree=1215512/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=844412 CPUtime=14.55
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 152797 0 1 0 1379 76 0 0 18 0 12 0 1993871345 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 211103 133914 1360 9 0 208465 0
[pid=23066/tid=23068] ppid=23064 vsize=844412 CPUtime=5.98
/proc/23066/task/23068/stat : 23068 (java) R 23064 23066 19876 0 -1 64 35510 0 1 0 578 20 0 0 17 0 12 0 1993871346 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4109749822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=844412 CPUtime=3.69
/proc/23066/task/23069/stat : 23069 (java) R 23064 23066 19876 0 -1 64 62090 0 0 0 339 30 0 0 20 0 12 0 1993871347 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=844412 CPUtime=3.45
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 48713 0 0 0 323 22 0 0 20 0 12 0 1993871347 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=844412 CPUtime=0
/proc/23066/task/23071/stat : 23071 (java) S 23064 23066 19876 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993871349 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=844412 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993871349 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23073] ppid=23064 vsize=844412 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993871349 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23074] ppid=23064 vsize=844412 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=844412 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=844412 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=844412 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=844412 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 864677888 133914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.55
Current children cumulated vsize (KiB) 844412

[startup+25.5026 s]
/proc/loadavg: 2.14 2.02 2.00 3/86 23078
/proc/meminfo: memFree=1022616/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=860416 CPUtime=27.57
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 235013 0 1 0 2642 115 0 0 18 0 12 0 1993871345 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 215104 179382 1365 9 0 212466 0
[pid=23066/tid=23068] ppid=23064 vsize=860416 CPUtime=9.21
/proc/23066/task/23068/stat : 23068 (java) S 23064 23066 19876 0 -1 64 35519 0 1 0 901 20 0 0 18 0 12 0 1993871346 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=860416 CPUtime=5.39
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 71540 0 0 0 505 34 0 0 18 0 12 0 1993871347 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=860416 CPUtime=5.65
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 77866 0 0 0 529 36 0 0 17 0 12 0 1993871347 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=860416 CPUtime=5.9
/proc/23066/task/23071/stat : 23071 (java) R 23064 23066 19876 0 -1 64 43631 0 0 0 569 21 0 0 25 0 12 0 1993871349 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 104126362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=860416 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993871349 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23073] ppid=23064 vsize=860416 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993871349 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23074] ppid=23064 vsize=860416 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=860416 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=860416 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=860416 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=860416 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 881065984 179382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.57
Current children cumulated vsize (KiB) 860416

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

[startup+28.7021 s]
/proc/loadavg: 2.13 2.02 2.00 3/86 23078
/proc/meminfo: memFree=979608/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=876416 CPUtime=30.75
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 261702 0 1 0 2947 128 0 0 18 0 12 0 1993871345 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 219104 186565 1365 9 0 216466 0
[pid=23066/tid=23068] ppid=23064 vsize=876416 CPUtime=9.21
/proc/23066/task/23068/stat : 23068 (java) S 23064 23066 19876 0 -1 64 35519 0 1 0 901 20 0 0 18 0 12 0 1993871346 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=876416 CPUtime=5.4
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 71540 0 0 0 506 34 0 0 17 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=876416 CPUtime=5.65
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 77866 0 0 0 529 36 0 0 16 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=876416 CPUtime=9.06
/proc/23066/task/23071/stat : 23071 (java) R 23064 23066 19876 0 -1 64 70320 0 0 0 873 33 0 0 25 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23073] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23074] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=876416 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=876416 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.75
Current children cumulated vsize (KiB) 876416

[startup+30.3023 s]
/proc/loadavg: 2.13 2.02 2.00 3/86 23078
/proc/meminfo: memFree=979608/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=876416 CPUtime=32.34
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 261702 0 1 0 3106 128 0 0 18 0 12 0 1993871345 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 219104 186565 1365 9 0 216466 0
[pid=23066/tid=23068] ppid=23064 vsize=876416 CPUtime=9.21
/proc/23066/task/23068/stat : 23068 (java) S 23064 23066 19876 0 -1 64 35519 0 1 0 901 20 0 0 18 0 12 0 1993871346 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=876416 CPUtime=5.4
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 71540 0 0 0 506 34 0 0 17 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=876416 CPUtime=5.65
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 77866 0 0 0 529 36 0 0 16 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=876416 CPUtime=10.64
/proc/23066/task/23071/stat : 23071 (java) R 23064 23066 19876 0 -1 64 70320 0 0 0 1031 33 0 0 25 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23073] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23074] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=876416 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=876416 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.34
Current children cumulated vsize (KiB) 876416

[startup+31.1014 s]
/proc/loadavg: 2.12 2.02 2.00 3/86 23078
/proc/meminfo: memFree=979608/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=876416 CPUtime=33.13
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 261702 0 1 0 3185 128 0 0 18 0 12 0 1993871345 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 219104 186565 1365 9 0 216466 0
[pid=23066/tid=23068] ppid=23064 vsize=876416 CPUtime=9.21
/proc/23066/task/23068/stat : 23068 (java) S 23064 23066 19876 0 -1 64 35519 0 1 0 901 20 0 0 18 0 12 0 1993871346 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=876416 CPUtime=5.4
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 71540 0 0 0 506 34 0 0 17 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=876416 CPUtime=5.65
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 77866 0 0 0 529 36 0 0 16 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=876416 CPUtime=11.43
/proc/23066/task/23071/stat : 23071 (java) R 23064 23066 19876 0 -1 64 70320 0 0 0 1110 33 0 0 25 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23073] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23074] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=876416 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=876416 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.13
Current children cumulated vsize (KiB) 876416

[startup+31.3014 s]
/proc/loadavg: 2.12 2.02 2.00 3/86 23078
/proc/meminfo: memFree=979608/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=876416 CPUtime=33.32
/proc/23066/stat : 23066 (java) S 23064 23066 19876 0 -1 0 261702 0 1 0 3204 128 0 0 18 0 12 0 1993871345 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23066/statm: 219104 186565 1365 9 0 216466 0
[pid=23066/tid=23068] ppid=23064 vsize=876416 CPUtime=9.21
/proc/23066/task/23068/stat : 23068 (java) S 23064 23066 19876 0 -1 64 35519 0 1 0 901 20 0 0 18 0 12 0 1993871346 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23064 vsize=876416 CPUtime=5.4
/proc/23066/task/23069/stat : 23069 (java) S 23064 23066 19876 0 -1 64 71540 0 0 0 506 34 0 0 17 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23064 vsize=876416 CPUtime=5.65
/proc/23066/task/23070/stat : 23070 (java) S 23064 23066 19876 0 -1 64 77866 0 0 0 529 36 0 0 16 0 12 0 1993871347 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23064 vsize=876416 CPUtime=11.63
/proc/23066/task/23071/stat : 23071 (java) R 23064 23066 19876 0 -1 64 70320 0 0 0 1130 33 0 0 25 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23072/stat : 23072 (java) S 23064 23066 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23073] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23064 23066 19876 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993871349 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23074] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) S 23064 23066 19876 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23075] ppid=23064 vsize=876416 CPUtime=0.74
/proc/23066/task/23075/stat : 23075 (java) S 23064 23066 19876 0 -1 64 3983 0 0 0 74 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23076] ppid=23064 vsize=876416 CPUtime=0.62
/proc/23066/task/23076/stat : 23076 (java) S 23064 23066 19876 0 -1 64 1712 0 0 0 62 0 0 0 16 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23077] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23077/stat : 23077 (java) S 23064 23066 19876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23066/tid=23078] ppid=23064 vsize=876416 CPUtime=0
/proc/23066/task/23078/stat : 23078 (java) S 23064 23066 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993871354 897449984 186565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.32
Current children cumulated vsize (KiB) 876416

[startup+31.4018 s]
/proc/loadavg: 2.12 2.02 2.00 3/86 23078
/proc/meminfo: memFree=979608/2055920 swapFree=4180436/4192956
[pid=23066] ppid=23064 vsize=0 CPUtime=33.41
/proc/23066/stat : 23066 (java) Z 23064 23066 19876 0 -1 12 261718 0 1 0 3210 131 0 0 16 0 2 0 1993871345 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23066/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 31.4958
CPU time (s): 33.5119
CPU user time (s): 32.1071
CPU system time (s): 1.40479
CPU usage (%): 106.401
Max. virtual memory (cumulated for all children) (KiB): 892420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1071
system time used= 1.40479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261718
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= 1348
involuntary context switches= 1504

runsolver used 0.042993 second user time and 0.113982 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 07:23:46
IDJOB=1066801
IDBENCH=55143
IDSOLVER=344
FILE ID=node71/1066801-1215149026
PBS_JOBID= 7877347
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2266fcf4147c2bc9f044c25c6adc6248
RANDOM SEED=1020617118

node71.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.209
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.209
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:       1723288 kB
Buffers:         19944 kB
Cached:         167632 kB
SwapCached:       6632 kB
Active:         239996 kB
Inactive:        35096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723288 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          94384 kB
Slab:            42508 kB
Committed_AS:  4258164 kB
PageTables:       2052 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= 66500 MiB
End job on node71 at 2008-07-04 07:24:18