Trace number 2079237

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.6463 28.0594

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-14_ext.xml
MD5SUM361a7f1d050f963b08f30697f20309ec
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.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2079237-1247367975/watcher-2079237-1247367975 -o /tmp/evaluation-result-2079237-1247367975/solver-2079237-1247367975 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079237-1247367975.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: 1.99 2.13 2.10 4/82 21270
/proc/meminfo: memFree=1661296/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=13208 CPUtime=0
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23865206 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 3302 521 219 9 0 1186 0
[pid=21270/tid=21271] ppid=21268 vsize=13208 CPUtime=0
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23865208 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11382744 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0575809 s]
/proc/loadavg: 1.99 2.13 2.10 4/82 21270
/proc/meminfo: memFree=1661296/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=802032 CPUtime=0.03
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 2561 0 1 0 2 1 0 0 18 0 7 0 23865206 821280768 2307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 200508 2307 995 9 0 197859 0
[pid=21270/tid=21271] ppid=21268 vsize=802032 CPUtime=0.02
/proc/21270/task/21271/stat : 21271 (java) S 21268 21270 17474 0 -1 64 1820 0 1 0 2 0 0 0 16 0 7 0 23865208 821280768 2307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.104485 s]
/proc/loadavg: 1.99 2.13 2.10 4/82 21270
/proc/meminfo: memFree=1661296/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=802488 CPUtime=0.07
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 2904 0 1 0 6 1 0 0 18 0 8 0 23865206 821747712 2649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 200622 2649 1043 9 0 197973 0
[pid=21270/tid=21271] ppid=21268 vsize=802488 CPUtime=0.07
/proc/21270/task/21271/stat : 21271 (java) S 21268 21270 17474 0 -1 64 2163 0 1 0 6 1 0 0 17 0 8 0 23865208 821747712 2649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802488

[startup+0.301631 s]
/proc/loadavg: 1.99 2.13 2.10 4/82 21270
/proc/meminfo: memFree=1661296/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=805628 CPUtime=0.27
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 4273 0 1 0 24 3 0 0 18 0 12 0 23865206 824963072 4010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 201407 4010 1358 9 0 198734 0
[pid=21270/tid=21271] ppid=21268 vsize=805628 CPUtime=0.2
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 3034 0 1 0 18 2 0 0 21 0 12 0 23865208 824963072 4010 996147200 134512640 134550932 4294956016 18446744073709551615 106279931 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701701 s]
/proc/loadavg: 1.99 2.13 2.10 4/82 21270
/proc/meminfo: memFree=1661296/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=807184 CPUtime=0.67
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 5723 0 1 0 63 4 0 0 18 0 12 0 23865206 826556416 5186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 201796 5186 1387 9 0 199123 0
[pid=21270/tid=21271] ppid=21268 vsize=807184 CPUtime=0.4
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 3782 0 1 0 37 3 0 0 23 0 12 0 23865208 826556416 5186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50285 s]
/proc/loadavg: 1.99 2.13 2.10 4/94 21282
/proc/meminfo: memFree=1643984/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=812900 CPUtime=1.46
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 9325 0 1 0 141 5 0 0 18 0 12 0 23865206 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 203225 7441 1412 9 0 200552 0
[pid=21270/tid=21271] ppid=21268 vsize=812900 CPUtime=0.59
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 4687 0 1 0 56 3 0 0 25 0 12 0 23865208 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21273] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23865209 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21274] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21274/stat : 21274 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23865209 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21275] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21275/stat : 21275 (java) S 21268 21270 17474 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23865211 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21276] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23865211 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23865211 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=812900 CPUtime=0.85
/proc/21270/task/21280/stat : 21280 (java) R 21268 21270 17474 0 -1 64 3881 0 0 0 84 1 0 0 17 0 12 0 23865217 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 104140895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 832409600 7441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812900

[startup+3.10214 s]
/proc/loadavg: 1.99 2.13 2.10 3/94 21282
/proc/meminfo: memFree=1599312/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=812900 CPUtime=3.1
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 34691 0 1 0 295 15 0 0 18 0 12 0 23865206 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 203225 32799 1422 9 0 200552 0
[pid=21270/tid=21271] ppid=21268 vsize=812900 CPUtime=1.72
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 16375 0 1 0 164 8 0 0 25 0 12 0 23865208 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21273] ppid=21268 vsize=812900 CPUtime=0.18
/proc/21270/task/21273/stat : 21273 (java) R 21268 21270 17474 0 -1 64 7046 0 0 0 16 2 0 0 16 0 12 0 23865209 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 106195310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21274] ppid=21268 vsize=812900 CPUtime=0.17
/proc/21270/task/21274/stat : 21274 (java) R 21268 21270 17474 0 -1 64 6608 0 0 0 16 1 0 0 16 0 12 0 23865209 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21275] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21275/stat : 21275 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21276] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=812900 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=812900 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 832409600 32799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 812900

[startup+6.30272 s]
/proc/loadavg: 2.15 2.16 2.11 3/94 21282
/proc/meminfo: memFree=1416336/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=814184 CPUtime=7.03
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 78486 0 1 0 669 34 0 0 18 0 12 0 23865206 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 203546 73371 1422 9 0 200873 0
[pid=21270/tid=21271] ppid=21268 vsize=814184 CPUtime=3.6
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 16910 0 1 0 352 8 0 0 20 0 12 0 23865208 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4109602974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21273] ppid=21268 vsize=814184 CPUtime=1.23
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 27783 0 0 0 113 10 0 0 19 0 12 0 23865209 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21274] ppid=21268 vsize=814184 CPUtime=1.18
/proc/21270/task/21274/stat : 21274 (java) S 21268 21270 17474 0 -1 64 29131 0 0 0 106 12 0 0 16 0 12 0 23865209 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21275] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21275/stat : 21275 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23865211 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21276] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=814184 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=814184 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 833724416 73371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 814184

[startup+12.7029 s]
/proc/loadavg: 2.30 2.19 2.12 5/94 21282
/proc/meminfo: memFree=1134936/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=820588 CPUtime=14.61
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 151570 0 1 0 1394 67 0 0 18 0 12 0 23865206 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 205147 137694 1422 9 0 202474 0
[pid=21270/tid=21271] ppid=21268 vsize=820588 CPUtime=6.75
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 35351 0 1 0 659 16 0 0 18 0 12 0 23865208 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4109595140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21273] ppid=21268 vsize=820588 CPUtime=3.56
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 54978 0 0 0 333 23 0 0 18 0 12 0 23865209 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21274] ppid=21268 vsize=820588 CPUtime=3.28
/proc/21270/task/21274/stat : 21274 (java) R 21268 21270 17474 0 -1 64 56579 0 0 0 303 25 0 0 20 0 12 0 23865209 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21275] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21275/stat : 21275 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21276] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=820588 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 840282112 137694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 820588

[startup+25.5022 s]
/proc/loadavg: 2.44 2.23 2.14 4/94 21282
/proc/meminfo: memFree=954904/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=852592 CPUtime=28.14
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 251395 0 1 0 2707 107 0 0 18 0 12 0 23865206 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 213148 180400 1424 9 0 210475 0
[pid=21270/tid=21271] ppid=21268 vsize=852592 CPUtime=8.97
/proc/21270/task/21271/stat : 21271 (java) S 21268 21270 17474 0 -1 64 35358 0 1 0 881 16 0 0 19 0 12 0 23865208 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21273] ppid=21268 vsize=852592 CPUtime=5.61
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 73466 0 0 0 531 30 0 0 17 0 12 0 23865209 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21274] ppid=21268 vsize=852592 CPUtime=4.67
/proc/21270/task/21274/stat : 21274 (java) S 21268 21270 17474 0 -1 64 69012 0 0 0 436 31 0 0 16 0 12 0 23865209 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21275] ppid=21268 vsize=852592 CPUtime=7.87
/proc/21270/task/21275/stat : 21275 (java) R 21268 21270 17474 0 -1 64 68904 0 0 0 761 26 0 0 25 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21276] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=852592 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.14
Current children cumulated vsize (KiB) 852592

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

[startup+27.1025 s]
/proc/loadavg: 2.44 2.23 2.14 3/94 21282
/proc/meminfo: memFree=943000/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=852592 CPUtime=29.73
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 251395 0 1 0 2866 107 0 0 18 0 12 0 23865206 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 213148 180400 1424 9 0 210475 0
[pid=21270/tid=21271] ppid=21268 vsize=852592 CPUtime=8.97
/proc/21270/task/21271/stat : 21271 (java) S 21268 21270 17474 0 -1 64 35358 0 1 0 881 16 0 0 19 0 12 0 23865208 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21273] ppid=21268 vsize=852592 CPUtime=5.61
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 73466 0 0 0 531 30 0 0 17 0 12 0 23865209 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21274] ppid=21268 vsize=852592 CPUtime=4.67
/proc/21270/task/21274/stat : 21274 (java) S 21268 21270 17474 0 -1 64 69012 0 0 0 436 31 0 0 16 0 12 0 23865209 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21275] ppid=21268 vsize=852592 CPUtime=9.46
/proc/21270/task/21275/stat : 21275 (java) R 21268 21270 17474 0 -1 64 68904 0 0 0 920 26 0 0 25 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21276] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=852592 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.73
Current children cumulated vsize (KiB) 852592

[startup+27.5076 s]
/proc/loadavg: 2.44 2.23 2.14 3/94 21282
/proc/meminfo: memFree=943000/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=852592 CPUtime=30.13
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 251395 0 1 0 2906 107 0 0 18 0 12 0 23865206 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 213148 180400 1424 9 0 210475 0
[pid=21270/tid=21271] ppid=21268 vsize=852592 CPUtime=8.97
/proc/21270/task/21271/stat : 21271 (java) S 21268 21270 17474 0 -1 64 35358 0 1 0 881 16 0 0 19 0 12 0 23865208 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21273] ppid=21268 vsize=852592 CPUtime=5.61
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 73466 0 0 0 531 30 0 0 17 0 12 0 23865209 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21274] ppid=21268 vsize=852592 CPUtime=4.67
/proc/21270/task/21274/stat : 21274 (java) S 21268 21270 17474 0 -1 64 69012 0 0 0 436 31 0 0 16 0 12 0 23865209 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21275] ppid=21268 vsize=852592 CPUtime=9.86
/proc/21270/task/21275/stat : 21275 (java) R 21268 21270 17474 0 -1 64 68904 0 0 0 960 26 0 0 25 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21276] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21277] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=852592 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=852592 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 873054208 180400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.13
Current children cumulated vsize (KiB) 852592

[startup+27.9027 s]
/proc/loadavg: 2.44 2.23 2.14 3/94 21282
/proc/meminfo: memFree=943000/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=820588 CPUtime=30.53
/proc/21270/stat : 21270 (java) S 21268 21270 17474 0 -1 0 251399 0 1 0 2945 108 0 0 18 0 12 0 23865206 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21270/statm: 205147 172400 1423 9 0 202474 0
[pid=21270/tid=21271] ppid=21268 vsize=820588 CPUtime=8.97
/proc/21270/task/21271/stat : 21271 (java) R 21268 21270 17474 0 -1 64 35362 0 1 0 881 16 0 0 16 0 12 0 23865208 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4109143688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21273] ppid=21268 vsize=820588 CPUtime=5.61
/proc/21270/task/21273/stat : 21273 (java) S 21268 21270 17474 0 -1 64 73466 0 0 0 531 30 0 0 17 0 12 0 23865209 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21274] ppid=21268 vsize=820588 CPUtime=4.67
/proc/21270/task/21274/stat : 21274 (java) S 21268 21270 17474 0 -1 64 69012 0 0 0 436 31 0 0 16 0 12 0 23865209 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21275] ppid=21268 vsize=820588 CPUtime=10.25
/proc/21270/task/21275/stat : 21275 (java) R 21268 21270 17474 0 -1 64 68904 0 0 0 999 26 0 0 25 0 12 0 23865211 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21276] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21276/stat : 21276 (java) S 21268 21270 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23865211 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21270/tid=21277] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21277/stat : 21277 (java) S 21268 21270 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23865211 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21278] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21278/stat : 21278 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23865217 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21279] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21279/stat : 21279 (java) S 21268 21270 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23865217 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21280] ppid=21268 vsize=820588 CPUtime=0.97
/proc/21270/task/21280/stat : 21280 (java) S 21268 21270 17474 0 -1 64 3900 0 0 0 96 1 0 0 16 0 12 0 23865217 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21281] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21281/stat : 21281 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23865217 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21270/tid=21282] ppid=21268 vsize=820588 CPUtime=0
/proc/21270/task/21282/stat : 21282 (java) S 21268 21270 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23865217 840282112 172400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.53
Current children cumulated vsize (KiB) 820588

[startup+28.0027 s]
/proc/loadavg: 2.44 2.23 2.14 3/94 21282
/proc/meminfo: memFree=943000/2055920 swapFree=4192812/4192956
[pid=21270] ppid=21268 vsize=0 CPUtime=30.59
/proc/21270/stat : 21270 (java) Z 21268 21270 17474 0 -1 12 251414 0 1 0 2946 113 0 0 16 0 2 0 23865206 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21270/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 28.0594
CPU time (s): 30.6463
CPU user time (s): 29.4605
CPU system time (s): 1.18582
CPU usage (%): 109.22
Max. virtual memory (cumulated for all children) (KiB): 868596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4605
system time used= 1.18582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251414
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= 1292
involuntary context switches= 1950

runsolver used 0.041993 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 05:06:15
IDJOB=2079237
IDBENCH=56869
IDSOLVER=731
FILE ID=node2/2079237-1247367975
PBS_JOBID= 9507033
Free space on /tmp= 66312 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-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-2079237-1247367975/watcher-2079237-1247367975 -o /tmp/evaluation-result-2079237-1247367975/solver-2079237-1247367975 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079237-1247367975.xml

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

MD5SUM BENCH= 361a7f1d050f963b08f30697f20309ec
RANDOM SEED=752903331

node2.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.265
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.265
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:       1661776 kB
Buffers:         32832 kB
Cached:         195852 kB
SwapCached:          0 kB
Active:         255640 kB
Inactive:        83640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7792 kB
Writeback:           0 kB
Mapped:         131856 kB
Slab:            39732 kB
Committed_AS:   278916 kB
PageTables:       2232 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= 66312 MiB
End job on node2 at 2009-07-12 05:06:43