Trace number 1076164

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? 40.4279 37.7399

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-10_ext.xml
MD5SUM385ceefff4d1bcd0f55bc7dcd5970d68
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1076164-1215184063/watcher-1076164-1215184063 -o /tmp/evaluation-result-1076164-1215184063/solver-1076164-1215184063 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076164-1215184063.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 2.02 2.02 3/72 28221
/proc/meminfo: memFree=1259480/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=1804 CPUtime=0
/proc/28221/stat : 28221 (java6) R 28219 28221 23573 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1997381138 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/28221/statm: 451 158 114 9 0 93 0

[startup+0.0796261 s]
/proc/loadavg: 1.92 2.02 2.02 3/72 28221
/proc/meminfo: memFree=1259480/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=802236 CPUtime=0.06
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 2795 0 1 0 4 2 0 0 18 0 7 0 1997381138 821489664 2530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102432 s]
/proc/loadavg: 1.92 2.02 2.02 3/72 28221
/proc/meminfo: memFree=1259480/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=804612 CPUtime=0.09
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 2995 0 1 0 7 2 0 0 18 0 12 0 1997381138 823922688 2728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302463 s]
/proc/loadavg: 1.92 2.02 2.02 3/72 28221
/proc/meminfo: memFree=1259480/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=808276 CPUtime=0.29
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 4896 0 1 0 26 3 0 0 18 0 12 0 1997381138 827674624 4223 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 202069 4223 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.70152 s]
/proc/loadavg: 1.92 2.02 2.02 3/72 28221
/proc/meminfo: memFree=1259480/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=808304 CPUtime=0.68
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 6333 0 1 0 63 5 0 0 18 0 12 0 1997381138 827703296 5461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 202076 5461 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50262 s]
/proc/loadavg: 1.92 2.02 2.02 4/84 28233
/proc/meminfo: memFree=1223736/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=808304 CPUtime=1.47
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 12835 0 1 0 139 8 0 0 18 0 12 0 1997381138 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 202076 11962 1341 9 0 199438 0
[pid=28221/tid=28223] ppid=28219 vsize=808304 CPUtime=0.99
/proc/28221/task/28223/stat : 28223 (java) R 28219 28221 23573 0 -1 64 10247 0 1 0 92 7 0 0 25 0 12 0 1997381139 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4109196067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1997381141 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1997381141 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28226/stat : 28226 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997381143 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1997381143 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1997381143 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=808304 CPUtime=0.23
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 646 0 0 0 23 0 0 0 16 0 12 0 1997381148 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=808304 CPUtime=0.23
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1176 0 0 0 23 0 0 0 16 0 12 0 1997381148 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=808304 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 827703296 11962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10184 s]
/proc/loadavg: 1.92 2.02 2.02 3/84 28233
/proc/meminfo: memFree=1209016/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=809624 CPUtime=3.06
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 26668 0 1 0 289 17 0 0 18 0 12 0 1997381138 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 202406 23821 1358 9 0 199768 0
[pid=28221/tid=28223] ppid=28219 vsize=809624 CPUtime=1.65
/proc/28221/task/28223/stat : 28223 (java) R 28219 28221 23573 0 -1 64 16972 0 1 0 154 11 0 0 25 0 12 0 1997381139 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=809624 CPUtime=0.03
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 1613 0 0 0 2 1 0 0 17 0 12 0 1997381141 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=809624 CPUtime=0.02
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 3184 0 0 0 1 1 0 0 17 0 12 0 1997381141 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=809624 CPUtime=0
/proc/28221/task/28226/stat : 28226 (java) S 28219 28221 23573 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1997381143 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=809624 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=809624 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1997381143 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=809624 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=809624 CPUtime=0.79
/proc/28221/task/28230/stat : 28230 (java) R 28219 28221 23573 0 -1 64 2907 0 0 0 78 1 0 0 16 0 12 0 1997381148 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 103189475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=809624 CPUtime=0.5
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1202 0 0 0 50 0 0 0 16 0 12 0 1997381148 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=809624 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 829054976 23821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=809624 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 829054976 23821 996147200 134512640 134550740 4294956016 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) 809624

[startup+6.30227 s]
/proc/loadavg: 1.93 2.02 2.02 3/84 28233
/proc/meminfo: memFree=1063864/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=824252 CPUtime=6.67
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 63324 0 1 0 628 39 0 0 18 0 12 0 1997381138 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 206063 52756 1360 9 0 203425 0
[pid=28221/tid=28223] ppid=28219 vsize=824252 CPUtime=3.63
/proc/28221/task/28223/stat : 28223 (java) R 28219 28221 23573 0 -1 64 16976 0 1 0 352 11 0 0 25 0 12 0 1997381139 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=824252 CPUtime=0.86
/proc/28221/task/28224/stat : 28224 (java) R 28219 28221 23573 0 -1 64 22435 0 0 0 74 12 0 0 16 0 12 0 1997381141 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=824252 CPUtime=0.74
/proc/28221/task/28225/stat : 28225 (java) R 28219 28221 23573 0 -1 64 19008 0 0 0 62 12 0 0 16 0 12 0 1997381141 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28226/stat : 28226 (java) S 28219 28221 23573 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1997381143 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1997381143 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=824252 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=824252 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 844034048 52756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 824252

[startup+12.7011 s]
/proc/loadavg: 2.01 2.04 2.03 4/84 28233
/proc/meminfo: memFree=873272/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=824252 CPUtime=15.22
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 143324 0 1 0 1440 82 0 0 18 0 12 0 1997381138 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 206063 121121 1360 9 0 203425 0
[pid=28221/tid=28223] ppid=28219 vsize=824252 CPUtime=6.29
/proc/28221/task/28223/stat : 28223 (java) R 28219 28221 23573 0 -1 64 35415 0 1 0 608 21 0 0 20 0 12 0 1997381139 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=824252 CPUtime=3.91
/proc/28221/task/28224/stat : 28224 (java) R 28219 28221 23573 0 -1 64 59777 0 0 0 359 32 0 0 18 0 12 0 1997381141 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28219 vsize=824252 CPUtime=3.57
/proc/28221/task/28225/stat : 28225 (java) R 28219 28221 23573 0 -1 64 43227 0 0 0 333 24 0 0 17 0 12 0 1997381141 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28226/stat : 28226 (java) S 28219 28221 23573 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1997381143 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1997381143 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=824252 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=824252 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=824252 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 844034048 121121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 824252

[startup+25.5029 s]
/proc/loadavg: 2.15 2.07 2.04 5/84 28233
/proc/meminfo: memFree=589240/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=833376 CPUtime=28.33
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 211541 0 1 0 2709 124 0 0 18 0 12 0 1997381138 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 208344 169996 1365 9 0 205706 0
[pid=28221/tid=28223] ppid=28219 vsize=833376 CPUtime=10.08
/proc/28221/task/28223/stat : 28223 (java) S 28219 28221 23573 0 -1 64 35425 0 1 0 987 21 0 0 18 0 12 0 1997381139 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=833376 CPUtime=6.94
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 88751 0 0 0 643 51 0 0 19 0 12 0 1997381141 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=833376 CPUtime=5.78
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 64944 0 0 0 541 37 0 0 16 0 12 0 1997381141 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=833376 CPUtime=4.08
/proc/28221/task/28226/stat : 28226 (java) R 28219 28221 23573 0 -1 64 17543 0 0 0 397 11 0 0 19 0 12 0 1997381143 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 104126462 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=833376 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=833376 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997381143 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=833376 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=833376 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=833376 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=833376 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=833376 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 853377024 169996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.33
Current children cumulated vsize (KiB) 833376

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

[startup+31.9077 s]
/proc/loadavg: 2.14 2.07 2.04 3/84 28233
/proc/meminfo: memFree=534392/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=861376 CPUtime=34.67
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 246384 0 1 0 3323 144 0 0 18 0 12 0 1997381138 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 215344 182079 1365 9 0 212706 0
[pid=28221/tid=28223] ppid=28219 vsize=861376 CPUtime=10.37
/proc/28221/task/28223/stat : 28223 (java) S 28219 28221 23573 0 -1 64 35426 0 1 0 1016 21 0 0 19 0 12 0 1997381139 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=861376 CPUtime=6.94
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 88751 0 0 0 643 51 0 0 19 0 12 0 1997381141 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=861376 CPUtime=5.78
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 64944 0 0 0 541 37 0 0 16 0 12 0 1997381141 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=861376 CPUtime=10.12
/proc/28221/task/28226/stat : 28226 (java) R 28219 28221 23573 0 -1 64 52385 0 0 0 981 31 0 0 25 0 12 0 1997381143 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=861376 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=861376 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 882049024 182079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.67
Current children cumulated vsize (KiB) 861376

[startup+35.1024 s]
/proc/loadavg: 2.13 2.07 2.04 3/84 28233
/proc/meminfo: memFree=524088/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=861376 CPUtime=37.83
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 264696 0 1 0 3628 155 0 0 18 0 12 0 1997381138 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 215344 184635 1365 9 0 212706 0
[pid=28221/tid=28223] ppid=28219 vsize=861376 CPUtime=10.37
/proc/28221/task/28223/stat : 28223 (java) S 28219 28221 23573 0 -1 64 35426 0 1 0 1016 21 0 0 19 0 12 0 1997381139 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=861376 CPUtime=6.94
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 88751 0 0 0 643 51 0 0 19 0 12 0 1997381141 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=861376 CPUtime=5.78
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 64944 0 0 0 541 37 0 0 16 0 12 0 1997381141 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=861376 CPUtime=13.28
/proc/28221/task/28226/stat : 28226 (java) R 28219 28221 23573 0 -1 64 70697 0 0 0 1286 42 0 0 25 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=861376 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=861376 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.83
Current children cumulated vsize (KiB) 861376

[startup+36.7026 s]
/proc/loadavg: 2.13 2.07 2.04 3/84 28233
/proc/meminfo: memFree=524088/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=861376 CPUtime=39.41
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 264696 0 1 0 3786 155 0 0 18 0 12 0 1997381138 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 215344 184635 1365 9 0 212706 0
[pid=28221/tid=28223] ppid=28219 vsize=861376 CPUtime=10.37
/proc/28221/task/28223/stat : 28223 (java) S 28219 28221 23573 0 -1 64 35426 0 1 0 1016 21 0 0 19 0 12 0 1997381139 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=861376 CPUtime=6.94
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 88751 0 0 0 643 51 0 0 19 0 12 0 1997381141 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=861376 CPUtime=5.78
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 64944 0 0 0 541 37 0 0 16 0 12 0 1997381141 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=861376 CPUtime=14.86
/proc/28221/task/28226/stat : 28226 (java) R 28219 28221 23573 0 -1 64 70697 0 0 0 1444 42 0 0 25 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 106123838 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=861376 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=861376 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.41
Current children cumulated vsize (KiB) 861376

[startup+37.5017 s]
/proc/loadavg: 2.13 2.07 2.04 3/84 28233
/proc/meminfo: memFree=524088/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=861376 CPUtime=40.2
/proc/28221/stat : 28221 (java) S 28219 28221 23573 0 -1 0 264696 0 1 0 3865 155 0 0 18 0 12 0 1997381138 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 215344 184635 1365 9 0 212706 0
[pid=28221/tid=28223] ppid=28219 vsize=861376 CPUtime=10.37
/proc/28221/task/28223/stat : 28223 (java) S 28219 28221 23573 0 -1 64 35426 0 1 0 1016 21 0 0 19 0 12 0 1997381139 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28224] ppid=28219 vsize=861376 CPUtime=6.94
/proc/28221/task/28224/stat : 28224 (java) S 28219 28221 23573 0 -1 64 88751 0 0 0 643 51 0 0 19 0 12 0 1997381141 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28225] ppid=28219 vsize=861376 CPUtime=5.78
/proc/28221/task/28225/stat : 28225 (java) S 28219 28221 23573 0 -1 64 64944 0 0 0 541 37 0 0 16 0 12 0 1997381141 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28226] ppid=28219 vsize=861376 CPUtime=15.65
/proc/28221/task/28226/stat : 28226 (java) R 28219 28221 23573 0 -1 64 70697 0 0 0 1523 42 0 0 25 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28227] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28219 28221 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28228] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28219 28221 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997381143 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28229] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28229/stat : 28229 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28230] ppid=28219 vsize=861376 CPUtime=0.84
/proc/28221/task/28230/stat : 28230 (java) S 28219 28221 23573 0 -1 64 2909 0 0 0 83 1 0 0 16 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28231] ppid=28219 vsize=861376 CPUtime=0.55
/proc/28221/task/28231/stat : 28231 (java) S 28219 28221 23573 0 -1 64 1206 0 0 0 55 0 0 0 16 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28232] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28232/stat : 28232 (java) S 28219 28221 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28221/tid=28233] ppid=28219 vsize=861376 CPUtime=0
/proc/28221/task/28233/stat : 28233 (java) S 28219 28221 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997381148 882049024 184635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.2
Current children cumulated vsize (KiB) 861376

[startup+37.7024 s]
/proc/loadavg: 2.13 2.07 2.04 3/84 28233
/proc/meminfo: memFree=524088/2055920 swapFree=4179464/4192956
[pid=28221] ppid=28219 vsize=0 CPUtime=40.38
/proc/28221/stat : 28221 (java) Z 28219 28221 23573 0 -1 12 264711 0 1 0 3875 163 0 0 16 0 2 0 1997381138 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 37.7399
CPU time (s): 40.4279
CPU user time (s): 38.7541
CPU system time (s): 1.67374
CPU usage (%): 107.122
Max. virtual memory (cumulated for all children) (KiB): 877380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7541
system time used= 1.67374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264711
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= 1588
involuntary context switches= 2403

runsolver used 0.057991 second user time and 0.136979 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 17:07:43
IDJOB=1076164
IDBENCH=56569
IDSOLVER=344
FILE ID=node10/1076164-1215184063
PBS_JOBID= 7881433
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 385ceefff4d1bcd0f55bc7dcd5970d68
RANDOM SEED=2061616629

node10.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.229
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.229
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:       1259960 kB
Buffers:         45072 kB
Cached:         153836 kB
SwapCached:       7540 kB
Active:         680504 kB
Inactive:        59416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259960 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            2860 kB
Writeback:           0 kB
Mapped:         548932 kB
Slab:            39696 kB
Committed_AS:  3974220 kB
PageTables:       3352 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node10 at 2008-07-04 17:08:21