Trace number 1076647

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 35.8515 34.9336

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-12_ext.xml
MD5SUMccd3962fadde28be4037bce110f3708a
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 variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1076647-1215188928/watcher-1076647-1215188928 -o /tmp/evaluation-result-1076647-1215188928/solver-1076647-1215188928 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076647-1215188928.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.99 1.97 1.99 3/72 12278
/proc/meminfo: memFree=1726752/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=18572 CPUtime=0
/proc/12278/stat : 12278 (runsolver) R 12276 12278 8597 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1997865081 19017728 292 996147200 4194304 4296836 548682068368 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12278/statm: 4643 292 257 25 0 2626 0

[startup+0.056522 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 12278
/proc/meminfo: memFree=1726752/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=13012 CPUtime=0.01
/proc/12278/stat : 12278 (java) R 12276 12278 8597 0 -1 0 401 0 19 0 0 1 0 0 18 0 1 0 1997865081 13324288 221 996147200 134512640 134550740 4294955984 18446744073709551615 10490666 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12278/statm: 3253 221 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101532 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 12278
/proc/meminfo: memFree=1726752/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=800744 CPUtime=0.04
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 2328 0 30 0 1 3 0 0 18 0 4 0 1997865081 819961856 2095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 200186 2095 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301568 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 12278
/proc/meminfo: memFree=1726752/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=807800 CPUtime=0.2
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 4405 0 30 0 15 5 0 0 18 0 12 0 1997865081 827187200 3763 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 201950 3763 1294 9 0 199319 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807800

[startup+0.701641 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 12278
/proc/meminfo: memFree=1726752/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=807828 CPUtime=0.55
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 5755 0 30 0 47 8 0 0 18 0 12 0 1997865081 827215872 5111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 201957 5111 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807828

[startup+1.50279 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 12290
/proc/meminfo: memFree=1698688/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=807828 CPUtime=1.35
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 12244 0 30 0 124 11 0 0 18 0 12 0 1997865081 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 201957 11599 1339 9 0 199319 0
[pid=12278/tid=12280] ppid=12276 vsize=807828 CPUtime=0.88
/proc/12278/task/12280/stat : 12280 (java) R 12276 12278 8597 0 -1 64 9974 0 1 0 81 7 0 0 25 0 12 0 1997865089 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1997865090 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1997865090 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12283/stat : 12283 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997865093 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1997865094 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1997865094 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=807828 CPUtime=0.2
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1083 0 0 0 20 0 0 0 16 0 12 0 1997865100 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=807828 CPUtime=0.22
/proc/12278/task/12288/stat : 12288 (java) R 12276 12278 8597 0 -1 64 449 0 0 0 22 0 0 0 16 0 12 0 1997865100 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 106071169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=807828 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 827215872 11599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 807828

[startup+3.10109 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 12290
/proc/meminfo: memFree=1667200/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=809596 CPUtime=2.94
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 24751 0 30 0 277 17 0 0 18 0 12 0 1997865081 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 202399 23488 1357 9 0 199761 0
[pid=12278/tid=12280] ppid=12276 vsize=809596 CPUtime=1.85
/proc/12278/task/12280/stat : 12280 (java) R 12276 12278 8597 0 -1 64 16969 0 1 0 174 11 0 0 25 0 12 0 1997865089 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4109640966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=809596 CPUtime=0.01
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 1835 0 0 0 1 0 0 0 17 0 12 0 1997865090 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=809596 CPUtime=0.03
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 2658 0 0 0 2 1 0 0 17 0 12 0 1997865090 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=809596 CPUtime=0
/proc/12278/task/12283/stat : 12283 (java) S 12276 12278 8597 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997865093 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=809596 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997865094 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=809596 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=809596 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=809596 CPUtime=0.41
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1111 0 0 0 41 0 0 0 16 0 12 0 1997865100 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=809596 CPUtime=0.57
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 1413 0 0 0 57 0 0 0 16 0 12 0 1997865100 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=809596 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=809596 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 829026304 23488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 809596

[startup+6.3027 s]
/proc/loadavg: 2.07 1.99 1.99 5/84 12290
/proc/meminfo: memFree=1543104/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=816832 CPUtime=6.43
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 64547 0 30 0 608 35 0 0 18 0 12 0 1997865081 836435968 58839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 204208 58851 1361 9 0 201570 0
[pid=12278/tid=12280] ppid=12276 vsize=816832 CPUtime=3.65
/proc/12278/task/12280/stat : 12280 (java) S 12276 12278 8597 0 -1 64 16978 0 1 0 354 11 0 0 25 0 12 0 1997865089 836435968 58857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12278/tid=12281] ppid=12276 vsize=816832 CPUtime=0.69
/proc/12278/task/12281/stat : 12281 (java) R 12276 12278 8597 0 -1 64 22836 0 0 0 60 9 0 0 17 0 12 0 1997865090 836435968 58862 996147200 134512640 134550740 4294955984 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=816832 CPUtime=0.74
/proc/12278/task/12282/stat : 12282 (java) R 12276 12278 8597 0 -1 64 20592 0 0 0 65 9 0 0 17 0 12 0 1997865090 836435968 58870 996147200 134512640 134550740 4294955984 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=816832 CPUtime=0
/proc/12278/task/12283/stat : 12283 (java) S 12276 12278 8597 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997865093 836435968 58877 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=816832 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997865094 836435968 58886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=816832 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 836435968 58893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=816832 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 836435968 58902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=816832 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 836435968 58908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=816832 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 836435968 58917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=816832 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 836435968 58924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=816832 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 836435968 58932 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 816832

[startup+12.7029 s]
/proc/loadavg: 2.14 2.00 2.00 3/84 12290
/proc/meminfo: memFree=1202624/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=829632 CPUtime=13.4
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 140076 0 30 0 1269 71 0 0 18 0 12 0 1997865081 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 207408 130988 1361 9 0 204770 0
[pid=12278/tid=12280] ppid=12276 vsize=829632 CPUtime=6.85
/proc/12278/task/12280/stat : 12280 (java) S 12276 12278 8597 0 -1 64 35423 0 1 0 664 21 0 0 18 0 12 0 1997865089 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=829632 CPUtime=3.04
/proc/12278/task/12281/stat : 12281 (java) R 12276 12278 8597 0 -1 64 55130 0 0 0 279 25 0 0 19 0 12 0 1997865090 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=829632 CPUtime=2.17
/proc/12278/task/12282/stat : 12282 (java) R 12276 12278 8597 0 -1 64 45359 0 0 0 197 20 0 0 17 0 12 0 1997865090 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 106159746 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=829632 CPUtime=0
/proc/12278/task/12283/stat : 12283 (java) S 12276 12278 8597 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997865093 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=829632 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997865094 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=829632 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=829632 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=829632 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=829632 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=829632 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=829632 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 849543168 130988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.4
Current children cumulated vsize (KiB) 829632

[startup+25.5023 s]
/proc/loadavg: 2.33 2.05 2.02 4/84 12290
/proc/meminfo: memFree=1004800/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=861636 CPUtime=26.45
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 231024 0 30 0 2529 116 0 0 18 0 12 0 1997865081 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 215409 182281 1365 9 0 212771 0
[pid=12278/tid=12280] ppid=12276 vsize=861636 CPUtime=10.03
/proc/12278/task/12280/stat : 12280 (java) R 12276 12278 8597 0 -1 64 35433 0 1 0 982 21 0 0 19 0 12 0 1997865089 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=861636 CPUtime=5.01
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 75859 0 0 0 465 36 0 0 20 0 12 0 1997865090 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=861636 CPUtime=3.89
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 65241 0 0 0 359 30 0 0 17 0 12 0 1997865090 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=861636 CPUtime=6.16
/proc/12278/task/12283/stat : 12283 (java) R 12276 12278 8597 0 -1 64 50357 0 0 0 593 23 0 0 16 0 12 0 1997865093 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997865094 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=861636 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=861636 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 882315264 182281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.45
Current children cumulated vsize (KiB) 861636

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

[startup+31.9075 s]
/proc/loadavg: 2.30 2.05 2.01 3/84 12290
/proc/meminfo: memFree=984896/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=861636 CPUtime=32.85
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 265211 0 30 0 3152 133 0 0 18 0 12 0 1997865081 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 215409 184704 1365 9 0 212771 0
[pid=12278/tid=12280] ppid=12276 vsize=861636 CPUtime=10.07
/proc/12278/task/12280/stat : 12280 (java) S 12276 12278 8597 0 -1 64 35433 0 1 0 986 21 0 0 16 0 12 0 1997865089 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=861636 CPUtime=5.02
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 75859 0 0 0 466 36 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=861636 CPUtime=3.9
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 65241 0 0 0 360 30 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=861636 CPUtime=12.51
/proc/12278/task/12283/stat : 12283 (java) R 12276 12278 8597 0 -1 64 84544 0 0 0 1210 41 0 0 25 0 12 0 1997865093 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 104126477 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=861636 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=861636 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.85
Current children cumulated vsize (KiB) 861636

[startup+33.5018 s]
/proc/loadavg: 2.30 2.05 2.01 3/84 12290
/proc/meminfo: memFree=982912/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=861636 CPUtime=34.44
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 265211 0 30 0 3311 133 0 0 18 0 12 0 1997865081 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 215409 184704 1365 9 0 212771 0
[pid=12278/tid=12280] ppid=12276 vsize=861636 CPUtime=10.07
/proc/12278/task/12280/stat : 12280 (java) S 12276 12278 8597 0 -1 64 35433 0 1 0 986 21 0 0 16 0 12 0 1997865089 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=861636 CPUtime=5.02
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 75859 0 0 0 466 36 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=861636 CPUtime=3.9
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 65241 0 0 0 360 30 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=861636 CPUtime=14.11
/proc/12278/task/12283/stat : 12283 (java) R 12276 12278 8597 0 -1 64 84544 0 0 0 1370 41 0 0 25 0 12 0 1997865093 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 105852571 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=861636 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=861636 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.44
Current children cumulated vsize (KiB) 861636

[startup+34.303 s]
/proc/loadavg: 2.28 2.05 2.01 3/84 12290
/proc/meminfo: memFree=982912/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=861636 CPUtime=35.24
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 265211 0 30 0 3391 133 0 0 18 0 12 0 1997865081 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 215409 184704 1365 9 0 212771 0
[pid=12278/tid=12280] ppid=12276 vsize=861636 CPUtime=10.07
/proc/12278/task/12280/stat : 12280 (java) S 12276 12278 8597 0 -1 64 35433 0 1 0 986 21 0 0 16 0 12 0 1997865089 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=861636 CPUtime=5.02
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 75859 0 0 0 466 36 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=861636 CPUtime=3.9
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 65241 0 0 0 360 30 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=861636 CPUtime=14.91
/proc/12278/task/12283/stat : 12283 (java) R 12276 12278 8597 0 -1 64 84544 0 0 0 1450 41 0 0 25 0 12 0 1997865093 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=861636 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=861636 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.24
Current children cumulated vsize (KiB) 861636

[startup+34.703 s]
/proc/loadavg: 2.28 2.05 2.01 3/84 12290
/proc/meminfo: memFree=982912/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=861636 CPUtime=35.63
/proc/12278/stat : 12278 (java) S 12276 12278 8597 0 -1 0 265211 0 30 0 3430 133 0 0 18 0 12 0 1997865081 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 215409 184704 1365 9 0 212771 0
[pid=12278/tid=12280] ppid=12276 vsize=861636 CPUtime=10.07
/proc/12278/task/12280/stat : 12280 (java) S 12276 12278 8597 0 -1 64 35433 0 1 0 986 21 0 0 16 0 12 0 1997865089 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12281] ppid=12276 vsize=861636 CPUtime=5.02
/proc/12278/task/12281/stat : 12281 (java) S 12276 12278 8597 0 -1 64 75859 0 0 0 466 36 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12282] ppid=12276 vsize=861636 CPUtime=3.9
/proc/12278/task/12282/stat : 12282 (java) S 12276 12278 8597 0 -1 64 65241 0 0 0 360 30 0 0 17 0 12 0 1997865090 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12283] ppid=12276 vsize=861636 CPUtime=15.3
/proc/12278/task/12283/stat : 12283 (java) R 12276 12278 8597 0 -1 64 84544 0 0 0 1489 41 0 0 25 0 12 0 1997865093 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12284] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12284/stat : 12284 (java) S 12276 12278 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12285] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12285/stat : 12285 (java) S 12276 12278 8597 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1997865094 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12286] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12286/stat : 12286 (java) S 12276 12278 8597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12287] ppid=12276 vsize=861636 CPUtime=0.48
/proc/12278/task/12287/stat : 12287 (java) S 12276 12278 8597 0 -1 64 1118 0 0 0 48 0 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12288] ppid=12276 vsize=861636 CPUtime=0.8
/proc/12278/task/12288/stat : 12288 (java) S 12276 12278 8597 0 -1 64 2281 0 0 0 79 1 0 0 16 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12289] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12289/stat : 12289 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12278/tid=12290] ppid=12276 vsize=861636 CPUtime=0
/proc/12278/task/12290/stat : 12290 (java) S 12276 12278 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997865100 882315264 184704 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.63
Current children cumulated vsize (KiB) 861636

[startup+34.9021 s]
/proc/loadavg: 2.28 2.05 2.01 3/84 12290
/proc/meminfo: memFree=982912/2055920 swapFree=4117752/4192956
[pid=12278] ppid=12276 vsize=0 CPUtime=35.81
/proc/12278/stat : 12278 (java) Z 12276 12278 8597 0 -1 12 265227 0 30 0 3440 141 0 0 16 0 2 0 1997865081 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 34.9336
CPU time (s): 35.8515
CPU user time (s): 34.4028
CPU system time (s): 1.44878
CPU usage (%): 102.628
Max. virtual memory (cumulated for all children) (KiB): 877640

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

runsolver used 0.043993 second user time and 0.12798 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 18:28:48
IDJOB=1076647
IDBENCH=56596
IDSOLVER=344
FILE ID=node47/1076647-1215188928
PBS_JOBID= 7881552
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ccd3962fadde28be4037bce110f3708a
RANDOM SEED=860812037

node47.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.281
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.281
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:       1727296 kB
Buffers:         12580 kB
Cached:         152112 kB
SwapCached:      69024 kB
Active:         198444 kB
Inactive:        75344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727296 kB
SwapTotal:     4192956 kB
SwapFree:      4117752 kB
Dirty:            4304 kB
Writeback:           0 kB
Mapped:         116580 kB
Slab:            39932 kB
Committed_AS:  4042376 kB
PageTables:       1996 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= 66516 MiB
End job on node47 at 2008-07-04 18:29:23