Trace number 1048295

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 33.029 31.4208

General information on the benchmark

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.91 4/73 21050
/proc/meminfo: memFree=1007344/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=1804 CPUtime=0
/proc/21050/stat : 21050 (java6) D 21048 21050 19665 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 228364616 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/21050/statm: 451 155 111 9 0 93 0

[startup+0.031423 s]
/proc/loadavg: 1.99 2.00 1.91 4/73 21050
/proc/meminfo: memFree=1007344/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=13012 CPUtime=0.01
/proc/21050/stat : 21050 (java) R 21048 21050 19665 0 -1 0 385 0 6 0 0 1 0 0 18 0 1 0 228364616 13324288 192 996147200 134512640 134550740 4294956032 18446744073709551615 9687850 0 0 4096 0 0 0 0 17 0 0 0
/proc/21050/statm: 3253 192 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101431 s]
/proc/loadavg: 1.99 2.00 1.91 4/73 21050
/proc/meminfo: memFree=1007344/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=800744 CPUtime=0.03
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 2306 0 30 0 0 3 0 0 18 0 4 0 228364616 819961856 2073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 200186 2073 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.301457 s]
/proc/loadavg: 1.99 2.00 1.91 4/73 21050
/proc/meminfo: memFree=1007344/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=808584 CPUtime=0.17
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 4357 0 30 0 12 5 0 0 18 0 12 0 228364616 827990016 3790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 202146 3790 1281 9 0 199515 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 808584

[startup+0.701493 s]
/proc/loadavg: 1.99 2.00 1.91 4/73 21050
/proc/meminfo: memFree=1007344/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=808336 CPUtime=0.52
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 5964 0 30 0 45 7 0 0 18 0 12 0 228364616 827736064 5123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 202084 5124 1322 9 0 199446 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 808336

[startup+1.50258 s]
/proc/loadavg: 1.99 2.00 1.91 4/85 21062
/proc/meminfo: memFree=979728/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=808336 CPUtime=1.32
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 8607 0 30 0 123 9 0 0 18 0 12 0 228364616 827736064 7425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 202084 7426 1347 9 0 199446 0
[pid=21050/tid=21052] ppid=21048 vsize=808336 CPUtime=0.61
/proc/21050/task/21052/stat : 21052 (java) R 21048 21050 19665 0 -1 64 5677 0 1 0 56 5 0 0 23 0 12 0 228364623 827736064 7426 996147200 134512640 134550740 4294956032 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364624 827736064 7427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 228364624 827736064 7427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21055/stat : 21055 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 228364631 827736064 7428 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 228364631 827736064 7428 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 228364631 827736064 7429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 827736064 7430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=808336 CPUtime=0.29
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 765 0 0 0 29 0 0 0 16 0 12 0 228364638 827736064 7430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=808336 CPUtime=0.37
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 1432 0 0 0 37 0 0 0 16 0 12 0 228364638 827736064 7431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 827736064 7431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=808336 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 827736064 7432 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 808336

[startup+3.10274 s]
/proc/loadavg: 1.99 2.00 1.91 6/85 21062
/proc/meminfo: memFree=926064/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=812460 CPUtime=3.05
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 30227 0 30 0 288 17 0 0 18 0 12 0 228364616 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 203115 27656 1360 9 0 200477 0
[pid=21050/tid=21052] ppid=21048 vsize=812460 CPUtime=1.53
/proc/21050/task/21052/stat : 21052 (java) R 21048 21050 19665 0 -1 64 16974 0 1 0 143 10 0 0 17 0 12 0 228364623 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4109730128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21050/tid=21053] ppid=21048 vsize=812460 CPUtime=0.14
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 3140 0 0 0 13 1 0 0 17 0 12 0 228364624 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21050/tid=21054] ppid=21048 vsize=812460 CPUtime=0.16
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 5944 0 0 0 15 1 0 0 17 0 12 0 228364624 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21050/tid=21055] ppid=21048 vsize=812460 CPUtime=0
/proc/21050/task/21055/stat : 21055 (java) S 21048 21050 19665 0 -1 64 57 0 0 0 0 0 0 0 17 0 12 0 228364631 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21050/tid=21056] ppid=21048 vsize=812460 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=812460 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=812460 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=812460 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=812460 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=812460 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=812460 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 831959040 27656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812460

[startup+6.30108 s]
/proc/loadavg: 2.15 2.04 1.92 4/85 21062
/proc/meminfo: memFree=789072/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=819656 CPUtime=7.49
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 68768 0 30 0 717 32 0 0 18 0 12 0 228364616 839327744 59968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 204914 59971 1360 9 0 202276 0
[pid=21050/tid=21052] ppid=21048 vsize=819656 CPUtime=3.05
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 16978 0 1 0 295 10 0 0 20 0 12 0 228364623 839327744 59973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=819656 CPUtime=1.62
/proc/21050/task/21053/stat : 21053 (java) R 21048 21050 19665 0 -1 64 22337 0 0 0 154 8 0 0 19 0 12 0 228364624 839327744 59976 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=819656 CPUtime=1.6
/proc/21050/task/21054/stat : 21054 (java) R 21048 21050 19665 0 -1 64 25293 0 0 0 151 9 0 0 19 0 12 0 228364624 839327744 59979 996147200 134512640 134550740 4294956032 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21050/tid=21055] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21055/stat : 21055 (java) S 21048 21050 19665 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 228364631 839327744 59981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 839327744 59984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 839327744 59987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 839327744 59989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=819656 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 839327744 59992 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=819656 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 839327744 59995 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 839327744 59998 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 839327744 60000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 819656

[startup+12.7028 s]
/proc/loadavg: 2.22 2.05 1.93 4/85 21062
/proc/meminfo: memFree=511248/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=819656 CPUtime=13.98
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 134960 0 30 0 1340 58 0 0 18 0 12 0 228364616 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 204914 126143 1360 9 0 202276 0
[pid=21050/tid=21052] ppid=21048 vsize=819656 CPUtime=5.9
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 35427 0 1 0 573 17 0 0 17 0 12 0 228364623 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=819656 CPUtime=2
/proc/21050/task/21053/stat : 21053 (java) R 21048 21050 19665 0 -1 64 26155 0 0 0 191 9 0 0 23 0 12 0 228364624 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=819656 CPUtime=4.85
/proc/21050/task/21054/stat : 21054 (java) R 21048 21050 19665 0 -1 64 69209 0 0 0 458 27 0 0 17 0 12 0 228364624 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 104146107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21055/stat : 21055 (java) S 21048 21050 19665 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 228364631 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=819656 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=819656 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=819656 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 839327744 126143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 819656

[startup+25.5011 s]
/proc/loadavg: 2.31 2.08 1.94 3/85 21062
/proc/meminfo: memFree=286416/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=851660 CPUtime=27.15
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 211276 0 30 0 2624 91 0 0 18 0 12 0 228364616 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 212915 178934 1364 9 0 210277 0
[pid=21050/tid=21052] ppid=21048 vsize=851660 CPUtime=9
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 35441 0 1 0 883 17 0 0 17 0 12 0 228364623 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=851660 CPUtime=2.52
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 26155 0 0 0 243 9 0 0 17 0 12 0 228364624 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=851660 CPUtime=9.7
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 113995 0 0 0 924 46 0 0 16 0 12 0 228364624 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=851660 CPUtime=4.69
/proc/21050/task/21055/stat : 21055 (java) R 21048 21050 19665 0 -1 64 31573 0 0 0 456 13 0 0 25 0 12 0 228364631 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=851660 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=851660 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 872099840 178934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.15
Current children cumulated vsize (KiB) 851660

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

[startup+28.7024 s]
/proc/loadavg: 2.31 2.08 1.94 3/85 21062
/proc/meminfo: memFree=291088/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=867664 CPUtime=30.35
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 244584 0 30 0 2929 106 0 0 18 0 12 0 228364616 888487936 184731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 216916 184739 1364 9 0 214278 0
[pid=21050/tid=21052] ppid=21048 vsize=867664 CPUtime=9.13
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 35442 0 1 0 896 17 0 0 17 0 12 0 228364623 888487936 184745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=867664 CPUtime=2.53
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 26155 0 0 0 244 9 0 0 17 0 12 0 228364624 888487936 184753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=867664 CPUtime=9.7
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 113995 0 0 0 924 46 0 0 16 0 12 0 228364624 888487936 184762 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=867664 CPUtime=7.76
/proc/21050/task/21055/stat : 21055 (java) R 21048 21050 19665 0 -1 64 64922 0 0 0 748 28 0 0 25 0 12 0 228364631 888487936 184772 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=867664 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 888487936 184780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=867664 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 888487936 184788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=867664 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 888487936 184796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=867664 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 888487936 184804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=867664 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 888487936 184812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=867664 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 888487936 184820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=867664 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 888487936 184828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.35
Current children cumulated vsize (KiB) 867664

[startup+30.3026 s]
/proc/loadavg: 2.29 2.08 1.94 3/85 21062
/proc/meminfo: memFree=274448/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=851660 CPUtime=31.94
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 245774 0 30 0 3088 106 0 0 18 0 12 0 228364616 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 212915 181919 1364 9 0 210277 0
[pid=21050/tid=21052] ppid=21048 vsize=851660 CPUtime=9.13
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 35442 0 1 0 896 17 0 0 17 0 12 0 228364623 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=851660 CPUtime=2.53
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 26155 0 0 0 244 9 0 0 17 0 12 0 228364624 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=851660 CPUtime=9.7
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 113995 0 0 0 924 46 0 0 16 0 12 0 228364624 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=851660 CPUtime=9.36
/proc/21050/task/21055/stat : 21055 (java) R 21048 21050 19665 0 -1 64 66070 0 0 0 907 29 0 0 25 0 12 0 228364631 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=851660 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=851660 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.94
Current children cumulated vsize (KiB) 851660

[startup+31.1027 s]
/proc/loadavg: 2.29 2.08 1.94 3/85 21062
/proc/meminfo: memFree=274448/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=851660 CPUtime=32.74
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 245774 0 30 0 3168 106 0 0 18 0 12 0 228364616 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 212915 181919 1364 9 0 210277 0
[pid=21050/tid=21052] ppid=21048 vsize=851660 CPUtime=9.13
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 35442 0 1 0 896 17 0 0 17 0 12 0 228364623 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=851660 CPUtime=2.53
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 26155 0 0 0 244 9 0 0 17 0 12 0 228364624 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=851660 CPUtime=9.7
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 113995 0 0 0 924 46 0 0 16 0 12 0 228364624 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=851660 CPUtime=10.16
/proc/21050/task/21055/stat : 21055 (java) R 21048 21050 19665 0 -1 64 66070 0 0 0 987 29 0 0 25 0 12 0 228364631 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 228364631 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=851660 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=851660 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=851660 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 872099840 181919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.74
Current children cumulated vsize (KiB) 851660

[startup+31.3027 s]
/proc/loadavg: 2.29 2.08 1.94 3/85 21062
/proc/meminfo: memFree=274448/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=819980 CPUtime=32.92
/proc/21050/stat : 21050 (java) S 21048 21050 19665 0 -1 0 245786 0 30 0 3185 107 0 0 18 0 12 0 228364616 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 204995 173928 1366 9 0 202357 0
[pid=21050/tid=21052] ppid=21048 vsize=819980 CPUtime=9.13
/proc/21050/task/21052/stat : 21052 (java) S 21048 21050 19665 0 -1 64 35449 0 1 0 896 17 0 0 17 0 12 0 228364623 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21053] ppid=21048 vsize=819980 CPUtime=2.53
/proc/21050/task/21053/stat : 21053 (java) S 21048 21050 19665 0 -1 64 26155 0 0 0 244 9 0 0 17 0 12 0 228364624 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21054] ppid=21048 vsize=819980 CPUtime=9.7
/proc/21050/task/21054/stat : 21054 (java) S 21048 21050 19665 0 -1 64 113995 0 0 0 924 46 0 0 16 0 12 0 228364624 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21055] ppid=21048 vsize=819980 CPUtime=10.32
/proc/21050/task/21055/stat : 21055 (java) S 21048 21050 19665 0 -1 64 66070 0 0 0 1003 29 0 0 25 0 12 0 228364631 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21056] ppid=21048 vsize=819980 CPUtime=0
/proc/21050/task/21056/stat : 21056 (java) S 21048 21050 19665 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 228364631 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21057] ppid=21048 vsize=819980 CPUtime=0
/proc/21050/task/21057/stat : 21057 (java) S 21048 21050 19665 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 228364631 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21058] ppid=21048 vsize=819980 CPUtime=0
/proc/21050/task/21058/stat : 21058 (java) S 21048 21050 19665 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 228364638 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21059] ppid=21048 vsize=819980 CPUtime=0.52
/proc/21050/task/21059/stat : 21059 (java) S 21048 21050 19665 0 -1 64 801 0 0 0 52 0 0 0 16 0 12 0 228364638 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21060] ppid=21048 vsize=819980 CPUtime=0.63
/proc/21050/task/21060/stat : 21060 (java) S 21048 21050 19665 0 -1 64 2577 0 0 0 63 0 0 0 16 0 12 0 228364638 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21061] ppid=21048 vsize=819980 CPUtime=0
/proc/21050/task/21061/stat : 21061 (java) S 21048 21050 19665 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 228364638 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21050/tid=21062] ppid=21048 vsize=819980 CPUtime=0
/proc/21050/task/21062/stat : 21062 (java) S 21048 21050 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 228364638 839659520 173928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.92
Current children cumulated vsize (KiB) 819980

[startup+31.4017 s]
/proc/loadavg: 2.29 2.08 1.94 3/85 21062
/proc/meminfo: memFree=274448/2055912 swapFree=4178528/4192956
[pid=21050] ppid=21048 vsize=0 CPUtime=33
/proc/21050/stat : 21050 (java) Z 21048 21050 19665 0 -1 12 245789 0 30 0 3185 115 0 0 16 0 2 0 228364616 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 31.4208
CPU time (s): 33.029
CPU user time (s): 31.8562
CPU system time (s): 1.17282
CPU usage (%): 105.118
Max. virtual memory (cumulated for all children) (KiB): 867664

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

runsolver used 0.046992 second user time and 0.106983 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 01:51:36
IDJOB=1048295
IDBENCH=54356
IDSOLVER=344
FILE ID=node78/1048295-1215042696
PBS_JOBID= 7875022
Free space on /tmp= 126856 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dda15bb097170bfdb5da181f6f7a82bb
RANDOM SEED=500689099

node78.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.247
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.247
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:      2055912 kB
MemFree:       1007824 kB
Buffers:         34200 kB
Cached:         136036 kB
SwapCached:       7584 kB
Active:         932884 kB
Inactive:        59324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1007824 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:         830436 kB
Slab:            39740 kB
Committed_AS:  1374280 kB
PageTables:       3124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126852 MiB
End job on node78 at 2008-07-03 01:52:08