Trace number 2077400

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? 30.5364 28.2979

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-10_ext.xml
MD5SUM8f90e38a72d4e13177d59b77be18a7c8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2077400-1247364751/watcher-2077400-1247364751 -o /tmp/evaluation-result-2077400-1247364751/solver-2077400-1247364751 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077400-1247364751.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.78 2.87 2.53 3/82 20975
/proc/meminfo: memFree=1018056/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=18576 CPUtime=0
/proc/20975/stat : 20975 (runsolver) R 20973 20975 18479 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23537823 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20975/statm: 4644 284 249 26 0 2626 0

[startup+0.0186969 s]
/proc/loadavg: 2.78 2.87 2.53 3/82 20975
/proc/meminfo: memFree=1018056/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=12740 CPUtime=0
/proc/20975/stat : 20975 (java) D 20973 20975 18479 0 -1 0 350 0 0 0 0 0 0 0 18 0 1 0 23537823 13045760 158 996147200 134512640 134550932 4294956016 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20975/statm: 3185 158 120 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12740

[startup+0.101507 s]
/proc/loadavg: 2.78 2.87 2.53 3/82 20975
/proc/meminfo: memFree=1018056/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=802164 CPUtime=0.07
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 2832 0 1 0 5 2 0 0 18 0 7 0 23537823 821415936 2577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 200541 2577 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301524 s]
/proc/loadavg: 2.78 2.87 2.53 3/82 20975
/proc/meminfo: memFree=1018056/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=805600 CPUtime=0.25
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 4024 0 1 0 21 4 0 0 18 0 12 0 23537823 824934400 3761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 201400 3761 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 805600

[startup+0.701565 s]
/proc/loadavg: 2.78 2.87 2.53 3/82 20975
/proc/meminfo: memFree=1018056/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=807240 CPUtime=0.64
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 5666 0 1 0 58 6 0 0 18 0 12 0 23537823 826613760 5126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 201810 5126 1384 9 0 199137 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 807240

[startup+1.50165 s]
/proc/loadavg: 2.78 2.87 2.53 3/94 20987
/proc/meminfo: memFree=983976/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=807184 CPUtime=1.43
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 12851 0 1 0 133 10 0 0 18 0 12 0 23537823 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 201796 12097 1398 9 0 199123 0
[pid=20975/tid=20977] ppid=20973 vsize=807184 CPUtime=0.93
/proc/20975/task/20977/stat : 20977 (java) R 20973 20975 18479 0 -1 64 10675 0 1 0 85 8 0 0 23 0 12 0 23537825 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20978] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20978/stat : 20978 (java) S 20973 20975 18479 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23537827 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20979] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20979/stat : 20979 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23537827 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20980] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20980/stat : 20980 (java) S 20973 20975 18479 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23537829 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20981] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23537829 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23537829 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=807184 CPUtime=0.48
/proc/20975/task/20985/stat : 20985 (java) R 20973 20975 18479 0 -1 64 1418 0 0 0 48 0 0 0 17 0 12 0 23537835 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 105586657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=807184 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 826556416 12097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 807184

[startup+3.10281 s]
/proc/loadavg: 2.78 2.87 2.53 4/94 20987
/proc/meminfo: memFree=961448/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=809280 CPUtime=3.02
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 26929 0 1 0 284 18 0 0 18 0 12 0 23537823 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 202320 25222 1416 9 0 199647 0
[pid=20975/tid=20977] ppid=20973 vsize=809280 CPUtime=1.88
/proc/20975/task/20977/stat : 20977 (java) R 20973 20975 18479 0 -1 64 16905 0 1 0 175 13 0 0 25 0 12 0 23537825 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20978] ppid=20973 vsize=809280 CPUtime=0.05
/proc/20975/task/20978/stat : 20978 (java) R 20973 20975 18479 0 -1 64 2626 0 0 0 5 0 0 0 16 0 12 0 23537827 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20979] ppid=20973 vsize=809280 CPUtime=0.05
/proc/20975/task/20979/stat : 20979 (java) R 20973 20975 18479 0 -1 64 3711 0 0 0 4 1 0 0 16 0 12 0 23537827 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20980] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20980/stat : 20980 (java) S 20973 20975 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 23537829 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20981] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=809280 CPUtime=0.99
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 2918 0 0 0 99 0 0 0 16 0 12 0 23537835 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=809280 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 828702720 25222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 809280

[startup+6.30213 s]
/proc/loadavg: 2.88 2.89 2.54 3/94 20987
/proc/meminfo: memFree=839336/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=813668 CPUtime=6.61
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 62366 0 1 0 627 34 0 0 18 0 12 0 23537823 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 203417 57128 1422 9 0 200744 0
[pid=20975/tid=20977] ppid=20973 vsize=813668 CPUtime=3.64
/proc/20975/task/20977/stat : 20977 (java) R 20973 20975 18479 0 -1 64 16916 0 1 0 351 13 0 0 25 0 12 0 23537825 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20978] ppid=20973 vsize=813668 CPUtime=0.8
/proc/20975/task/20978/stat : 20978 (java) R 20973 20975 18479 0 -1 64 18135 0 0 0 73 7 0 0 16 0 12 0 23537827 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20979] ppid=20973 vsize=813668 CPUtime=0.8
/proc/20975/task/20979/stat : 20979 (java) R 20973 20975 18479 0 -1 64 22851 0 0 0 70 10 0 0 16 0 12 0 23537827 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 106197559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20980] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20980/stat : 20980 (java) S 20973 20975 18479 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23537829 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20981] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=813668 CPUtime=1.31
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 3694 0 0 0 130 1 0 0 16 0 12 0 23537835 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=813668 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 833196032 57128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 813668

[startup+12.7028 s]
/proc/loadavg: 3.05 2.92 2.55 5/94 20987
/proc/meminfo: memFree=537192/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=816228 CPUtime=14.86
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 141582 0 1 0 1412 74 0 0 18 0 12 0 23537823 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 204057 126502 1422 9 0 201384 0
[pid=20975/tid=20977] ppid=20973 vsize=816228 CPUtime=6.35
/proc/20975/task/20977/stat : 20977 (java) R 20973 20975 18479 0 -1 64 35359 0 1 0 612 23 0 0 21 0 12 0 23537825 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20978] ppid=20973 vsize=816228 CPUtime=3.74
/proc/20975/task/20978/stat : 20978 (java) R 20973 20975 18479 0 -1 64 47753 0 0 0 352 22 0 0 16 0 12 0 23537827 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20979] ppid=20973 vsize=816228 CPUtime=3.41
/proc/20975/task/20979/stat : 20979 (java) R 20973 20975 18479 0 -1 64 54006 0 0 0 316 25 0 0 16 0 12 0 23537827 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20980] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20980/stat : 20980 (java) S 20973 20975 18479 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23537829 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20981] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=816228 CPUtime=1.31
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 3694 0 0 0 130 1 0 0 16 0 12 0 23537835 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=816228 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 835817472 126502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 816228

[startup+25.501 s]
/proc/loadavg: 2.89 2.89 2.55 3/94 20987
/proc/meminfo: memFree=297064/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=850792 CPUtime=27.76
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 237869 0 1 0 2653 123 0 0 18 0 12 0 23537823 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 212698 180958 1424 9 0 210025 0
[pid=20975/tid=20977] ppid=20973 vsize=850792 CPUtime=8.63
/proc/20975/task/20977/stat : 20977 (java) S 20973 20975 18479 0 -1 64 41307 0 1 0 836 27 0 0 19 0 12 0 23537825 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20978] ppid=20973 vsize=850792 CPUtime=4.92
/proc/20975/task/20978/stat : 20978 (java) S 20973 20975 18479 0 -1 64 65266 0 0 0 460 32 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20979] ppid=20973 vsize=850792 CPUtime=5.26
/proc/20975/task/20979/stat : 20979 (java) S 20973 20975 18479 0 -1 64 79562 0 0 0 490 36 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20980] ppid=20973 vsize=850792 CPUtime=7.6
/proc/20975/task/20980/stat : 20980 (java) R 20973 20975 18479 0 -1 64 47286 0 0 0 735 25 0 0 25 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20981] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=850792 CPUtime=1.31
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 3694 0 0 0 130 1 0 0 16 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.76
Current children cumulated vsize (KiB) 850792

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

[startup+27.1022 s]
/proc/loadavg: 2.89 2.89 2.55 3/94 20987
/proc/meminfo: memFree=297064/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=850792 CPUtime=29.36
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 237869 0 1 0 2813 123 0 0 18 0 12 0 23537823 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 212698 180958 1424 9 0 210025 0
[pid=20975/tid=20977] ppid=20973 vsize=850792 CPUtime=8.63
/proc/20975/task/20977/stat : 20977 (java) S 20973 20975 18479 0 -1 64 41307 0 1 0 836 27 0 0 19 0 12 0 23537825 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20978] ppid=20973 vsize=850792 CPUtime=4.92
/proc/20975/task/20978/stat : 20978 (java) S 20973 20975 18479 0 -1 64 65266 0 0 0 460 32 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20979] ppid=20973 vsize=850792 CPUtime=5.26
/proc/20975/task/20979/stat : 20979 (java) S 20973 20975 18479 0 -1 64 79562 0 0 0 490 36 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20980] ppid=20973 vsize=850792 CPUtime=9.2
/proc/20975/task/20980/stat : 20980 (java) R 20973 20975 18479 0 -1 64 47286 0 0 0 895 25 0 0 25 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20981] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=850792 CPUtime=1.31
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 3694 0 0 0 130 1 0 0 16 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.36
Current children cumulated vsize (KiB) 850792

[startup+27.9023 s]
/proc/loadavg: 2.82 2.88 2.54 3/94 20987
/proc/meminfo: memFree=297064/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=850792 CPUtime=30.16
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 237869 0 1 0 2893 123 0 0 18 0 12 0 23537823 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 212698 180958 1424 9 0 210025 0
[pid=20975/tid=20977] ppid=20973 vsize=850792 CPUtime=8.63
/proc/20975/task/20977/stat : 20977 (java) S 20973 20975 18479 0 -1 64 41307 0 1 0 836 27 0 0 19 0 12 0 23537825 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20978] ppid=20973 vsize=850792 CPUtime=4.92
/proc/20975/task/20978/stat : 20978 (java) S 20973 20975 18479 0 -1 64 65266 0 0 0 460 32 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20979] ppid=20973 vsize=850792 CPUtime=5.26
/proc/20975/task/20979/stat : 20979 (java) S 20973 20975 18479 0 -1 64 79562 0 0 0 490 36 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20980] ppid=20973 vsize=850792 CPUtime=10
/proc/20975/task/20980/stat : 20980 (java) R 20973 20975 18479 0 -1 64 47286 0 0 0 975 25 0 0 25 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 106159157 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20981] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=850792 CPUtime=1.31
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 3694 0 0 0 130 1 0 0 16 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.16
Current children cumulated vsize (KiB) 850792

[startup+28.1023 s]
/proc/loadavg: 2.82 2.88 2.54 3/94 20987
/proc/meminfo: memFree=297064/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=850792 CPUtime=30.36
/proc/20975/stat : 20975 (java) S 20973 20975 18479 0 -1 0 237869 0 1 0 2913 123 0 0 18 0 12 0 23537823 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20975/statm: 212698 180958 1424 9 0 210025 0
[pid=20975/tid=20977] ppid=20973 vsize=850792 CPUtime=8.63
/proc/20975/task/20977/stat : 20977 (java) S 20973 20975 18479 0 -1 64 41307 0 1 0 836 27 0 0 19 0 12 0 23537825 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20978] ppid=20973 vsize=850792 CPUtime=4.92
/proc/20975/task/20978/stat : 20978 (java) S 20973 20975 18479 0 -1 64 65266 0 0 0 460 32 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20979] ppid=20973 vsize=850792 CPUtime=5.26
/proc/20975/task/20979/stat : 20979 (java) S 20973 20975 18479 0 -1 64 79562 0 0 0 490 36 0 0 17 0 12 0 23537827 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20980] ppid=20973 vsize=850792 CPUtime=10.2
/proc/20975/task/20980/stat : 20980 (java) R 20973 20975 18479 0 -1 64 47286 0 0 0 995 25 0 0 25 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20975/tid=20981] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20981/stat : 20981 (java) S 20973 20975 18479 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20982] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20982/stat : 20982 (java) S 20973 20975 18479 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23537829 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20983] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20983/stat : 20983 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20984] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20984/stat : 20984 (java) S 20973 20975 18479 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20985] ppid=20973 vsize=850792 CPUtime=1.31
/proc/20975/task/20985/stat : 20985 (java) S 20973 20975 18479 0 -1 64 3694 0 0 0 130 1 0 0 16 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20986] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20986/stat : 20986 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20975/tid=20987] ppid=20973 vsize=850792 CPUtime=0
/proc/20975/task/20987/stat : 20987 (java) S 20973 20975 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23537835 871211008 180958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.36
Current children cumulated vsize (KiB) 850792

[startup+28.2023 s]
/proc/loadavg: 2.82 2.88 2.54 3/94 20987
/proc/meminfo: memFree=297064/2055920 swapFree=4192812/4192956
[pid=20975] ppid=20973 vsize=0 CPUtime=30.43
/proc/20975/stat : 20975 (java) Z 20973 20975 18479 0 -1 12 237889 0 1 0 2918 125 0 0 16 0 2 0 23537823 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20975/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 28.2979
CPU time (s): 30.5364
CPU user time (s): 29.1886
CPU system time (s): 1.3478
CPU usage (%): 107.91
Max. virtual memory (cumulated for all children) (KiB): 866796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1886
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237889
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= 1734
involuntary context switches= 1917

runsolver used 0.036994 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 04:12:32
IDJOB=2077400
IDBENCH=56592
IDSOLVER=731
FILE ID=node70/2077400-1247364751
PBS_JOBID= 9506991
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-10_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077400-1247364751/watcher-2077400-1247364751 -o /tmp/evaluation-result-2077400-1247364751/solver-2077400-1247364751 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077400-1247364751.xml

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

MD5SUM BENCH= 8f90e38a72d4e13177d59b77be18a7c8
RANDOM SEED=495231657

node70.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.214
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.214
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:       1018536 kB
Buffers:         15168 kB
Cached:         212224 kB
SwapCached:          0 kB
Active:         798544 kB
Inactive:       168764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1018536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5724 kB
Writeback:           0 kB
Mapped:         761248 kB
Slab:            53664 kB
Committed_AS:   918424 kB
PageTables:       3348 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= 66408 MiB
End job on node70 at 2009-07-12 04:13:00