Trace number 2065377

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 2.1.1? 33.8749 30.1054

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-14_ext.xml
MD5SUM5610cc036ea79adfae60e963b5762b73
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.52077
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

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2065377-1247338253.xml
0.18/0.22	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
0.38/0.48	c reading relations done.
1.77/1.82	c reading constraints
33.70/29.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
33.70/29.95		at org.sat4j.core.Vec.ensure(Unknown Source)
33.70/29.95		at org.sat4j.core.Vec.push(Unknown Source)
33.70/29.95		at org.sat4j.minisat.core.Solver.addConstr(Unknown Source)
33.70/29.95		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
33.70/29.95		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
33.70/29.95		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
33.70/29.95		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
33.70/29.95		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
33.70/29.95		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
33.70/29.95		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
33.70/29.95	c starts		: 0
33.70/29.95	c conflicts		: 0
33.70/29.95	c decisions		: 0
33.70/29.95	c propagations		: 0
33.70/29.95	c inspects		: 0
33.70/29.95	c learnt literals	: 0
33.70/29.95	c learnt binary clauses	: 0
33.70/29.95	c learnt ternary clauses	: 0
33.70/29.95	c learnt clauses	: 0
33.70/29.95	c ignored clauses	: 0
33.70/29.95	c root simplifications	: 0
33.70/29.95	c removed literals (reason simplification)	: 0
33.70/29.95	c reason swapping (by a shorter reason)	: 0
33.70/29.95	c Calls to reduceDB	: 0
33.70/29.95	c speed (assignments/second)	: 0.0
33.70/29.95	c non guided choices	0
33.70/29.95	c learnt constraints type 
33.70/29.95	c constraints type 
33.70/29.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6291437
33.70/29.95	c org.sat4j.minisat.constraints.card.AtLeast => 20
33.70/29.95	s UNKNOWN
33.70/29.95	c Total wall clock time (in seconds) : 29.733

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065377-1247338253/watcher-2065377-1247338253 -o /tmp/evaluation-result-2065377-1247338253/solver-2065377-1247338253 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065377-1247338253.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.42 2.21 4/81 18992
/proc/meminfo: memFree=1886544/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=18576 CPUtime=0
/proc/18992/stat : 18992 (runsolver) R 18990 18992 18333 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 20888940 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18992/statm: 4644 284 249 26 0 2626 0

[startup+0.0389081 s]
/proc/loadavg: 2.21 2.42 2.21 4/81 18992
/proc/meminfo: memFree=1886544/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=800696 CPUtime=0.02
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 2434 0 1 0 1 1 0 0 20 0 4 0 20888940 819912704 2181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 200174 2181 943 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101896 s]
/proc/loadavg: 2.21 2.42 2.21 4/81 18992
/proc/meminfo: memFree=1886544/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=804560 CPUtime=0.08
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 3049 0 1 0 6 2 0 0 20 0 12 0 20888940 823869440 2792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 201140 2792 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301913 s]
/proc/loadavg: 2.21 2.42 2.21 4/81 18992
/proc/meminfo: memFree=1886544/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=805872 CPUtime=0.28
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 4387 0 1 0 25 3 0 0 20 0 12 0 20888940 825212928 4124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 201468 4124 1363 9 0 198795 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805872

[startup+0.701946 s]
/proc/loadavg: 2.21 2.42 2.21 4/81 18992
/proc/meminfo: memFree=1886544/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=807168 CPUtime=0.68
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 6345 0 1 0 64 4 0 0 20 0 12 0 20888940 826540032 5774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 201792 5774 1390 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50302 s]
/proc/loadavg: 2.21 2.42 2.21 4/93 19004
/proc/meminfo: memFree=1866992/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=807480 CPUtime=1.47
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 11624 0 1 0 141 6 0 0 20 0 12 0 20888940 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 201870 10575 1408 9 0 199197 0
[pid=18992/tid=18994] ppid=18990 vsize=807480 CPUtime=0.7
/proc/18992/task/18994/stat : 18994 (java) R 18990 18992 18333 0 -1 64 9043 0 1 0 66 4 0 0 25 0 12 0 20888941 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4109581046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 20888942 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 20888942 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 18333 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20888944 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 20888944 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20888944 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=807480 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=807480 CPUtime=0.72
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 1598 0 0 0 72 0 0 0 16 0 12 0 20888949 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=807480 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 826859520 10575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807480

[startup+3.1022 s]
/proc/loadavg: 2.21 2.42 2.21 4/93 19004
/proc/meminfo: memFree=1810160/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=811268 CPUtime=3.17
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 35034 0 1 0 303 14 0 0 20 0 12 0 20888940 830738432 32386 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 202817 32389 1423 9 0 200144 0
[pid=18992/tid=18994] ppid=18990 vsize=811268 CPUtime=1.69
/proc/18992/task/18994/stat : 18994 (java) R 18990 18992 18333 0 -1 64 16908 0 1 0 163 6 0 0 24 0 12 0 20888941 830738432 32390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18995] ppid=18990 vsize=811268 CPUtime=0.19
/proc/18992/task/18995/stat : 18995 (java) R 18990 18992 18333 0 -1 64 8186 0 0 0 16 3 0 0 16 0 12 0 20888942 830738432 32392 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=811268 CPUtime=0.19
/proc/18992/task/18996/stat : 18996 (java) R 18990 18992 18333 0 -1 64 5932 0 0 0 17 2 0 0 16 0 12 0 20888942 830738432 32393 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18997] ppid=18990 vsize=811268 CPUtime=0
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 18333 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 20888944 830738432 32395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=811268 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 830738432 32396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=811268 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 830738432 32398 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=811268 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 830738432 32400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=811268 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 830738432 32401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=811268 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 830738432 32403 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=811268 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 830738432 32405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=811268 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 830738432 32407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 811268

[startup+6.30244 s]
/proc/loadavg: 2.19 2.42 2.21 4/80 19027
/proc/meminfo: memFree=1676584/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=812552 CPUtime=7.35
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 74997 0 1 0 702 33 0 0 20 0 12 0 20888940 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 203138 70508 1423 9 0 200465 0
[pid=18992/tid=18994] ppid=18990 vsize=812552 CPUtime=3.38
/proc/18992/task/18994/stat : 18994 (java) R 18990 18992 18333 0 -1 64 16915 0 1 0 332 6 0 0 18 0 12 0 20888941 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4109666020 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=812552 CPUtime=1.4
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 25937 0 0 0 130 10 0 0 17 0 12 0 20888942 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=812552 CPUtime=1.46
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 18333 0 -1 64 28129 0 0 0 132 14 0 0 17 0 12 0 20888942 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 18333 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 20888944 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=812552 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=812552 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 832053248 70508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 812552

[startup+12.703 s]
/proc/loadavg: 2.25 2.43 2.21 3/79 19050
/proc/meminfo: memFree=1414448/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=812552 CPUtime=15.13
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 138198 0 1 0 1454 59 0 0 20 0 12 0 20888940 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 203138 130111 1423 9 0 200465 0
[pid=18992/tid=18994] ppid=18990 vsize=812552 CPUtime=6.14
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 18333 0 -1 64 35360 0 1 0 600 14 0 0 17 0 12 0 20888941 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=812552 CPUtime=4.2
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 51064 0 0 0 398 22 0 0 17 0 12 0 20888942 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18996] ppid=18990 vsize=812552 CPUtime=3.69
/proc/18992/task/18996/stat : 18996 (java) R 18990 18992 18333 0 -1 64 47758 0 0 0 349 20 0 0 18 0 12 0 20888942 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 18333 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 20888944 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18998] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=812552 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=812552 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=812552 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 832053248 130111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 812552

[startup+25.5023 s]
/proc/loadavg: 2.28 2.42 2.21 3/94 19081
/proc/meminfo: memFree=1134960/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=847116 CPUtime=29.34
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 213321 0 1 0 2839 95 0 0 20 0 12 0 20888940 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 211779 177297 1425 9 0 209106 0
[pid=18992/tid=18994] ppid=18990 vsize=847116 CPUtime=9.39
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 18333 0 -1 64 35375 0 1 0 925 14 0 0 17 0 12 0 20888941 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18995] ppid=18990 vsize=847116 CPUtime=7.37
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 77857 0 0 0 703 34 0 0 16 0 12 0 20888942 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18996] ppid=18990 vsize=847116 CPUtime=6.84
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 18333 0 -1 64 65051 0 0 0 653 31 0 0 18 0 12 0 20888942 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18997] ppid=18990 vsize=847116 CPUtime=4.63
/proc/18992/task/18997/stat : 18997 (java) R 18990 18992 18333 0 -1 64 31037 0 0 0 450 13 0 0 22 0 12 0 20888944 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 106836643 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18998] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=847116 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=847116 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 867446784 177297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.34
Current children cumulated vsize (KiB) 847116

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

[startup+28.7026 s]
/proc/loadavg: 2.28 2.42 2.21 3/94 19081
/proc/meminfo: memFree=1121648/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=847116 CPUtime=32.51
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 232089 0 1 0 3148 103 0 0 20 0 12 0 20888940 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 211779 180560 1425 9 0 209106 0
[pid=18992/tid=18994] ppid=18990 vsize=847116 CPUtime=9.39
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 18333 0 -1 64 35375 0 1 0 925 14 0 0 17 0 12 0 20888941 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18995] ppid=18990 vsize=847116 CPUtime=7.38
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 77857 0 0 0 704 34 0 0 17 0 12 0 20888942 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18996] ppid=18990 vsize=847116 CPUtime=6.85
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 18333 0 -1 64 65051 0 0 0 654 31 0 0 17 0 12 0 20888942 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18997] ppid=18990 vsize=847116 CPUtime=7.79
/proc/18992/task/18997/stat : 18997 (java) R 18990 18992 18333 0 -1 64 49805 0 0 0 758 21 0 0 25 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18998] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=847116 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=847116 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.51
Current children cumulated vsize (KiB) 847116

[startup+29.5027 s]
/proc/loadavg: 2.28 2.42 2.21 3/94 19081
/proc/meminfo: memFree=1121648/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=847116 CPUtime=33.3
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 232089 0 1 0 3227 103 0 0 20 0 12 0 20888940 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 211779 180560 1425 9 0 209106 0
[pid=18992/tid=18994] ppid=18990 vsize=847116 CPUtime=9.39
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 18333 0 -1 64 35375 0 1 0 925 14 0 0 17 0 12 0 20888941 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18995] ppid=18990 vsize=847116 CPUtime=7.38
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 77857 0 0 0 704 34 0 0 17 0 12 0 20888942 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18996] ppid=18990 vsize=847116 CPUtime=6.85
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 18333 0 -1 64 65051 0 0 0 654 31 0 0 17 0 12 0 20888942 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18997] ppid=18990 vsize=847116 CPUtime=8.58
/proc/18992/task/18997/stat : 18997 (java) R 18990 18992 18333 0 -1 64 49805 0 0 0 837 21 0 0 25 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18998] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=847116 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=847116 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.3
Current children cumulated vsize (KiB) 847116

[startup+29.9027 s]
/proc/loadavg: 2.25 2.41 2.21 3/94 19081
/proc/meminfo: memFree=1121648/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=847116 CPUtime=33.7
/proc/18992/stat : 18992 (java) S 18990 18992 18333 0 -1 0 232089 0 1 0 3267 103 0 0 20 0 12 0 20888940 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18992/statm: 211779 180560 1425 9 0 209106 0
[pid=18992/tid=18994] ppid=18990 vsize=847116 CPUtime=9.39
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 18333 0 -1 64 35375 0 1 0 925 14 0 0 17 0 12 0 20888941 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18995] ppid=18990 vsize=847116 CPUtime=7.38
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 18333 0 -1 64 77857 0 0 0 704 34 0 0 17 0 12 0 20888942 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18996] ppid=18990 vsize=847116 CPUtime=6.85
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 18333 0 -1 64 65051 0 0 0 654 31 0 0 17 0 12 0 20888942 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18997] ppid=18990 vsize=847116 CPUtime=8.98
/proc/18992/task/18997/stat : 18997 (java) R 18990 18992 18333 0 -1 64 49805 0 0 0 877 21 0 0 25 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18992/tid=18998] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 18333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 18333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20888944 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 18333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=847116 CPUtime=0.03
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 18333 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=847116 CPUtime=1.03
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 18333 0 -1 64 3018 0 0 0 102 1 0 0 16 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=847116 CPUtime=0
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 18333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20888949 867446784 180560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.7
Current children cumulated vsize (KiB) 847116

[startup+30.1033 s]
/proc/loadavg: 2.25 2.41 2.21 3/94 19081
/proc/meminfo: memFree=1121648/2055920 swapFree=4192812/4192956
[pid=18992] ppid=18990 vsize=0 CPUtime=33.86
/proc/18992/stat : 18992 (java) Z 18990 18992 18333 0 -1 12 232108 0 1 0 3272 114 0 0 16 0 2 0 20888940 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18992/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 30.1054
CPU time (s): 33.8749
CPU user time (s): 32.724
CPU system time (s): 1.15082
CPU usage (%): 112.521
Max. virtual memory (cumulated for all children) (KiB): 863120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.724
system time used= 1.15082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232108
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= 1878
involuntary context switches= 2213

runsolver used 0.041993 second user time and 0.112982 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 20:50:53
IDJOB=2065377
IDBENCH=54355
IDSOLVER=731
FILE ID=node50/2065377-1247338253
PBS_JOBID= 9506757
Free space on /tmp= 66428 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-14_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065377-1247338253/watcher-2065377-1247338253 -o /tmp/evaluation-result-2065377-1247338253/solver-2065377-1247338253 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065377-1247338253.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5610cc036ea79adfae60e963b5762b73
RANDOM SEED=1616016563

node50.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.231
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.231
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:       1887024 kB
Buffers:         12288 kB
Cached:          72984 kB
SwapCached:          0 kB
Active:          83396 kB
Inactive:        36484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          55092 kB
Slab:            34016 kB
Committed_AS:   209032 kB
PageTables:       1952 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= 66424 MiB
End job on node50 at 2009-07-11 20:51:24