Trace number 1068661

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 31.9151 29.3384

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg8-11_ext.xml
MD5SUM2c3f4decc5e1db501f4c155332cf1913
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 variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.30/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.30/0.40	c See www.sat4j.org for details.
0.30/0.40	c That software uses the Rhino library from the Mozilla project.
0.30/0.45	c version 9.9.9.token
0.30/0.45	c sun.arch.data.model	32
0.30/0.45	c java.version	1.6.0_06
0.30/0.45	c os.name	Linux
0.30/0.45	c os.version	2.6.9-22.EL.rootsmp
0.30/0.45	c os.arch	i386
0.30/0.45	c Free memory 669864272
0.30/0.45	c Max memory 672137216
0.30/0.45	c Total memory 672137216
0.30/0.45	c Number of processors 2
0.30/0.50	c c --- Begin Solver configuration ---
0.30/0.50	c Stops conflict analysis at the first Unique Implication Point
0.30/0.50	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.50	c Learn all clauses as in MiniSAT
0.30/0.50	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.50	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.50	c Expensive reason simplification
0.30/0.50	c MiniSAT restarts strategy
0.30/0.50	c timeout=2147483s
0.30/0.50	c DB Simplification allowed=false
0.30/0.50	c --- End Solver configuration ---
0.30/0.50	c solving HOME/instance-1068661-1215156020.xml
0.30/0.50	c reading problem ... 
0.60/0.76	c reading problem named null
0.60/0.76	c reading domains done.
0.60/0.77	c reading variables done.
0.70/0.83	c reading relations done.
2.44/2.82	c reading constraints
31.78/29.22	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
31.78/29.22		at org.sat4j.core.Vec.ensure(Vec.java:175)
31.78/29.22		at org.sat4j.core.Vec.push(Vec.java:182)
31.78/29.22		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
31.78/29.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:52)
31.78/29.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
31.78/29.22		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
31.78/29.22		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
31.78/29.22		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
31.78/29.22		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
31.78/29.22		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
31.78/29.22		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
31.78/29.22		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
31.78/29.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
31.78/29.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
31.78/29.22	c starts		: 0
31.78/29.22	c conflicts		: 0
31.78/29.22	c decisions		: 0
31.78/29.22	c propagations		: 0
31.78/29.22	c inspects		: 0
31.78/29.22	c learnt literals	: 0
31.78/29.22	c learnt binary clauses	: 0
31.78/29.22	c learnt ternary clauses	: 0
31.78/29.22	c learnt clauses	: 0
31.78/29.22	c ignored clauses	: 0
31.78/29.22	c root simplifications	: 0
31.78/29.22	c removed literals (reason simplification)	: 0
31.78/29.22	c reason swapping (by a shorter reason)	: 0
31.78/29.22	c Calls to reduceDB	: 0
31.78/29.22	c speed (assignments/second)	: 0.0
31.78/29.22	c non guided choices	0
31.78/29.22	s UNKNOWN
31.78/29.22	c Total wall clock time (in seconds) : 28.721

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068661-1215156020/watcher-1068661-1215156020 -o /tmp/evaluation-result-1068661-1215156020/solver-1068661-1215156020 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068661-1215156020.xml 

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


[startup+0 s]
/proc/loadavg: 2.05 2.09 2.09 4/83 17837
/proc/meminfo: memFree=1561408/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=18572 CPUtime=0
/proc/17837/stat : 17837 (runsolver) R 17835 17837 17045 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 628819849 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17837/statm: 4643 292 257 25 0 2626 0

[startup+0.0463829 s]
/proc/loadavg: 2.05 2.09 2.09 4/83 17837
/proc/meminfo: memFree=1561408/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=13012 CPUtime=0.01
/proc/17837/stat : 17837 (java) D 17835 17837 17045 0 -1 0 389 0 12 0 0 1 0 0 20 0 1 0 628819849 13324288 202 996147200 134512640 134550740 4294956032 18446744073709551615 10396458 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/17837/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.102296 s]
/proc/loadavg: 2.05 2.09 2.09 4/83 17837
/proc/meminfo: memFree=1561408/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=63792 CPUtime=0.03
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 966 0 30 0 0 3 0 0 18 0 2 0 628819849 65323008 739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 15948 739 375 9 0 13726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 63792

[startup+0.301337 s]
/proc/loadavg: 2.05 2.09 2.09 4/83 17837
/proc/meminfo: memFree=1561408/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=808308 CPUtime=0.21
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 4537 0 30 0 16 5 0 0 18 0 12 0 628819849 827707392 3895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 202077 3895 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808308

[startup+0.701417 s]
/proc/loadavg: 2.05 2.09 2.09 4/83 17837
/proc/meminfo: memFree=1561408/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=808336 CPUtime=0.6
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 6127 0 30 0 52 8 0 0 18 0 12 0 628819849 827736064 5286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 202084 5286 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 808336

[startup+1.50157 s]
/proc/loadavg: 2.21 2.12 2.10 4/95 17849
/proc/meminfo: memFree=1528544/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=808336 CPUtime=1.4
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 10026 0 30 0 130 10 0 0 18 0 12 0 628819849 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 202084 8822 1346 9 0 199446 0
[pid=17837/tid=17839] ppid=17835 vsize=808336 CPUtime=0.69
/proc/17837/task/17839/stat : 17839 (java) R 17835 17837 17045 0 -1 64 7083 0 1 0 63 6 0 0 25 0 12 0 628819859 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17840/stat : 17840 (java) S 17835 17837 17045 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 628819860 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17841/stat : 17841 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 628819860 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17842] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17842/stat : 17842 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 628819862 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 628819862 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 628819862 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=808336 CPUtime=0.24
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 413 0 0 0 24 0 0 0 16 0 12 0 628819866 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=808336 CPUtime=0.42
/proc/17837/task/17847/stat : 17847 (java) R 17835 17837 17045 0 -1 64 1793 0 0 0 41 1 0 0 16 0 12 0 628819866 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 106710152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=808336 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 827736064 8822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 808336

[startup+3.10289 s]
/proc/loadavg: 2.21 2.12 2.10 3/95 17849
/proc/meminfo: memFree=1507488/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=810680 CPUtime=2.74
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 24424 0 30 0 257 17 0 0 18 0 12 0 628819849 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 202670 21879 1359 9 0 200032 0
[pid=17837/tid=17839] ppid=17835 vsize=810680 CPUtime=1.41
/proc/17837/task/17839/stat : 17839 (java) R 17835 17837 17045 0 -1 64 16973 0 1 0 130 11 0 0 25 0 12 0 628819859 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=810680 CPUtime=0.02
/proc/17837/task/17840/stat : 17840 (java) S 17835 17837 17045 0 -1 64 1501 0 0 0 2 0 0 0 17 0 12 0 628819860 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=810680 CPUtime=0.01
/proc/17837/task/17841/stat : 17841 (java) S 17835 17837 17045 0 -1 64 1006 0 0 0 1 0 0 0 17 0 12 0 628819860 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17842] ppid=17835 vsize=810680 CPUtime=0
/proc/17837/task/17842/stat : 17842 (java) S 17835 17837 17045 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 628819862 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=810680 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=810680 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=810680 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=810680 CPUtime=0.54
/proc/17837/task/17846/stat : 17846 (java) R 17835 17837 17045 0 -1 64 1389 0 0 0 54 0 0 0 16 0 12 0 628819866 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 104112585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=810680 CPUtime=0.69
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2791 0 0 0 68 1 0 0 16 0 12 0 628819866 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=810680 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=810680 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 830136320 21879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 810680

[startup+6.30252 s]
/proc/loadavg: 2.35 2.15 2.11 5/95 17849
/proc/meminfo: memFree=1358432/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=824252 CPUtime=6.31
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 68258 0 30 0 594 37 0 0 18 0 12 0 628819849 844034048 59476 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 206063 59479 1361 9 0 203425 0
[pid=17837/tid=17839] ppid=17835 vsize=824252 CPUtime=3.07
/proc/17837/task/17839/stat : 17839 (java) R 17835 17837 17045 0 -1 64 16980 0 1 0 296 11 0 0 25 0 12 0 628819859 844034048 59481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=824252 CPUtime=0.94
/proc/17837/task/17840/stat : 17840 (java) R 17835 17837 17045 0 -1 64 25887 0 0 0 84 10 0 0 18 0 12 0 628819860 844034048 59483 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=824252 CPUtime=0.86
/proc/17837/task/17841/stat : 17841 (java) R 17835 17837 17045 0 -1 64 20273 0 0 0 77 9 0 0 17 0 12 0 628819860 844034048 59486 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17837/tid=17842] ppid=17835 vsize=824252 CPUtime=0
/proc/17837/task/17842/stat : 17842 (java) S 17835 17837 17045 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 628819862 844034048 59488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=824252 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 844034048 59490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=824252 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 844034048 59493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=824252 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 844034048 59495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=824252 CPUtime=0.61
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 1550 0 0 0 61 0 0 0 16 0 12 0 628819866 844034048 59497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=824252 CPUtime=0.74
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2814 0 0 0 73 1 0 0 16 0 12 0 628819866 844034048 59500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=824252 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 844034048 59502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=824252 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 844034048 59505 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 824252

[startup+12.7028 s]
/proc/loadavg: 2.48 2.18 2.12 5/95 17849
/proc/meminfo: memFree=1086304/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=829372 CPUtime=13.96
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 139255 0 30 0 1324 72 0 0 18 0 12 0 628819849 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 207343 123022 1361 9 0 204705 0
[pid=17837/tid=17839] ppid=17835 vsize=829372 CPUtime=5.66
/proc/17837/task/17839/stat : 17839 (java) R 17835 17837 17045 0 -1 64 35420 0 1 0 545 21 0 0 25 0 12 0 628819859 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17837/tid=17840] ppid=17835 vsize=829372 CPUtime=3.62
/proc/17837/task/17840/stat : 17840 (java) R 17835 17837 17045 0 -1 64 48949 0 0 0 340 22 0 0 16 0 12 0 628819860 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17837/tid=17841] ppid=17835 vsize=829372 CPUtime=3.26
/proc/17837/task/17841/stat : 17841 (java) R 17835 17837 17045 0 -1 64 49758 0 0 0 303 23 0 0 16 0 12 0 628819860 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17837/tid=17842] ppid=17835 vsize=829372 CPUtime=0
/proc/17837/task/17842/stat : 17842 (java) S 17835 17837 17045 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 628819862 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17837/tid=17843] ppid=17835 vsize=829372 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=829372 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=829372 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=829372 CPUtime=0.61
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 1550 0 0 0 61 0 0 0 16 0 12 0 628819866 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=829372 CPUtime=0.74
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2814 0 0 0 73 1 0 0 16 0 12 0 628819866 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=829372 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=829372 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 849276928 123022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 829372

[startup+25.5013 s]
/proc/loadavg: 2.48 2.19 2.12 3/95 17849
/proc/meminfo: memFree=819360/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=861376 CPUtime=28.12
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 227847 0 30 0 2694 118 0 0 18 0 12 0 628819849 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 215344 183761 1365 9 0 212706 0
[pid=17837/tid=17839] ppid=17835 vsize=861376 CPUtime=8.17
/proc/17837/task/17839/stat : 17839 (java) S 17835 17837 17045 0 -1 64 43014 0 1 0 792 25 0 0 18 0 12 0 628819859 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=861376 CPUtime=7.4
/proc/17837/task/17840/stat : 17840 (java) S 17835 17837 17045 0 -1 64 81296 0 0 0 700 40 0 0 20 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=861376 CPUtime=5.15
/proc/17837/task/17841/stat : 17841 (java) S 17835 17837 17045 0 -1 64 66893 0 0 0 483 32 0 0 16 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17842] ppid=17835 vsize=861376 CPUtime=5.98
/proc/17837/task/17842/stat : 17842 (java) R 17835 17837 17045 0 -1 64 31546 0 0 0 583 15 0 0 25 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=861376 CPUtime=0.61
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 1550 0 0 0 61 0 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=861376 CPUtime=0.74
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2814 0 0 0 73 1 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.12
Current children cumulated vsize (KiB) 861376

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

[startup+27.1026 s]
/proc/loadavg: 2.44 2.19 2.12 4/95 17849
/proc/meminfo: memFree=803552/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=861376 CPUtime=29.7
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 243603 0 30 0 2845 125 0 0 18 0 12 0 628819849 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 215344 183761 1365 9 0 212706 0
[pid=17837/tid=17839] ppid=17835 vsize=861376 CPUtime=8.17
/proc/17837/task/17839/stat : 17839 (java) S 17835 17837 17045 0 -1 64 43014 0 1 0 792 25 0 0 18 0 12 0 628819859 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=861376 CPUtime=7.41
/proc/17837/task/17840/stat : 17840 (java) S 17835 17837 17045 0 -1 64 81296 0 0 0 701 40 0 0 17 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=861376 CPUtime=5.15
/proc/17837/task/17841/stat : 17841 (java) S 17835 17837 17045 0 -1 64 66893 0 0 0 483 32 0 0 16 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17842] ppid=17835 vsize=861376 CPUtime=7.55
/proc/17837/task/17842/stat : 17842 (java) R 17835 17837 17045 0 -1 64 47302 0 0 0 732 23 0 0 25 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=861376 CPUtime=0.61
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 1550 0 0 0 61 0 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=861376 CPUtime=0.74
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2814 0 0 0 73 1 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.7
Current children cumulated vsize (KiB) 861376

[startup+28.7029 s]
/proc/loadavg: 2.44 2.19 2.12 3/95 17849
/proc/meminfo: memFree=819360/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=861376 CPUtime=31.29
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 243603 0 30 0 3004 125 0 0 18 0 12 0 628819849 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 215344 183761 1365 9 0 212706 0
[pid=17837/tid=17839] ppid=17835 vsize=861376 CPUtime=8.17
/proc/17837/task/17839/stat : 17839 (java) S 17835 17837 17045 0 -1 64 43014 0 1 0 792 25 0 0 18 0 12 0 628819859 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=861376 CPUtime=7.41
/proc/17837/task/17840/stat : 17840 (java) S 17835 17837 17045 0 -1 64 81296 0 0 0 701 40 0 0 17 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=861376 CPUtime=5.15
/proc/17837/task/17841/stat : 17841 (java) S 17835 17837 17045 0 -1 64 66893 0 0 0 483 32 0 0 16 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17842] ppid=17835 vsize=861376 CPUtime=9.14
/proc/17837/task/17842/stat : 17842 (java) R 17835 17837 17045 0 -1 64 47302 0 0 0 891 23 0 0 25 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=861376 CPUtime=0.61
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 1550 0 0 0 61 0 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=861376 CPUtime=0.74
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2814 0 0 0 73 1 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (KiB) 861376

[startup+29.103 s]
/proc/loadavg: 2.44 2.19 2.12 3/95 17849
/proc/meminfo: memFree=819360/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=861376 CPUtime=31.68
/proc/17837/stat : 17837 (java) S 17835 17837 17045 0 -1 0 243603 0 30 0 3043 125 0 0 18 0 12 0 628819849 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 215344 183761 1365 9 0 212706 0
[pid=17837/tid=17839] ppid=17835 vsize=861376 CPUtime=8.17
/proc/17837/task/17839/stat : 17839 (java) S 17835 17837 17045 0 -1 64 43014 0 1 0 792 25 0 0 18 0 12 0 628819859 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17840] ppid=17835 vsize=861376 CPUtime=7.41
/proc/17837/task/17840/stat : 17840 (java) S 17835 17837 17045 0 -1 64 81296 0 0 0 701 40 0 0 17 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17841] ppid=17835 vsize=861376 CPUtime=5.15
/proc/17837/task/17841/stat : 17841 (java) S 17835 17837 17045 0 -1 64 66893 0 0 0 483 32 0 0 16 0 12 0 628819860 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17842] ppid=17835 vsize=861376 CPUtime=9.53
/proc/17837/task/17842/stat : 17842 (java) R 17835 17837 17045 0 -1 64 47302 0 0 0 930 23 0 0 25 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17843] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17843/stat : 17843 (java) S 17835 17837 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17844] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17844/stat : 17844 (java) S 17835 17837 17045 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 628819862 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17845] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17845/stat : 17845 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17846] ppid=17835 vsize=861376 CPUtime=0.61
/proc/17837/task/17846/stat : 17846 (java) S 17835 17837 17045 0 -1 64 1550 0 0 0 61 0 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17847] ppid=17835 vsize=861376 CPUtime=0.74
/proc/17837/task/17847/stat : 17847 (java) S 17835 17837 17045 0 -1 64 2814 0 0 0 73 1 0 0 16 0 12 0 628819866 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17848] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17848/stat : 17848 (java) S 17835 17837 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17837/tid=17849] ppid=17835 vsize=861376 CPUtime=0
/proc/17837/task/17849/stat : 17849 (java) S 17835 17837 17045 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 628819867 882049024 183761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 861376

[startup+29.3023 s]
/proc/loadavg: 2.44 2.19 2.12 3/95 17849
/proc/meminfo: memFree=819360/2055920 swapFree=4166000/4192956
[pid=17837] ppid=17835 vsize=0 CPUtime=31.87
/proc/17837/stat : 17837 (java) Z 17835 17837 17045 0 -1 12 243619 0 30 0 3055 132 0 0 16 0 2 0 628819849 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17837/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 29.3384
CPU time (s): 31.9151
CPU user time (s): 30.5514
CPU system time (s): 1.36379
CPU usage (%): 108.783
Max. virtual memory (cumulated for all children) (KiB): 877380

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

runsolver used 0.038994 second user time and 0.105983 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 09:20:21
IDJOB=1068661
IDBENCH=55537
IDSOLVER=344
FILE ID=node77/1068661-1215156020
PBS_JOBID= 7877417
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg8-11_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068661-1215156020/watcher-1068661-1215156020 -o /tmp/evaluation-result-1068661-1215156020/solver-1068661-1215156020 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068661-1215156020.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c3f4decc5e1db501f4c155332cf1913
RANDOM SEED=885764630

node77.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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1561888 kB
Buffers:          9400 kB
Cached:          83272 kB
SwapCached:      20616 kB
Active:         386456 kB
Inactive:        51492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561888 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:         362476 kB
Slab:            40504 kB
Committed_AS:  1570296 kB
PageTables:       2600 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= 66548 MiB
End job on node77 at 2008-07-04 09:20:50