Trace number 1048226

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.2116 34.5235

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-6_ext.xml
MD5SUMa8736b8eca2da578fba03ddaf96c50c0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.675896
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.27/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.33	c See www.sat4j.org for details.
0.27/0.33	c That software uses the Rhino library from the Mozilla project.
0.27/0.38	c version 9.9.9.token
0.27/0.38	c sun.arch.data.model	32
0.27/0.38	c java.version	1.6.0_06
0.27/0.38	c os.name	Linux
0.27/0.38	c os.version	2.6.9-22.EL.rootsmp
0.27/0.38	c os.arch	i386
0.27/0.38	c Free memory 669864272
0.27/0.38	c Max memory 672137216
0.27/0.38	c Total memory 672137216
0.27/0.38	c Number of processors 2
0.36/0.43	c c --- Begin Solver configuration ---
0.36/0.43	c Stops conflict analysis at the first Unique Implication Point
0.36/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.43	c Learn all clauses as in MiniSAT
0.36/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.43	c Expensive reason simplification
0.36/0.43	c MiniSAT restarts strategy
0.36/0.43	c timeout=2147483s
0.36/0.43	c DB Simplification allowed=false
0.36/0.43	c --- End Solver configuration ---
0.36/0.43	c solving HOME/instance-1048226-1215042505.xml
0.36/0.43	c reading problem ... 
0.64/0.73	c reading problem named null
0.64/0.73	c reading domains done.
0.64/0.74	c reading variables done.
0.64/0.77	c reading relations done.
2.12/2.25	c reading constraints
35.00/34.40	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
35.00/34.40		at org.sat4j.core.Vec.ensure(Vec.java:175)
35.00/34.40		at org.sat4j.core.Vec.push(Vec.java:182)
35.00/34.40		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
35.00/34.40		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
35.00/34.40		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
35.00/34.40		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
35.00/34.40		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
35.00/34.40		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
35.00/34.40		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
35.00/34.40		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
35.00/34.40		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
35.09/34.40	c starts		: 0
35.09/34.40	c conflicts		: 0
35.09/34.40	c decisions		: 0
35.09/34.40	c propagations		: 0
35.09/34.40	c inspects		: 0
35.09/34.40	c learnt literals	: 0
35.09/34.40	c learnt binary clauses	: 0
35.09/34.40	c learnt ternary clauses	: 0
35.09/34.40	c learnt clauses	: 0
35.09/34.40	c ignored clauses	: 0
35.09/34.40	c root simplifications	: 0
35.09/34.40	c removed literals (reason simplification)	: 0
35.09/34.40	c reason swapping (by a shorter reason)	: 0
35.09/34.40	c Calls to reduceDB	: 0
35.09/34.40	c speed (assignments/second)	: 0.0
35.09/34.40	c non guided choices	0
35.09/34.40	s UNKNOWN
35.09/34.40	c Total wall clock time (in seconds) : 33.967

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 13620
/proc/meminfo: memFree=1849400/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=1836 CPUtime=0
/proc/13620/stat : 13620 (java6) R 13618 13620 12972 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1983223558 1880064 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 451 155 111 9 0 93 0

[startup+0.049082 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 13620
/proc/meminfo: memFree=1849400/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=801432 CPUtime=0.03
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 2518 0 1 0 2 1 0 0 18 0 5 0 1983223558 820666368 2255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 200358 2255 959 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.102088 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 13620
/proc/meminfo: memFree=1849400/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=804612 CPUtime=0.08
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 2989 0 1 0 6 2 0 0 18 0 12 0 1983223558 823922688 2722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 201153 2722 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302103 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 13620
/proc/meminfo: memFree=1849400/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=807760 CPUtime=0.27
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 4754 0 1 0 23 4 0 0 18 0 12 0 1983223558 827146240 4083 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 201940 4083 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807760

[startup+0.702138 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 13620
/proc/meminfo: memFree=1849400/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=807788 CPUtime=0.64
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 6205 0 1 0 57 7 0 0 18 0 12 0 1983223558 827174912 5335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 201947 5335 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 807788

[startup+1.50221 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 13632
/proc/meminfo: memFree=1828184/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=807788 CPUtime=1.42
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 8891 0 1 0 134 8 0 0 18 0 12 0 1983223558 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 201947 7679 1347 9 0 199309 0
[pid=13620/tid=13622] ppid=13618 vsize=807788 CPUtime=0.66
/proc/13620/task/13622/stat : 13622 (java) R 13618 13620 12972 0 -1 64 6027 0 1 0 60 6 0 0 19 0 12 0 1983223560 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13623] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13623/stat : 13623 (java) S 13618 13620 12972 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983223561 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13624] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13624/stat : 13624 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983223561 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13625] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13625/stat : 13625 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983223563 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13626] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1983223563 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1983223563 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=807788 CPUtime=0.33
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 781 0 0 0 33 0 0 0 16 0 12 0 1983223568 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=807788 CPUtime=0.4
/proc/13620/task/13630/stat : 13630 (java) R 13618 13620 12972 0 -1 64 1319 0 0 0 40 0 0 0 16 0 12 0 1983223568 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 103786339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=807788 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 827174912 7679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 807788

[startup+3.10135 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13632
/proc/meminfo: memFree=1783896/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=813056 CPUtime=3.01
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 26049 0 1 0 283 18 0 0 18 0 12 0 1983223558 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 203264 23656 1360 9 0 200626 0
[pid=13620/tid=13622] ppid=13618 vsize=813056 CPUtime=1.59
/proc/13620/task/13622/stat : 13622 (java) R 13618 13620 12972 0 -1 64 16974 0 1 0 145 14 0 0 25 0 12 0 1983223560 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13623] ppid=13618 vsize=813056 CPUtime=0.07
/proc/13620/task/13623/stat : 13623 (java) R 13618 13620 12972 0 -1 64 2881 0 0 0 6 1 0 0 16 0 12 0 1983223561 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 106158115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13624] ppid=13618 vsize=813056 CPUtime=0.04
/proc/13620/task/13624/stat : 13624 (java) R 13618 13620 12972 0 -1 64 1796 0 0 0 4 0 0 0 16 0 12 0 1983223561 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13625] ppid=13618 vsize=813056 CPUtime=0
/proc/13620/task/13625/stat : 13625 (java) S 13618 13620 12972 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983223563 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13626] ppid=13618 vsize=813056 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=813056 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=813056 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=813056 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=813056 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=813056 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=813056 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 832569344 23656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 813056

[startup+6.30264 s]
/proc/loadavg: 2.16 2.03 1.92 5/84 13632
/proc/meminfo: memFree=1662680/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=820256 CPUtime=6.55
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 59989 0 1 0 621 34 0 0 18 0 12 0 1983223558 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 205064 54765 1360 9 0 202426 0
[pid=13620/tid=13622] ppid=13618 vsize=820256 CPUtime=3.21
/proc/13620/task/13622/stat : 13622 (java) R 13618 13620 12972 0 -1 64 16979 0 1 0 307 14 0 0 24 0 12 0 1983223560 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=820256 CPUtime=0.99
/proc/13620/task/13623/stat : 13623 (java) R 13618 13620 12972 0 -1 64 15167 0 0 0 93 6 0 0 17 0 12 0 1983223561 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 106159753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13624] ppid=13618 vsize=820256 CPUtime=1.03
/proc/13620/task/13624/stat : 13624 (java) R 13618 13620 12972 0 -1 64 23418 0 0 0 93 10 0 0 17 0 12 0 1983223561 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13625/stat : 13625 (java) S 13618 13620 12972 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983223563 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=820256 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=820256 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 839942144 54765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 820256

[startup+12.7012 s]
/proc/loadavg: 2.23 2.05 1.92 4/84 13632
/proc/meminfo: memFree=1366360/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=820256 CPUtime=13.19
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 130767 0 1 0 1248 71 0 0 18 0 12 0 1983223558 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 205064 124605 1360 9 0 202426 0
[pid=13620/tid=13622] ppid=13618 vsize=820256 CPUtime=5.98
/proc/13620/task/13622/stat : 13622 (java) R 13618 13620 12972 0 -1 64 35426 0 1 0 575 23 0 0 17 0 12 0 1983223560 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4109743993 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=820256 CPUtime=1.25
/proc/13620/task/13623/stat : 13623 (java) R 13618 13620 12972 0 -1 64 18215 0 0 0 118 7 0 0 20 0 12 0 1983223561 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13624] ppid=13618 vsize=820256 CPUtime=4.62
/proc/13620/task/13624/stat : 13624 (java) R 13618 13620 12972 0 -1 64 72701 0 0 0 426 36 0 0 19 0 12 0 1983223561 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13625/stat : 13625 (java) S 13618 13620 12972 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983223563 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=820256 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=820256 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=820256 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 839942144 124605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 820256

[startup+25.5023 s]
/proc/loadavg: 2.48 2.11 1.95 3/84 13632
/proc/meminfo: memFree=1156568/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=852260 CPUtime=26.2
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 207402 0 1 0 2511 109 0 0 18 0 12 0 1983223558 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 213065 177693 1364 9 0 210427 0
[pid=13620/tid=13622] ppid=13618 vsize=852260 CPUtime=9.31
/proc/13620/task/13622/stat : 13622 (java) S 13618 13620 12972 0 -1 64 35442 0 1 0 908 23 0 0 18 0 12 0 1983223560 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=852260 CPUtime=6.02
/proc/13620/task/13623/stat : 13623 (java) S 13618 13620 12972 0 -1 64 60406 0 0 0 573 29 0 0 16 0 12 0 1983223561 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13624] ppid=13618 vsize=852260 CPUtime=5.82
/proc/13620/task/13624/stat : 13624 (java) S 13618 13620 12972 0 -1 64 75613 0 0 0 544 38 0 0 19 0 12 0 1983223561 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=852260 CPUtime=3.72
/proc/13620/task/13625/stat : 13625 (java) R 13618 13620 12972 0 -1 64 31573 0 0 0 357 15 0 0 21 0 12 0 1983223563 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 105677378 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=852260 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=852260 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 872714240 177693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.2
Current children cumulated vsize (KiB) 852260

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

[startup+28.7016 s]
/proc/loadavg: 2.48 2.11 1.95 3/84 13632
/proc/meminfo: memFree=1125528/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=852260 CPUtime=29.4
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 226900 0 1 0 2821 119 0 0 18 0 12 0 1983223558 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 213065 181434 1364 9 0 210427 0
[pid=13620/tid=13622] ppid=13618 vsize=852260 CPUtime=9.45
/proc/13620/task/13622/stat : 13622 (java) S 13618 13620 12972 0 -1 64 35443 0 1 0 922 23 0 0 17 0 12 0 1983223560 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=852260 CPUtime=6.02
/proc/13620/task/13623/stat : 13623 (java) S 13618 13620 12972 0 -1 64 60406 0 0 0 573 29 0 0 16 0 12 0 1983223561 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13624] ppid=13618 vsize=852260 CPUtime=5.82
/proc/13620/task/13624/stat : 13624 (java) S 13618 13620 12972 0 -1 64 75613 0 0 0 544 38 0 0 19 0 12 0 1983223561 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=852260 CPUtime=6.78
/proc/13620/task/13625/stat : 13625 (java) R 13618 13620 12972 0 -1 64 51070 0 0 0 653 25 0 0 25 0 12 0 1983223563 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=852260 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=852260 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 872714240 181434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.4
Current children cumulated vsize (KiB) 852260

[startup+31.9079 s]
/proc/loadavg: 2.44 2.11 1.95 3/84 13632
/proc/meminfo: memFree=1121944/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=852260 CPUtime=32.61
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 243542 0 1 0 3133 128 0 0 18 0 12 0 1983223558 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 213065 182320 1364 9 0 210427 0
[pid=13620/tid=13622] ppid=13618 vsize=852260 CPUtime=9.45
/proc/13620/task/13622/stat : 13622 (java) S 13618 13620 12972 0 -1 64 35443 0 1 0 922 23 0 0 17 0 12 0 1983223560 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=852260 CPUtime=6.02
/proc/13620/task/13623/stat : 13623 (java) S 13618 13620 12972 0 -1 64 60406 0 0 0 573 29 0 0 16 0 12 0 1983223561 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13624] ppid=13618 vsize=852260 CPUtime=5.82
/proc/13620/task/13624/stat : 13624 (java) S 13618 13620 12972 0 -1 64 75613 0 0 0 544 38 0 0 19 0 12 0 1983223561 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=852260 CPUtime=9.98
/proc/13620/task/13625/stat : 13625 (java) R 13618 13620 12972 0 -1 64 67712 0 0 0 965 33 0 0 25 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=852260 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=852260 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.61
Current children cumulated vsize (KiB) 852260

[startup+33.502 s]
/proc/loadavg: 2.44 2.11 1.95 3/84 13632
/proc/meminfo: memFree=1121944/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=852260 CPUtime=34.2
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 243542 0 1 0 3292 128 0 0 18 0 12 0 1983223558 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 213065 182320 1364 9 0 210427 0
[pid=13620/tid=13622] ppid=13618 vsize=852260 CPUtime=9.45
/proc/13620/task/13622/stat : 13622 (java) S 13618 13620 12972 0 -1 64 35443 0 1 0 922 23 0 0 17 0 12 0 1983223560 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=852260 CPUtime=6.02
/proc/13620/task/13623/stat : 13623 (java) S 13618 13620 12972 0 -1 64 60406 0 0 0 573 29 0 0 16 0 12 0 1983223561 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13624] ppid=13618 vsize=852260 CPUtime=5.82
/proc/13620/task/13624/stat : 13624 (java) S 13618 13620 12972 0 -1 64 75613 0 0 0 544 38 0 0 19 0 12 0 1983223561 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=852260 CPUtime=11.57
/proc/13620/task/13625/stat : 13625 (java) R 13618 13620 12972 0 -1 64 67712 0 0 0 1124 33 0 0 25 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 104136347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=852260 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=852260 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.2
Current children cumulated vsize (KiB) 852260

[startup+34.3021 s]
/proc/loadavg: 2.40 2.11 1.95 3/84 13632
/proc/meminfo: memFree=1121944/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=852260 CPUtime=35
/proc/13620/stat : 13620 (java) S 13618 13620 12972 0 -1 0 243542 0 1 0 3372 128 0 0 18 0 12 0 1983223558 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13620/statm: 213065 182320 1364 9 0 210427 0
[pid=13620/tid=13622] ppid=13618 vsize=852260 CPUtime=9.45
/proc/13620/task/13622/stat : 13622 (java) S 13618 13620 12972 0 -1 64 35443 0 1 0 922 23 0 0 17 0 12 0 1983223560 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=852260 CPUtime=6.02
/proc/13620/task/13623/stat : 13623 (java) S 13618 13620 12972 0 -1 64 60406 0 0 0 573 29 0 0 16 0 12 0 1983223561 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13624] ppid=13618 vsize=852260 CPUtime=5.82
/proc/13620/task/13624/stat : 13624 (java) S 13618 13620 12972 0 -1 64 75613 0 0 0 544 38 0 0 19 0 12 0 1983223561 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13625] ppid=13618 vsize=852260 CPUtime=12.37
/proc/13620/task/13625/stat : 13625 (java) R 13618 13620 12972 0 -1 64 67712 0 0 0 1204 33 0 0 25 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 106123777 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13620/tid=13626] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13626/stat : 13626 (java) S 13618 13620 12972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13627] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13627/stat : 13627 (java) S 13618 13620 12972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983223563 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13628] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13628/stat : 13628 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13629] ppid=13618 vsize=852260 CPUtime=0.57
/proc/13620/task/13629/stat : 13629 (java) S 13618 13620 12972 0 -1 64 811 0 0 0 57 0 0 0 16 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13630] ppid=13618 vsize=852260 CPUtime=0.69
/proc/13620/task/13630/stat : 13630 (java) S 13618 13620 12972 0 -1 64 2795 0 0 0 68 1 0 0 16 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13631] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13631/stat : 13631 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13620/tid=13632] ppid=13618 vsize=852260 CPUtime=0
/proc/13620/task/13632/stat : 13632 (java) S 13618 13620 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983223568 872714240 182320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35
Current children cumulated vsize (KiB) 852260

[startup+34.5021 s]
/proc/loadavg: 2.40 2.11 1.95 3/84 13632
/proc/meminfo: memFree=1121944/2055920 swapFree=4180688/4192956
[pid=13620] ppid=13618 vsize=0 CPUtime=35.18
/proc/13620/stat : 13620 (java) Z 13618 13620 12972 0 -1 12 243558 0 1 0 3382 136 0 0 16 0 2 0 1983223558 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13620/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 34.5235
CPU time (s): 35.2116
CPU user time (s): 33.8209
CPU system time (s): 1.39079
CPU usage (%): 101.993
Max. virtual memory (cumulated for all children) (KiB): 868264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8209
system time used= 1.39079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243558
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= 1852
involuntary context switches= 1380

runsolver used 0.054991 second user time and 0.121981 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 01:48:26
IDJOB=1048226
IDBENCH=54353
IDSOLVER=344
FILE ID=node41/1048226-1215042505
PBS_JOBID= 7875094
Free space on /tmp= 66192 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8736b8eca2da578fba03ddaf96c50c0
RANDOM SEED=161282853

node41.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.232
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.232
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:       1849880 kB
Buffers:         16964 kB
Cached:         102716 kB
SwapCached:       6596 kB
Active:          60340 kB
Inactive:        90476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849880 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:          38524 kB
Slab:            40724 kB
Committed_AS:  3523368 kB
PageTables:       1728 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= 66192 MiB
End job on node41 at 2008-07-03 01:49:00