Trace number 1079516

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? 24.9212 23.4718

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-9_ext.xml
MD5SUM9f204db7e02a84df79b508c7ba71055f
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 benchmark16.8124
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1079516-1215209960/watcher-1079516-1215209960 -o /tmp/evaluation-result-1079516-1215209960/solver-1079516-1215209960 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079516-1215209960.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.12 2.28 2.15 3/74 22162
/proc/meminfo: memFree=1750640/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=1804 CPUtime=0
/proc/22162/stat : 22162 (java) D 22160 22162 20502 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 1999970212 1847296 151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22162/statm: 451 163 118 9 0 93 0

[startup+0.075746 s]
/proc/loadavg: 2.12 2.28 2.15 3/74 22162
/proc/meminfo: memFree=1750640/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=802236 CPUtime=0.06
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 2792 0 1 0 4 2 0 0 18 0 7 0 1999970212 821489664 2527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.10255 s]
/proc/loadavg: 2.12 2.28 2.15 3/74 22162
/proc/meminfo: memFree=1750640/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=804612 CPUtime=0.09
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 3002 0 1 0 7 2 0 0 18 0 12 0 1999970212 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301573 s]
/proc/loadavg: 2.12 2.28 2.15 3/74 22162
/proc/meminfo: memFree=1750640/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=808276 CPUtime=0.28
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 4941 0 1 0 25 3 0 0 18 0 12 0 1999970212 827674624 4268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 202069 4268 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701615 s]
/proc/loadavg: 2.12 2.28 2.15 3/74 22162
/proc/meminfo: memFree=1750640/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=808304 CPUtime=0.69
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 6353 0 1 0 64 5 0 0 18 0 12 0 1999970212 827703296 5481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 202076 5481 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.50271 s]
/proc/loadavg: 2.12 2.28 2.15 4/86 22174
/proc/meminfo: memFree=1731408/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=812908 CPUtime=1.48
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 10321 0 1 0 141 7 0 0 18 0 12 0 1999970212 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 203227 8317 1349 9 0 200589 0
[pid=22162/tid=22163] ppid=22160 vsize=812908 CPUtime=0.65
/proc/22162/task/22163/stat : 22163 (java) R 22160 22162 20502 0 -1 64 5524 0 1 0 61 4 0 0 20 0 12 0 1999970213 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4109173568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22165] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970214 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22166] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1999970214 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22167] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22167/stat : 22167 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1999970216 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22168] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1999970217 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=812908 CPUtime=0.34
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 718 0 0 0 34 0 0 0 16 0 12 0 1999970221 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=812908 CPUtime=0.46
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3317 0 0 0 45 1 0 0 16 0 12 0 1999970221 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=812908 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 832417792 8317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812908

[startup+3.10289 s]
/proc/loadavg: 2.12 2.28 2.15 3/86 22174
/proc/meminfo: memFree=1708304/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=818036 CPUtime=3.07
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 32605 0 1 0 289 18 0 0 18 0 12 0 1999970212 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 204509 29635 1360 9 0 201871 0
[pid=22162/tid=22163] ppid=22160 vsize=818036 CPUtime=1.66
/proc/22162/task/22163/stat : 22163 (java) R 22160 22162 20502 0 -1 64 16973 0 1 0 156 10 0 0 19 0 12 0 1999970213 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4109554864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22165] ppid=22160 vsize=818036 CPUtime=0.11
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 5631 0 0 0 9 2 0 0 18 0 12 0 1999970214 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22166] ppid=22160 vsize=818036 CPUtime=0.12
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 5091 0 0 0 10 2 0 0 16 0 12 0 1999970214 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22167] ppid=22160 vsize=818036 CPUtime=0
/proc/22162/task/22167/stat : 22167 (java) S 22160 22162 20502 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1999970216 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22168] ppid=22160 vsize=818036 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=818036 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=818036 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=818036 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=818036 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=818036 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=818036 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 837668864 29635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 818036

[startup+6.30126 s]
/proc/loadavg: 2.19 2.29 2.16 3/86 22174
/proc/meminfo: memFree=1494800/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=833204 CPUtime=7.17
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 85141 0 1 0 672 45 0 0 18 0 12 0 1999970212 853200896 73933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 208301 73937 1360 9 0 205663 0
[pid=22162/tid=22163] ppid=22160 vsize=833204 CPUtime=3.13
/proc/22162/task/22163/stat : 22163 (java) S 22160 22162 20502 0 -1 64 16977 0 1 0 303 10 0 0 24 0 12 0 1999970213 853200896 73939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22165] ppid=22160 vsize=833204 CPUtime=1.35
/proc/22162/task/22165/stat : 22165 (java) R 22160 22162 20502 0 -1 64 28359 0 0 0 123 12 0 0 18 0 12 0 1999970214 853200896 73941 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22166] ppid=22160 vsize=833204 CPUtime=1.51
/proc/22162/task/22166/stat : 22166 (java) R 22160 22162 20502 0 -1 64 34906 0 0 0 131 20 0 0 18 0 12 0 1999970214 853200896 73944 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22167] ppid=22160 vsize=833204 CPUtime=0
/proc/22162/task/22167/stat : 22167 (java) S 22160 22162 20502 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1999970216 853200896 73947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22168] ppid=22160 vsize=833204 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 853200896 73949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=833204 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 853200896 73952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=833204 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 853200896 73954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=833204 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 853200896 73957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=833204 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 853200896 73959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=833204 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 853200896 73962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=833204 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 853200896 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 833204

[startup+12.703 s]
/proc/loadavg: 2.25 2.30 2.16 4/86 22174
/proc/meminfo: memFree=1213520/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=853684 CPUtime=14.15
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 157217 0 1 0 1335 80 0 0 18 0 12 0 1999970212 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 213421 140117 1360 9 0 210783 0
[pid=22162/tid=22163] ppid=22160 vsize=853684 CPUtime=5.76
/proc/22162/task/22163/stat : 22163 (java) R 22160 22162 20502 0 -1 64 35417 0 1 0 557 19 0 0 16 0 12 0 1999970213 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4109555247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22165] ppid=22160 vsize=853684 CPUtime=3.97
/proc/22162/task/22165/stat : 22165 (java) R 22160 22162 20502 0 -1 64 66309 0 0 0 366 31 0 0 24 0 12 0 1999970214 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22166] ppid=22160 vsize=853684 CPUtime=3.24
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 50581 0 0 0 297 27 0 0 16 0 12 0 1999970214 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22167] ppid=22160 vsize=853684 CPUtime=0
/proc/22162/task/22167/stat : 22167 (java) S 22160 22162 20502 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1999970216 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22168] ppid=22160 vsize=853684 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=853684 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=853684 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=853684 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=853684 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=853684 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=853684 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 874172416 140117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 853684

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

[startup+19.1027 s]
/proc/loadavg: 2.39 2.33 2.17 3/86 22174
/proc/meminfo: memFree=991056/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=885688 CPUtime=20.55
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 215154 0 1 0 1949 106 0 0 18 0 12 0 1999970212 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 221422 190543 1363 9 0 218784 0
[pid=22162/tid=22163] ppid=22160 vsize=885688 CPUtime=7.7
/proc/22162/task/22163/stat : 22163 (java) S 22160 22162 20502 0 -1 64 47712 0 1 0 745 25 0 0 18 0 12 0 1999970213 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22165] ppid=22160 vsize=885688 CPUtime=4.04
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 66670 0 0 0 373 31 0 0 24 0 12 0 1999970214 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22166] ppid=22160 vsize=885688 CPUtime=5.46
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 80340 0 0 0 506 40 0 0 20 0 12 0 1999970214 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22167] ppid=22160 vsize=885688 CPUtime=2.15
/proc/22162/task/22167/stat : 22167 (java) R 22160 22162 20502 0 -1 64 15552 0 0 0 209 6 0 0 25 0 12 0 1999970216 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22168] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=885688 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=885688 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 906944512 190543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.55
Current children cumulated vsize (KiB) 885688

[startup+20.7029 s]
/proc/loadavg: 2.36 2.32 2.17 3/86 22174
/proc/meminfo: memFree=990928/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=885688 CPUtime=22.14
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 230660 0 1 0 2101 113 0 0 18 0 12 0 1999970212 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 221422 190544 1364 9 0 218784 0
[pid=22162/tid=22163] ppid=22160 vsize=885688 CPUtime=7.7
/proc/22162/task/22163/stat : 22163 (java) S 22160 22162 20502 0 -1 64 47712 0 1 0 745 25 0 0 18 0 12 0 1999970213 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22165] ppid=22160 vsize=885688 CPUtime=4.05
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 66670 0 0 0 374 31 0 0 17 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22166] ppid=22160 vsize=885688 CPUtime=5.46
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 80340 0 0 0 506 40 0 0 16 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22167] ppid=22160 vsize=885688 CPUtime=3.75
/proc/22162/task/22167/stat : 22167 (java) R 22160 22162 20502 0 -1 64 31058 0 0 0 361 14 0 0 25 0 12 0 1999970216 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22168] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=885688 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=885688 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (KiB) 885688

[startup+22.3011 s]
/proc/loadavg: 2.36 2.32 2.17 3/86 22174
/proc/meminfo: memFree=990864/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=885688 CPUtime=23.74
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 230660 0 1 0 2261 113 0 0 18 0 12 0 1999970212 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 221422 190544 1364 9 0 218784 0
[pid=22162/tid=22163] ppid=22160 vsize=885688 CPUtime=7.7
/proc/22162/task/22163/stat : 22163 (java) S 22160 22162 20502 0 -1 64 47712 0 1 0 745 25 0 0 18 0 12 0 1999970213 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22165] ppid=22160 vsize=885688 CPUtime=4.05
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 66670 0 0 0 374 31 0 0 17 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22166] ppid=22160 vsize=885688 CPUtime=5.46
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 80340 0 0 0 506 40 0 0 16 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22167] ppid=22160 vsize=885688 CPUtime=5.34
/proc/22162/task/22167/stat : 22167 (java) R 22160 22162 20502 0 -1 64 31058 0 0 0 520 14 0 0 25 0 12 0 1999970216 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 106123392 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22168] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=885688 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=885688 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.74
Current children cumulated vsize (KiB) 885688

[startup+23.1072 s]
/proc/loadavg: 2.36 2.32 2.17 3/86 22174
/proc/meminfo: memFree=990800/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=885688 CPUtime=24.55
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 230660 0 1 0 2342 113 0 0 18 0 12 0 1999970212 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 221422 190544 1364 9 0 218784 0
[pid=22162/tid=22163] ppid=22160 vsize=885688 CPUtime=7.7
/proc/22162/task/22163/stat : 22163 (java) S 22160 22162 20502 0 -1 64 47712 0 1 0 745 25 0 0 18 0 12 0 1999970213 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22165] ppid=22160 vsize=885688 CPUtime=4.05
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 66670 0 0 0 374 31 0 0 17 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22166] ppid=22160 vsize=885688 CPUtime=5.46
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 80340 0 0 0 506 40 0 0 16 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22167] ppid=22160 vsize=885688 CPUtime=6.15
/proc/22162/task/22167/stat : 22167 (java) R 22160 22162 20502 0 -1 64 31058 0 0 0 601 14 0 0 25 0 12 0 1999970216 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 106123646 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22168] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=885688 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=885688 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 885688

[startup+23.3022 s]
/proc/loadavg: 2.36 2.32 2.17 3/86 22174
/proc/meminfo: memFree=990800/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=885688 CPUtime=24.74
/proc/22162/stat : 22162 (java) S 22160 22162 20502 0 -1 0 230660 0 1 0 2361 113 0 0 18 0 12 0 1999970212 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22162/statm: 221422 190544 1364 9 0 218784 0
[pid=22162/tid=22163] ppid=22160 vsize=885688 CPUtime=7.7
/proc/22162/task/22163/stat : 22163 (java) S 22160 22162 20502 0 -1 64 47712 0 1 0 745 25 0 0 18 0 12 0 1999970213 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22165] ppid=22160 vsize=885688 CPUtime=4.05
/proc/22162/task/22165/stat : 22165 (java) S 22160 22162 20502 0 -1 64 66670 0 0 0 374 31 0 0 17 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22166] ppid=22160 vsize=885688 CPUtime=5.46
/proc/22162/task/22166/stat : 22166 (java) S 22160 22162 20502 0 -1 64 80340 0 0 0 506 40 0 0 16 0 12 0 1999970214 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22167] ppid=22160 vsize=885688 CPUtime=6.35
/proc/22162/task/22167/stat : 22167 (java) R 22160 22162 20502 0 -1 64 31058 0 0 0 621 14 0 0 25 0 12 0 1999970216 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22162/tid=22168] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22168/stat : 22168 (java) S 22160 22162 20502 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22169] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22169/stat : 22169 (java) S 22160 22162 20502 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999970217 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22170] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22170/stat : 22170 (java) S 22160 22162 20502 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22171] ppid=22160 vsize=885688 CPUtime=0.45
/proc/22162/task/22171/stat : 22171 (java) S 22160 22162 20502 0 -1 64 737 0 0 0 45 0 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22172] ppid=22160 vsize=885688 CPUtime=0.68
/proc/22162/task/22172/stat : 22172 (java) S 22160 22162 20502 0 -1 64 3384 0 0 0 67 1 0 0 16 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22173] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22173/stat : 22173 (java) S 22160 22162 20502 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22162/tid=22174] ppid=22160 vsize=885688 CPUtime=0
/proc/22162/task/22174/stat : 22174 (java) S 22160 22162 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999970221 906944512 190544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 885688

[startup+23.4022 s]
/proc/loadavg: 2.36 2.32 2.17 3/86 22174
/proc/meminfo: memFree=990800/2055920 swapFree=4180000/4192956
[pid=22162] ppid=22160 vsize=0 CPUtime=24.84
/proc/22162/stat : 22162 (java) Z 22160 22162 20502 0 -1 12 230678 0 1 0 2367 117 0 0 16 0 2 0 1999970212 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22162/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 23.4718
CPU time (s): 24.9212
CPU user time (s): 23.6744
CPU system time (s): 1.24681
CPU usage (%): 106.175
Max. virtual memory (cumulated for all children) (KiB): 901692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6744
system time used= 1.24681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230678
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= 1121
involuntary context switches= 998

runsolver used 0.036994 second user time and 0.086986 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 00:19:21
IDJOB=1079516
IDBENCH=56887
IDSOLVER=344
FILE ID=node23/1079516-1215209960
PBS_JOBID= 7881678
Free space on /tmp= 66500 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-9_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-1079516-1215209960/watcher-1079516-1215209960 -o /tmp/evaluation-result-1079516-1215209960/solver-1079516-1215209960 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079516-1215209960.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f204db7e02a84df79b508c7ba71055f
RANDOM SEED=1358248653

node23.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.216
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.216
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:       1751120 kB
Buffers:         22368 kB
Cached:         168148 kB
SwapCached:       6548 kB
Active:         213128 kB
Inactive:        40044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751120 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:          69844 kB
Slab:            36884 kB
Committed_AS:  3471056 kB
PageTables:       1912 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= 66500 MiB
End job on node23 at 2008-07-05 00:19:44