Trace number 1048203

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? 29.0376 28.6542

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-11_ext.xml
MD5SUMbf445b0edc5f252db310d539684109ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.69674
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1048203-1215042426/watcher-1048203-1215042426 -o /tmp/evaluation-result-1048203-1215042426/solver-1048203-1215042426 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048203-1215042426.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.10 1.96 4/81 9257
/proc/meminfo: memFree=1000184/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=1804 CPUtime=0
/proc/9257/stat : 9257 (java6) R 9255 9257 8768 0 -1 0 162 0 0 0 0 0 0 0 18 0 1 0 1292488551 1847296 135 996147200 134512640 134550740 4294956192 18446744073709551615 7922848 0 0 4096 0 0 0 0 17 0 0 0
/proc/9257/statm: 451 135 91 9 0 93 0

[startup+0.262972 s]
/proc/loadavg: 2.06 2.10 1.96 4/81 9257
/proc/meminfo: memFree=1000184/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=808340 CPUtime=0.24
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 4783 0 1 0 20 4 0 0 18 0 12 0 1292488551 827740160 4112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 202085 4112 1298 9 0 199454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808340

[startup+0.302005 s]
/proc/loadavg: 2.06 2.10 1.96 4/81 9257
/proc/meminfo: memFree=1000184/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=808340 CPUtime=0.26
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 4962 0 1 0 22 4 0 0 18 0 12 0 1292488551 827740160 4291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 202085 4291 1299 9 0 199454 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808340

[startup+0.402007 s]
/proc/loadavg: 2.06 2.10 1.96 4/81 9257
/proc/meminfo: memFree=1000184/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=808340 CPUtime=0.36
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 5366 0 1 0 32 4 0 0 18 0 12 0 1292488551 827740160 4693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 202085 4693 1310 9 0 199454 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808340

[startup+0.70106 s]
/proc/loadavg: 2.06 2.10 1.96 4/81 9257
/proc/meminfo: memFree=1000184/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=808368 CPUtime=0.65
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 6391 0 1 0 59 6 0 0 18 0 12 0 1292488551 827768832 5521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 202092 5521 1335 9 0 199454 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 808368

[startup+1.50222 s]
/proc/loadavg: 2.06 2.10 1.96 4/93 9269
/proc/meminfo: memFree=976856/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=808368 CPUtime=1.44
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 10375 0 1 0 137 7 0 0 18 0 12 0 1292488551 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 202092 9163 1347 9 0 199454 0
[pid=9257/tid=9258] ppid=9255 vsize=808368 CPUtime=0.7
/proc/9257/task/9258/stat : 9258 (java) R 9255 9257 8768 0 -1 64 7407 0 1 0 65 5 0 0 25 0 12 0 1292488553 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1292488554 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1292488554 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9261/stat : 9261 (java) S 9255 9257 8768 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1292488555 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1292488556 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1292488556 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=808368 CPUtime=0.32
/proc/9257/task/9265/stat : 9265 (java) R 9255 9257 8768 0 -1 64 775 0 0 0 32 0 0 0 16 0 12 0 1292488560 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 103818777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=808368 CPUtime=0.39
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 1431 0 0 0 39 0 0 0 16 0 12 0 1292488560 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=808368 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 827768832 9163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 808368

[startup+3.10252 s]
/proc/loadavg: 2.06 2.10 1.96 4/93 9269
/proc/meminfo: memFree=920152/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=813156 CPUtime=3.04
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 30092 0 1 0 288 16 0 0 18 0 12 0 1292488551 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 203289 27700 1360 9 0 200651 0
[pid=9257/tid=9258] ppid=9255 vsize=813156 CPUtime=1.63
/proc/9257/task/9258/stat : 9258 (java) R 9255 9257 8768 0 -1 64 16976 0 1 0 153 10 0 0 18 0 12 0 1292488553 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4109744064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=813156 CPUtime=0.09
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 3406 0 0 0 8 1 0 0 16 0 12 0 1292488554 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=813156 CPUtime=0.1
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 5277 0 0 0 9 1 0 0 16 0 12 0 1292488554 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=813156 CPUtime=0
/proc/9257/task/9261/stat : 9261 (java) S 9255 9257 8768 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1292488555 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=813156 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=813156 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=813156 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=813156 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=813156 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=813156 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=813156 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 832671744 27700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 813156

[startup+6.30235 s]
/proc/loadavg: 2.14 2.11 1.96 5/93 9269
/proc/meminfo: memFree=786904/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=824812 CPUtime=6.61
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 68187 0 1 0 631 30 0 0 18 0 12 0 1292488551 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 206203 61222 1360 9 0 203565 0
[pid=9257/tid=9258] ppid=9255 vsize=824812 CPUtime=3.11
/proc/9257/task/9258/stat : 9258 (java) S 9255 9257 8768 0 -1 64 16981 0 1 0 301 10 0 0 16 0 12 0 1292488553 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=824812 CPUtime=1.02
/proc/9257/task/9259/stat : 9259 (java) R 9255 9257 8768 0 -1 64 17975 0 0 0 96 6 0 0 18 0 12 0 1292488554 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 103074053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=824812 CPUtime=1.27
/proc/9257/task/9260/stat : 9260 (java) R 9255 9257 8768 0 -1 64 28798 0 0 0 116 11 0 0 20 0 12 0 1292488554 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9261/stat : 9261 (java) S 9255 9257 8768 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1292488555 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=824812 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=824812 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 844607488 61222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 824812

[startup+12.7026 s]
/proc/loadavg: 2.29 2.15 1.98 4/93 9269
/proc/meminfo: memFree=489176/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=824812 CPUtime=13.01
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 136822 0 1 0 1244 57 0 0 18 0 12 0 1292488551 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 206203 129841 1360 9 0 203565 0
[pid=9257/tid=9258] ppid=9255 vsize=824812 CPUtime=6.05
/proc/9257/task/9258/stat : 9258 (java) S 9255 9257 8768 0 -1 64 35430 0 1 0 588 17 0 0 17 0 12 0 1292488553 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=824812 CPUtime=4.48
/proc/9257/task/9259/stat : 9259 (java) R 9255 9257 8768 0 -1 64 68161 0 0 0 422 26 0 0 16 0 12 0 1292488554 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 104145930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=824812 CPUtime=1.27
/proc/9257/task/9260/stat : 9260 (java) R 9255 9257 8768 0 -1 64 28798 0 0 0 116 11 0 0 20 0 12 0 1292488554 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9261/stat : 9261 (java) S 9255 9257 8768 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1292488555 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=824812 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=824812 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 844607488 129841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.01
Current children cumulated vsize (KiB) 824812

[startup+25.5071 s]
/proc/loadavg: 2.44 2.19 1.99 3/93 9269
/proc/meminfo: memFree=257432/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=826816 CPUtime=25.93
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 213672 0 1 0 2504 89 0 0 18 0 12 0 1292488551 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 206704 174913 1364 9 0 204066 0
[pid=9257/tid=9258] ppid=9255 vsize=826816 CPUtime=9.05
/proc/9257/task/9258/stat : 9258 (java) S 9255 9257 8768 0 -1 64 35445 0 1 0 887 18 0 0 16 0 12 0 1292488553 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=826816 CPUtime=9.09
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 111017 0 0 0 866 43 0 0 15 0 12 0 1292488554 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=826816 CPUtime=1.55
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 28798 0 0 0 144 11 0 0 16 0 12 0 1292488554 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=826816 CPUtime=5.03
/proc/9257/task/9261/stat : 9261 (java) R 9255 9257 8768 0 -1 64 34036 0 0 0 490 13 0 0 18 0 12 0 1292488555 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 105677434 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=826816 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=826816 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=826816 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=826816 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=826816 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=826816 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=826816 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 846659584 174913 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.93
Current children cumulated vsize (KiB) 826816

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

[startup+25.7022 s]
/proc/loadavg: 2.44 2.19 1.99 3/93 9269
/proc/meminfo: memFree=257432/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=840816 CPUtime=26.12
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 220675 0 1 0 2521 91 0 0 18 0 12 0 1292488551 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 210204 178413 1364 9 0 207566 0
[pid=9257/tid=9258] ppid=9255 vsize=840816 CPUtime=9.05
/proc/9257/task/9258/stat : 9258 (java) S 9255 9257 8768 0 -1 64 35445 0 1 0 887 18 0 0 16 0 12 0 1292488553 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=840816 CPUtime=9.09
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 111017 0 0 0 866 43 0 0 15 0 12 0 1292488554 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=840816 CPUtime=1.55
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 28798 0 0 0 144 11 0 0 16 0 12 0 1292488554 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=840816 CPUtime=5.23
/proc/9257/task/9261/stat : 9261 (java) R 9255 9257 8768 0 -1 64 41039 0 0 0 507 16 0 0 19 0 12 0 1292488555 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 105677312 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=840816 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=840816 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=840816 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=840816 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=840816 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=840816 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=840816 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 860995584 178413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.12
Current children cumulated vsize (KiB) 840816

[startup+27.3025 s]
/proc/loadavg: 2.44 2.19 1.99 3/93 9269
/proc/meminfo: memFree=256472/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=856816 CPUtime=27.72
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 228676 0 1 0 2677 95 0 0 18 0 12 0 1292488551 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 214204 182413 1364 9 0 211566 0
[pid=9257/tid=9258] ppid=9255 vsize=856816 CPUtime=9.05
/proc/9257/task/9258/stat : 9258 (java) S 9255 9257 8768 0 -1 64 35445 0 1 0 887 18 0 0 16 0 12 0 1292488553 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=856816 CPUtime=9.09
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 111017 0 0 0 866 43 0 0 15 0 12 0 1292488554 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=856816 CPUtime=1.55
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 28798 0 0 0 144 11 0 0 16 0 12 0 1292488554 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=856816 CPUtime=6.82
/proc/9257/task/9261/stat : 9261 (java) R 9255 9257 8768 0 -1 64 49040 0 0 0 663 19 0 0 22 0 12 0 1292488555 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=856816 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=856816 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.72
Current children cumulated vsize (KiB) 856816

[startup+28.1026 s]
/proc/loadavg: 2.41 2.18 1.99 3/93 9269
/proc/meminfo: memFree=255832/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=856816 CPUtime=28.52
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 228676 0 1 0 2757 95 0 0 18 0 12 0 1292488551 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 214204 182413 1364 9 0 211566 0
[pid=9257/tid=9258] ppid=9255 vsize=856816 CPUtime=9.05
/proc/9257/task/9258/stat : 9258 (java) S 9255 9257 8768 0 -1 64 35445 0 1 0 887 18 0 0 16 0 12 0 1292488553 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=856816 CPUtime=9.09
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 111017 0 0 0 866 43 0 0 15 0 12 0 1292488554 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=856816 CPUtime=1.55
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 28798 0 0 0 144 11 0 0 16 0 12 0 1292488554 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=856816 CPUtime=7.62
/proc/9257/task/9261/stat : 9261 (java) R 9255 9257 8768 0 -1 64 49040 0 0 0 743 19 0 0 25 0 12 0 1292488555 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=856816 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=856816 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=856816 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 877379584 182413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 856816

[startup+28.5017 s]
/proc/loadavg: 2.41 2.18 1.99 3/93 9269
/proc/meminfo: memFree=255832/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=824812 CPUtime=28.93
/proc/9257/stat : 9257 (java) S 9255 9257 8768 0 -1 0 228678 0 1 0 2797 96 0 0 18 0 12 0 1292488551 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 206203 174413 1365 9 0 203565 0
[pid=9257/tid=9258] ppid=9255 vsize=824812 CPUtime=9.05
/proc/9257/task/9258/stat : 9258 (java) R 9255 9257 8768 0 -1 64 35447 0 1 0 887 18 0 0 16 0 12 0 1292488553 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9259] ppid=9255 vsize=824812 CPUtime=9.09
/proc/9257/task/9259/stat : 9259 (java) S 9255 9257 8768 0 -1 64 111017 0 0 0 866 43 0 0 15 0 12 0 1292488554 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9260] ppid=9255 vsize=824812 CPUtime=1.55
/proc/9257/task/9260/stat : 9260 (java) S 9255 9257 8768 0 -1 64 28798 0 0 0 144 11 0 0 16 0 12 0 1292488554 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9261] ppid=9255 vsize=824812 CPUtime=8.02
/proc/9257/task/9261/stat : 9261 (java) R 9255 9257 8768 0 -1 64 49040 0 0 0 782 20 0 0 25 0 12 0 1292488555 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9262] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9262/stat : 9262 (java) S 9255 9257 8768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1292488556 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9263] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9263/stat : 9263 (java) S 9255 9257 8768 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1292488556 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9264] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9264/stat : 9264 (java) S 9255 9257 8768 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1292488560 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9265] ppid=9255 vsize=824812 CPUtime=0.52
/proc/9257/task/9265/stat : 9265 (java) S 9255 9257 8768 0 -1 64 803 0 0 0 52 0 0 0 16 0 12 0 1292488560 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9266] ppid=9255 vsize=824812 CPUtime=0.64
/proc/9257/task/9266/stat : 9266 (java) S 9255 9257 8768 0 -1 64 2812 0 0 0 63 1 0 0 16 0 12 0 1292488560 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9267] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9267/stat : 9267 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1292488560 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9257/tid=9268] ppid=9255 vsize=824812 CPUtime=0
/proc/9257/task/9268/stat : 9268 (java) S 9255 9257 8768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1292488560 844607488 174413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.93
Current children cumulated vsize (KiB) 824812

[startup+28.6017 s]
/proc/loadavg: 2.41 2.18 1.99 3/93 9269
/proc/meminfo: memFree=255832/2055920 swapFree=4120828/4192956
[pid=9257] ppid=9255 vsize=0 CPUtime=28.98
/proc/9257/stat : 9257 (java) Z 9255 9257 8768 0 -1 12 228690 0 1 0 2797 101 0 0 16 0 2 0 1292488551 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9257/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.98
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 28.6542
CPU time (s): 29.0376
CPU user time (s): 27.9737
CPU system time (s): 1.06384
CPU usage (%): 101.338
Max. virtual memory (cumulated for all children) (KiB): 872820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9737
system time used= 1.06384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228690
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= 1715
involuntary context switches= 1614

runsolver used 0.041993 second user time and 0.108983 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-03 01:47:06
IDJOB=1048203
IDBENCH=54352
IDSOLVER=344
FILE ID=node20/1048203-1215042426
PBS_JOBID= 7875134
Free space on /tmp= 65812 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-11_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-1048203-1215042426/watcher-1048203-1215042426 -o /tmp/evaluation-result-1048203-1215042426/solver-1048203-1215042426 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048203-1215042426.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf445b0edc5f252db310d539684109ce
RANDOM SEED=1694137604

node20.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.263
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.263
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:       1000664 kB
Buffers:         37248 kB
Cached:         774512 kB
SwapCached:      65984 kB
Active:         570720 kB
Inactive:       409468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1000664 kB
SwapTotal:     4192956 kB
SwapFree:      4120828 kB
Dirty:          207428 kB
Writeback:           0 kB
Mapped:         181188 kB
Slab:            59956 kB
Committed_AS:  3322160 kB
PageTables:       2196 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= 65796 MiB
End job on node20 at 2008-07-03 01:47:35