Trace number 2077125

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 36.2525 34.3211

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-14_ext.xml
MD5SUM6797b14732deb534296b42a9ade425c3
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 variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077125-1247363378/watcher-2077125-1247363378 -o /tmp/evaluation-result-2077125-1247363378/solver-2077125-1247363378 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077125-1247363378.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.28 2.26 3/83 19040
/proc/meminfo: memFree=1443808/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=18576 CPUtime=0
/proc/19040/stat : 19040 (runsolver) R 19038 19040 16543 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23402961 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19040/statm: 4644 284 249 26 0 2626 0

[startup+0.0330021 s]
/proc/loadavg: 2.26 2.28 2.26 3/83 19040
/proc/meminfo: memFree=1443808/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=798736 CPUtime=0.01
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 1819 0 1 0 0 1 0 0 18 0 4 0 23402961 817905664 1566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 200174 2067 938 9 0 197525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.106961 s]
/proc/loadavg: 2.26 2.28 2.26 3/83 19040
/proc/meminfo: memFree=1443808/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=805584 CPUtime=0.08
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 2992 0 1 0 6 2 0 0 18 0 12 0 23402961 824918016 2735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 201396 2735 1080 9 0 198730 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805584

[startup+0.30198 s]
/proc/loadavg: 2.26 2.28 2.26 3/83 19040
/proc/meminfo: memFree=1443808/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=806652 CPUtime=0.27
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 4311 0 1 0 24 3 0 0 18 0 12 0 23402961 826011648 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 201663 4048 1359 9 0 198990 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 806652

[startup+0.702027 s]
/proc/loadavg: 2.26 2.28 2.26 3/83 19040
/proc/meminfo: memFree=1443808/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=808208 CPUtime=0.67
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 7805 0 1 0 61 6 0 0 18 0 12 0 23402961 827604992 7260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 202052 7260 1384 9 0 199379 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808208

[startup+1.5011 s]
/proc/loadavg: 2.24 2.27 2.26 4/95 19052
/proc/meminfo: memFree=1416128/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=810476 CPUtime=1.46
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 11369 0 1 0 139 7 0 0 18 0 12 0 23402961 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 202619 9681 1409 9 0 199946 0
[pid=19040/tid=19042] ppid=19038 vsize=810476 CPUtime=0.75
/proc/19040/task/19042/stat : 19042 (java) R 19038 19040 16543 0 -1 64 7722 0 1 0 69 6 0 0 25 0 12 0 23402963 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23402964 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23402964 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19045/stat : 19045 (java) S 19038 19040 16543 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23402966 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23402966 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23402966 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=810476 CPUtime=0.7
/proc/19040/task/19050/stat : 19050 (java) R 19038 19040 16543 0 -1 64 2892 0 0 0 70 0 0 0 17 0 12 0 23402971 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=810476 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 829927424 9681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810476

[startup+3.10226 s]
/proc/loadavg: 2.24 2.27 2.26 3/95 19052
/proc/meminfo: memFree=1366464/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=811140 CPUtime=3.06
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 29351 0 1 0 287 19 0 0 18 0 12 0 23402961 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 202785 27072 1421 9 0 200112 0
[pid=19040/tid=19042] ppid=19038 vsize=811140 CPUtime=1.82
/proc/19040/task/19042/stat : 19042 (java) R 19038 19040 16543 0 -1 64 16910 0 1 0 170 12 0 0 25 0 12 0 23402963 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=811140 CPUtime=0.04
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 3848 0 0 0 3 1 0 0 16 0 12 0 23402964 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=811140 CPUtime=0.04
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 4163 0 0 0 2 2 0 0 16 0 12 0 23402964 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19045/stat : 19045 (java) S 19038 19040 16543 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23402966 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=811140 CPUtime=1.12
/proc/19040/task/19050/stat : 19050 (java) R 19038 19040 16543 0 -1 64 3666 0 0 0 111 1 0 0 17 0 12 0 23402971 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 102549936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=811140 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 830607360 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811140

[startup+6.30258 s]
/proc/loadavg: 2.24 2.27 2.26 3/95 19052
/proc/meminfo: memFree=1238848/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=814152 CPUtime=6.84
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 71139 0 1 0 646 38 0 0 18 0 12 0 23402961 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 203538 64388 1422 9 0 200865 0
[pid=19040/tid=19042] ppid=19038 vsize=814152 CPUtime=3.71
/proc/19040/task/19042/stat : 19042 (java) S 19038 19040 16543 0 -1 64 16915 0 1 0 359 12 0 0 25 0 12 0 23402963 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=814152 CPUtime=0.95
/proc/19040/task/19043/stat : 19043 (java) R 19038 19040 16543 0 -1 64 25347 0 0 0 84 11 0 0 19 0 12 0 23402964 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=814152 CPUtime=0.92
/proc/19040/task/19044/stat : 19044 (java) R 19038 19040 16543 0 -1 64 24433 0 0 0 81 11 0 0 19 0 12 0 23402964 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 104188389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19040/tid=19045] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19045/stat : 19045 (java) S 19038 19040 16543 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23402966 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=814152 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=814152 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 833691648 64388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 814152

[startup+12.7022 s]
/proc/loadavg: 2.36 2.30 2.27 3/95 19052
/proc/meminfo: memFree=930824/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=815432 CPUtime=14.08
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 147013 0 1 0 1333 75 0 0 18 0 12 0 23402961 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 203858 134329 1422 9 0 201185 0
[pid=19040/tid=19042] ppid=19038 vsize=815432 CPUtime=6.91
/proc/19040/task/19042/stat : 19042 (java) R 19038 19040 16543 0 -1 64 35359 0 1 0 670 21 0 0 25 0 12 0 23402963 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4109705861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=815432 CPUtime=2.07
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 44163 0 0 0 187 20 0 0 16 0 12 0 23402964 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=815432 CPUtime=3.85
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 63047 0 0 0 354 31 0 0 19 0 12 0 23402964 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19045/stat : 19045 (java) S 19038 19040 16543 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23402966 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=815432 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=815432 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 835002368 134329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 815432

[startup+25.5015 s]
/proc/loadavg: 2.61 2.35 2.29 3/95 19052
/proc/meminfo: memFree=733768/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=847436 CPUtime=27.47
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 238061 0 1 0 2626 121 0 0 18 0 12 0 23402961 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 211859 178325 1424 9 0 209186 0
[pid=19040/tid=19042] ppid=19038 vsize=847436 CPUtime=9.63
/proc/19040/task/19042/stat : 19042 (java) S 19038 19040 16543 0 -1 64 35367 0 1 0 942 21 0 0 19 0 12 0 23402963 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=847436 CPUtime=2.96
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 61386 0 0 0 266 30 0 0 16 0 12 0 23402964 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=847436 CPUtime=6.43
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 85297 0 0 0 601 42 0 0 18 0 12 0 23402964 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=847436 CPUtime=7.21
/proc/19040/task/19045/stat : 19045 (java) R 19038 19040 16543 0 -1 64 51578 0 0 0 697 24 0 0 25 0 12 0 23402966 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=847436 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 867774464 178325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.47
Current children cumulated vsize (KiB) 847436

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

[startup+28.7028 s]
/proc/loadavg: 2.56 2.35 2.29 3/95 19052
/proc/meminfo: memFree=723912/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=847436 CPUtime=30.66
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 256014 0 1 0 2935 131 0 0 18 0 12 0 23402961 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 211859 180772 1424 9 0 209186 0
[pid=19040/tid=19042] ppid=19038 vsize=847436 CPUtime=9.7
/proc/19040/task/19042/stat : 19042 (java) S 19038 19040 16543 0 -1 64 35368 0 1 0 949 21 0 0 17 0 12 0 23402963 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=847436 CPUtime=2.96
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 61386 0 0 0 266 30 0 0 16 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=847436 CPUtime=6.43
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 85297 0 0 0 601 42 0 0 18 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=847436 CPUtime=10.32
/proc/19040/task/19045/stat : 19045 (java) R 19038 19040 16543 0 -1 64 69530 0 0 0 998 34 0 0 25 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=847436 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 847436

[startup+31.9071 s]
/proc/loadavg: 2.52 2.34 2.29 3/95 19052
/proc/meminfo: memFree=723912/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=847436 CPUtime=33.85
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 271519 0 1 0 3247 138 0 0 18 0 12 0 23402961 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 211859 180772 1424 9 0 209186 0
[pid=19040/tid=19042] ppid=19038 vsize=847436 CPUtime=9.7
/proc/19040/task/19042/stat : 19042 (java) S 19038 19040 16543 0 -1 64 35368 0 1 0 949 21 0 0 17 0 12 0 23402963 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=847436 CPUtime=2.97
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 61386 0 0 0 267 30 0 0 17 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=847436 CPUtime=6.43
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 85297 0 0 0 601 42 0 0 16 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=847436 CPUtime=13.5
/proc/19040/task/19045/stat : 19045 (java) R 19038 19040 16543 0 -1 64 85035 0 0 0 1309 41 0 0 25 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=847436 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.85
Current children cumulated vsize (KiB) 847436

[startup+33.5023 s]
/proc/loadavg: 2.52 2.34 2.29 3/95 19052
/proc/meminfo: memFree=723912/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=847436 CPUtime=35.43
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 271519 0 1 0 3405 138 0 0 18 0 12 0 23402961 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 211859 180772 1424 9 0 209186 0
[pid=19040/tid=19042] ppid=19038 vsize=847436 CPUtime=9.7
/proc/19040/task/19042/stat : 19042 (java) S 19038 19040 16543 0 -1 64 35368 0 1 0 949 21 0 0 17 0 12 0 23402963 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=847436 CPUtime=2.97
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 61386 0 0 0 267 30 0 0 17 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=847436 CPUtime=6.43
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 85297 0 0 0 601 42 0 0 16 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=847436 CPUtime=15.08
/proc/19040/task/19045/stat : 19045 (java) R 19038 19040 16543 0 -1 64 85035 0 0 0 1467 41 0 0 25 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 106158867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=847436 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.43
Current children cumulated vsize (KiB) 847436

[startup+33.9013 s]
/proc/loadavg: 2.52 2.34 2.29 3/95 19052
/proc/meminfo: memFree=723912/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=847436 CPUtime=35.83
/proc/19040/stat : 19040 (java) S 19038 19040 16543 0 -1 0 271519 0 1 0 3445 138 0 0 18 0 12 0 23402961 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 211859 180772 1424 9 0 209186 0
[pid=19040/tid=19042] ppid=19038 vsize=847436 CPUtime=9.7
/proc/19040/task/19042/stat : 19042 (java) S 19038 19040 16543 0 -1 64 35368 0 1 0 949 21 0 0 17 0 12 0 23402963 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19043] ppid=19038 vsize=847436 CPUtime=2.97
/proc/19040/task/19043/stat : 19043 (java) S 19038 19040 16543 0 -1 64 61386 0 0 0 267 30 0 0 17 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19044] ppid=19038 vsize=847436 CPUtime=6.43
/proc/19040/task/19044/stat : 19044 (java) S 19038 19040 16543 0 -1 64 85297 0 0 0 601 42 0 0 16 0 12 0 23402964 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19045] ppid=19038 vsize=847436 CPUtime=15.48
/proc/19040/task/19045/stat : 19045 (java) R 19038 19040 16543 0 -1 64 85035 0 0 0 1507 41 0 0 25 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19046] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19046/stat : 19046 (java) S 19038 19040 16543 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19047] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19047/stat : 19047 (java) S 19038 19040 16543 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23402966 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19048] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19048/stat : 19048 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19049] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19049/stat : 19049 (java) S 19038 19040 16543 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19050] ppid=19038 vsize=847436 CPUtime=1.2
/proc/19040/task/19050/stat : 19050 (java) S 19038 19040 16543 0 -1 64 3680 0 0 0 119 1 0 0 16 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19051] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19051/stat : 19051 (java) S 19038 19040 16543 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19040/tid=19052] ppid=19038 vsize=847436 CPUtime=0
/proc/19040/task/19052/stat : 19052 (java) S 19038 19040 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23402971 867774464 180772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.83
Current children cumulated vsize (KiB) 847436

[startup+34.3018 s]
/proc/loadavg: 2.52 2.34 2.29 3/95 19052
/proc/meminfo: memFree=723912/2055920 swapFree=4192812/4192956
[pid=19040] ppid=19038 vsize=0 CPUtime=36.22
/proc/19040/stat : 19040 (java) Z 19038 19040 16543 0 -1 12 271539 0 1 0 3475 147 0 0 16 0 2 0 23402961 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 34.3211
CPU time (s): 36.2525
CPU user time (s): 34.7557
CPU system time (s): 1.49677
CPU usage (%): 105.627
Max. virtual memory (cumulated for all children) (KiB): 863440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.7557
system time used= 1.49677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271539
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= 1703
involuntary context switches= 2231

runsolver used 0.044993 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 03:49:38
IDJOB=2077125
IDBENCH=56556
IDSOLVER=731
FILE ID=node89/2077125-1247363378
PBS_JOBID= 9506911
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= 6797b14732deb534296b42a9ade425c3
RANDOM SEED=1072158136

node89.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.213
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.213
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:       1444288 kB
Buffers:         12772 kB
Cached:          92084 kB
SwapCached:          0 kB
Active:         514268 kB
Inactive:        49760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:         479540 kB
Slab:            31928 kB
Committed_AS:   618992 kB
PageTables:       2680 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= 66160 MiB
End job on node89 at 2009-07-12 03:50:12