Trace number 2071735

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.3184 28.1792

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-13_ext.xml
MD5SUMb068a0a446c09d97a12e996164cab2f5
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 benchmark1665.56
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
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.04/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.20	c See www.sat4j.org for details.
0.13/0.20	c That software uses the Rhino library from the Mozilla project.
0.13/0.21	c version 2.1.1.v20090622
0.13/0.22	c sun.arch.data.model	32
0.13/0.22	c java.version	1.6.0_12
0.13/0.22	c os.name	Linux
0.13/0.22	c os.version	2.6.9-22.EL.rootsmp
0.13/0.22	c os.arch	i386
0.13/0.22	c Free memory 671000808
0.13/0.22	c Max memory 672137216
0.13/0.22	c Total memory 672137216
0.13/0.22	c Number of processors 2
0.23/0.30	c c --- Begin Solver configuration ---
0.23/0.30	c Stops conflict analysis at the first Unique Implication Point
0.23/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.23/0.30	c Learn all clauses as in MiniSAT
0.23/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.23/0.30	c Expensive reason simplification
0.23/0.30	c MiniSAT restarts strategy
0.23/0.30	c Memory based learned constraints deletion strategy
0.23/0.30	c timeout=2147483s
0.23/0.30	c DB Simplification allowed=false
0.23/0.30	c --- End Solver configuration ---
0.23/0.30	c solving HOME/instance-2071735-1247354693.xml
0.23/0.30	c reading problem ... 
0.42/0.55	c reading problem named null
0.42/0.55	c reading domains done.
0.42/0.56	c reading variables done.
0.52/0.63	c reading relations done.
2.02/2.14	c reading constraints
30.14/28.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
30.14/28.05		at org.sat4j.core.Vec.ensure(Unknown Source)
30.14/28.05		at org.sat4j.core.Vec.push(Unknown Source)
30.14/28.05		at org.sat4j.minisat.core.Solver.addConstr(Unknown Source)
30.14/28.05		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
30.14/28.05		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
30.14/28.05		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
30.14/28.05		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
30.14/28.05		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
30.14/28.05		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
30.14/28.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
30.14/28.05	c starts		: 0
30.14/28.05	c conflicts		: 0
30.14/28.05	c decisions		: 0
30.14/28.05	c propagations		: 0
30.14/28.05	c inspects		: 0
30.14/28.05	c learnt literals	: 0
30.14/28.05	c learnt binary clauses	: 0
30.14/28.05	c learnt ternary clauses	: 0
30.14/28.05	c learnt clauses	: 0
30.14/28.05	c ignored clauses	: 0
30.14/28.05	c root simplifications	: 0
30.14/28.05	c removed literals (reason simplification)	: 0
30.14/28.05	c reason swapping (by a shorter reason)	: 0
30.14/28.05	c Calls to reduceDB	: 0
30.14/28.05	c speed (assignments/second)	: 0.0
30.14/28.05	c non guided choices	0
30.14/28.05	c learnt constraints type 
30.14/28.06	c constraints type 
30.14/28.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6291314
30.14/28.06	c org.sat4j.minisat.constraints.card.AtLeast => 143
30.14/28.06	s UNKNOWN
30.14/28.06	c Total wall clock time (in seconds) : 27.751

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-2071735-1247354693/watcher-2071735-1247354693 -o /tmp/evaluation-result-2071735-1247354693/solver-2071735-1247354693 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071735-1247354693.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.92 2.00 1.99 4/81 21442
/proc/meminfo: memFree=1873816/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=18576 CPUtime=0
/proc/21442/stat : 21442 (runsolver) R 21440 21442 20344 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22533184 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21442/statm: 4644 284 249 26 0 2626 0

[startup+0.030563 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 21442
/proc/meminfo: memFree=1873816/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=12928 CPUtime=0
/proc/21442/stat : 21442 (java) R 21440 21442 20344 0 -1 0 367 0 3 0 0 0 0 0 20 0 1 0 22533184 13238272 177 996147200 134512640 134550932 4294956016 18446744073709551615 11251999 0 0 4096 0 0 0 0 17 0 0 0
/proc/21442/statm: 3232 177 135 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.103787 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 21442
/proc/meminfo: memFree=1873816/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=800868 CPUtime=0.04
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 2433 0 30 0 1 3 0 0 19 0 4 0 22533184 820088832 2209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 200217 2209 956 9 0 197568 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800868

[startup+0.301811 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 21442
/proc/meminfo: memFree=1873816/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=805600 CPUtime=0.23
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 3944 0 30 0 18 5 0 0 19 0 12 0 22533184 824934400 3710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 201400 3710 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 805600

[startup+0.701851 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 21442
/proc/meminfo: memFree=1873816/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=807184 CPUtime=0.62
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 5655 0 31 0 55 7 0 0 19 0 12 0 22533184 826556416 5145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 201796 5145 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807184

[startup+1.50293 s]
/proc/loadavg: 1.92 2.00 1.99 3/93 21454
/proc/meminfo: memFree=1845176/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=809272 CPUtime=1.42
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 10488 0 31 0 132 10 0 0 19 0 12 0 22533184 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 202318 9003 1409 9 0 199645 0
[pid=21442/tid=21444] ppid=21440 vsize=809272 CPUtime=0.7
/proc/21442/task/21444/stat : 21444 (java) R 21440 21442 20344 0 -1 64 7039 0 2 0 63 7 0 0 25 0 12 0 22533192 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4109576997 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21445] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21445/stat : 21445 (java) S 21440 21442 20344 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 22533193 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21446] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21446/stat : 21446 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22533193 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21447] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21447/stat : 21447 (java) S 21440 21442 20344 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22533194 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21448] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 22533195 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22533195 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=809272 CPUtime=0.68
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 2724 0 0 0 68 0 0 0 16 0 12 0 22533199 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 828694528 9003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 809272

[startup+3.1011 s]
/proc/loadavg: 1.92 2.00 1.99 6/93 21454
/proc/meminfo: memFree=1790904/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=809272 CPUtime=3.01
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 27336 0 31 0 283 18 0 0 19 0 12 0 22533184 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 202318 25110 1422 9 0 199645 0
[pid=21442/tid=21444] ppid=21440 vsize=809272 CPUtime=1.73
/proc/21442/task/21444/stat : 21444 (java) R 21440 21442 20344 0 -1 64 16909 0 2 0 162 11 0 0 25 0 12 0 22533192 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21445] ppid=21440 vsize=809272 CPUtime=0.04
/proc/21442/task/21445/stat : 21445 (java) R 21440 21442 20344 0 -1 64 2462 0 0 0 3 1 0 0 17 0 12 0 22533193 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21446] ppid=21440 vsize=809272 CPUtime=0.04
/proc/21442/task/21446/stat : 21446 (java) R 21440 21442 20344 0 -1 64 3728 0 0 0 3 1 0 0 17 0 12 0 22533193 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 106195355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21447] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21447/stat : 21447 (java) S 21440 21442 20344 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 22533194 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21448] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22533195 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22533195 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=809272 CPUtime=1.15
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 3503 0 0 0 114 1 0 0 16 0 12 0 22533199 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=809272 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 828694528 25110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 809272

[startup+6.30243 s]
/proc/loadavg: 1.93 2.00 1.99 3/93 21454
/proc/meminfo: memFree=1649400/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=811836 CPUtime=6.52
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 67893 0 31 0 618 34 0 0 19 0 12 0 22533184 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 202959 63663 1422 9 0 200286 0
[pid=21442/tid=21444] ppid=21440 vsize=811836 CPUtime=3.72
/proc/21442/task/21444/stat : 21444 (java) R 21440 21442 20344 0 -1 64 16913 0 2 0 361 11 0 0 19 0 12 0 22533192 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4109675224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21445] ppid=21440 vsize=811836 CPUtime=0.75
/proc/21442/task/21445/stat : 21445 (java) S 21440 21442 20344 0 -1 64 21266 0 0 0 66 9 0 0 17 0 12 0 22533193 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21446] ppid=21440 vsize=811836 CPUtime=0.83
/proc/21442/task/21446/stat : 21446 (java) S 21440 21442 20344 0 -1 64 25476 0 0 0 74 9 0 0 17 0 12 0 22533193 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21447] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21447/stat : 21447 (java) S 21440 21442 20344 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 22533194 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21448] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22533195 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22533195 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=811836 CPUtime=1.15
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 3503 0 0 0 114 1 0 0 16 0 12 0 22533199 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=811836 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 831320064 63663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 811836

[startup+12.7011 s]
/proc/loadavg: 2.09 2.03 2.01 5/93 21454
/proc/meminfo: memFree=1381504/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=814400 CPUtime=13.93
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 135212 0 31 0 1329 64 0 0 19 0 12 0 22533184 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 203600 126481 1422 9 0 200927 0
[pid=21442/tid=21444] ppid=21440 vsize=814400 CPUtime=6.82
/proc/21442/task/21444/stat : 21444 (java) R 21440 21442 20344 0 -1 64 35353 0 2 0 663 19 0 0 22 0 12 0 22533192 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4109675018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21445] ppid=21440 vsize=814400 CPUtime=3.09
/proc/21442/task/21445/stat : 21445 (java) S 21440 21442 20344 0 -1 64 43038 0 0 0 291 18 0 0 19 0 12 0 22533193 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21446] ppid=21440 vsize=814400 CPUtime=2.81
/proc/21442/task/21446/stat : 21446 (java) S 21440 21442 20344 0 -1 64 52583 0 0 0 259 22 0 0 18 0 12 0 22533193 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21447] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21447/stat : 21447 (java) S 21440 21442 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22533194 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21448] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22533195 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22533195 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=814400 CPUtime=1.15
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 3503 0 0 0 114 1 0 0 16 0 12 0 22533199 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=814400 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 833945600 126481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 814400

[startup+25.5024 s]
/proc/loadavg: 2.14 2.05 2.01 3/93 21454
/proc/meminfo: memFree=1154944/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=848964 CPUtime=27.65
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 237708 0 31 0 2655 110 0 0 19 0 12 0 22533184 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 212241 181237 1424 9 0 209568 0
[pid=21442/tid=21444] ppid=21440 vsize=848964 CPUtime=10.11
/proc/21442/task/21444/stat : 21444 (java) S 21440 21442 20344 0 -1 64 35363 0 2 0 992 19 0 0 23 0 12 0 22533192 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21445] ppid=21440 vsize=848964 CPUtime=5.58
/proc/21442/task/21445/stat : 21445 (java) S 21440 21442 20344 0 -1 64 71246 0 0 0 526 32 0 0 17 0 12 0 22533193 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21446] ppid=21440 vsize=848964 CPUtime=4.95
/proc/21442/task/21446/stat : 21446 (java) S 21440 21442 20344 0 -1 64 74551 0 0 0 463 32 0 0 16 0 12 0 22533193 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21447] ppid=21440 vsize=848964 CPUtime=5.8
/proc/21442/task/21447/stat : 21447 (java) R 21440 21442 20344 0 -1 64 52320 0 0 0 558 22 0 0 25 0 12 0 22533194 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 105696849 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21448] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22533195 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22533195 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=848964 CPUtime=1.15
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 3503 0 0 0 114 1 0 0 16 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.65
Current children cumulated vsize (KiB) 848964

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

[startup+27.1026 s]
/proc/loadavg: 2.14 2.05 2.01 3/93 21454
/proc/meminfo: memFree=1140544/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=848964 CPUtime=29.25
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 237708 0 31 0 2815 110 0 0 19 0 12 0 22533184 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 212241 181237 1424 9 0 209568 0
[pid=21442/tid=21444] ppid=21440 vsize=848964 CPUtime=10.11
/proc/21442/task/21444/stat : 21444 (java) S 21440 21442 20344 0 -1 64 35363 0 2 0 992 19 0 0 23 0 12 0 22533192 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21445] ppid=21440 vsize=848964 CPUtime=5.58
/proc/21442/task/21445/stat : 21445 (java) S 21440 21442 20344 0 -1 64 71246 0 0 0 526 32 0 0 17 0 12 0 22533193 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21446] ppid=21440 vsize=848964 CPUtime=4.95
/proc/21442/task/21446/stat : 21446 (java) S 21440 21442 20344 0 -1 64 74551 0 0 0 463 32 0 0 16 0 12 0 22533193 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21447] ppid=21440 vsize=848964 CPUtime=7.4
/proc/21442/task/21447/stat : 21447 (java) R 21440 21442 20344 0 -1 64 52320 0 0 0 718 22 0 0 25 0 12 0 22533194 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21448] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22533195 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22533195 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=848964 CPUtime=1.15
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 3503 0 0 0 114 1 0 0 16 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.25
Current children cumulated vsize (KiB) 848964

[startup+27.9026 s]
/proc/loadavg: 2.14 2.05 2.01 3/93 21454
/proc/meminfo: memFree=1138560/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=848964 CPUtime=30.04
/proc/21442/stat : 21442 (java) S 21440 21442 20344 0 -1 0 237708 0 31 0 2894 110 0 0 19 0 12 0 22533184 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21442/statm: 212241 181237 1424 9 0 209568 0
[pid=21442/tid=21444] ppid=21440 vsize=848964 CPUtime=10.11
/proc/21442/task/21444/stat : 21444 (java) S 21440 21442 20344 0 -1 64 35363 0 2 0 992 19 0 0 23 0 12 0 22533192 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21445] ppid=21440 vsize=848964 CPUtime=5.58
/proc/21442/task/21445/stat : 21445 (java) S 21440 21442 20344 0 -1 64 71246 0 0 0 526 32 0 0 17 0 12 0 22533193 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21446] ppid=21440 vsize=848964 CPUtime=4.95
/proc/21442/task/21446/stat : 21446 (java) S 21440 21442 20344 0 -1 64 74551 0 0 0 463 32 0 0 16 0 12 0 22533193 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21447] ppid=21440 vsize=848964 CPUtime=8.19
/proc/21442/task/21447/stat : 21447 (java) R 21440 21442 20344 0 -1 64 52320 0 0 0 797 22 0 0 25 0 12 0 22533194 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 106159258 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21442/tid=21448] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21448/stat : 21448 (java) S 21440 21442 20344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22533195 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21449] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21449/stat : 21449 (java) S 21440 21442 20344 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22533195 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21450] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21450/stat : 21450 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21451] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21451/stat : 21451 (java) S 21440 21442 20344 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21452] ppid=21440 vsize=848964 CPUtime=1.15
/proc/21442/task/21452/stat : 21452 (java) S 21440 21442 20344 0 -1 64 3503 0 0 0 114 1 0 0 16 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21453] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21453/stat : 21453 (java) S 21440 21442 20344 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21442/tid=21454] ppid=21440 vsize=848964 CPUtime=0
/proc/21442/task/21454/stat : 21454 (java) S 21440 21442 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22533199 869339136 181237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.04
Current children cumulated vsize (KiB) 848964

[startup+28.1027 s]
/proc/loadavg: 2.14 2.05 2.01 3/93 21454
/proc/meminfo: memFree=1138560/2055920 swapFree=4192812/4192956
[pid=21442] ppid=21440 vsize=0 CPUtime=30.23
/proc/21442/stat : 21442 (java) Z 21440 21442 20344 0 -1 12 237726 0 31 0 2910 113 0 0 16 0 2 0 22533184 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21442/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 28.1792
CPU time (s): 30.3184
CPU user time (s): 29.1016
CPU system time (s): 1.21681
CPU usage (%): 107.591
Max. virtual memory (cumulated for all children) (KiB): 864968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1016
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237726
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1662
involuntary context switches= 1740

runsolver used 0.048992 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 01:24:53
IDJOB=2071735
IDBENCH=55527
IDSOLVER=731
FILE ID=node44/2071735-1247354693
PBS_JOBID= 9506918
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-13_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071735-1247354693/watcher-2071735-1247354693 -o /tmp/evaluation-result-2071735-1247354693/solver-2071735-1247354693 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071735-1247354693.xml

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

MD5SUM BENCH= b068a0a446c09d97a12e996164cab2f5
RANDOM SEED=959093085

node44.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.219
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.219
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:       1874296 kB
Buffers:          8108 kB
Cached:          89132 kB
SwapCached:          0 kB
Active:          89240 kB
Inactive:        43156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          47764 kB
Slab:            34444 kB
Committed_AS:   221880 kB
PageTables:       1860 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= 66360 MiB
End job on node44 at 2009-07-12 01:25:21