Trace number 1068523

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? 35.6786 35.6498

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-13_ext.xml
MD5SUMb068a0a446c09d97a12e996164cab2f5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1649.07
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1068523-1215155133/watcher-1068523-1215155133 -o /tmp/evaluation-result-1068523-1215155133/solver-1068523-1215155133 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068523-1215155133.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: 3.09 3.04 3.01 5/90 24374
/proc/meminfo: memFree=1830464/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=800744 CPUtime=0.02
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 2331 0 1 0 1 1 0 0 18 0 4 0 638439184 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 200186 2069 911 9 0 197569 0
[pid=24374/tid=24375] ppid=24372 vsize=800744 CPUtime=0
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 1583 0 1 0 0 0 0 0 19 0 4 0 638439186 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 106498280 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=24374/tid=24376] ppid=24372 vsize=800744 CPUtime=0
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 3 0 0 0 0 0 0 0 18 0 4 0 638439187 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=800744 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 638439187 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.121248 s]
/proc/loadavg: 3.09 3.04 3.01 5/90 24374
/proc/meminfo: memFree=1830464/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=800744 CPUtime=0.02
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 2331 0 1 0 1 1 0 0 18 0 4 0 638439184 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 200186 2069 911 9 0 197569 0
[pid=24374/tid=24375] ppid=24372 vsize=800744 CPUtime=0
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 1583 0 1 0 0 0 0 0 19 0 4 0 638439186 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 106498280 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=24374/tid=24376] ppid=24372 vsize=800744 CPUtime=0
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 3 0 0 0 0 0 0 0 18 0 4 0 638439187 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=800744 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 638439187 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.202259 s]
/proc/loadavg: 3.09 3.04 3.01 5/90 24374
/proc/meminfo: memFree=1830464/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=803076 CPUtime=0.07
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 2906 0 1 0 5 2 0 0 18 0 9 0 638439184 822349824 2639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 200769 2639 1025 9 0 198152 0
[pid=24374/tid=24375] ppid=24372 vsize=803076 CPUtime=0.06
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 2129 0 1 0 5 1 0 0 18 0 9 0 638439186 822349824 2639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24376] ppid=24372 vsize=803076 CPUtime=0
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 638439187 822349824 2639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=803076 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638439187 822349824 2639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803076

[startup+0.302268 s]
/proc/loadavg: 3.09 3.04 3.01 5/90 24374
/proc/meminfo: memFree=1830464/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=803592 CPUtime=0.07
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 2907 0 1 0 5 2 0 0 18 0 10 0 638439184 822878208 2640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 200898 2640 1025 9 0 198281 0
[pid=24374/tid=24375] ppid=24372 vsize=803592 CPUtime=0.06
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 2130 0 1 0 5 1 0 0 18 0 10 0 638439186 822878208 2640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24376] ppid=24372 vsize=803592 CPUtime=0
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 3 0 0 0 0 0 0 0 18 0 10 0 638439187 822878208 2640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=803592 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 638439187 822878208 2640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803592

[startup+0.702317 s]
/proc/loadavg: 3.09 3.04 3.01 5/90 24374
/proc/meminfo: memFree=1830464/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=808720 CPUtime=0.34
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 5244 0 1 0 30 4 0 0 18 0 12 0 638439184 828129280 4574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 202180 4574 1310 9 0 199549 0
[pid=24374/tid=24375] ppid=24372 vsize=808720 CPUtime=0.23
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 3062 0 1 0 20 3 0 0 18 0 12 0 638439186 828129280 4574 996147200 134512640 134550740 4294956032 18446744073709551615 103239351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=808720 CPUtime=0
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 638439187 828129280 4574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=808720 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439187 828129280 4574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808720

[startup+1.50242 s]
/proc/loadavg: 3.09 3.04 3.01 5/102 24386
/proc/meminfo: memFree=1812704/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=808748 CPUtime=1.01
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 7911 0 1 0 94 7 0 0 18 0 12 0 638439184 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 202187 7240 1339 9 0 199549 0
[pid=24374/tid=24375] ppid=24372 vsize=808748 CPUtime=0.57
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 5629 0 1 0 52 5 0 0 22 0 12 0 638439186 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4109219306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24376] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 638439187 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439187 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 638439199 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 638439199 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 638439199 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=808748 CPUtime=0.19
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 507 0 0 0 19 0 0 0 16 0 12 0 638439203 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=808748 CPUtime=0.22
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1009 0 0 0 22 0 0 0 16 0 12 0 638439213 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=808748 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 828157952 7240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 808748

[startup+3.10162 s]
/proc/loadavg: 3.25 3.08 3.02 4/102 24386
/proc/meminfo: memFree=1793184/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=812368 CPUtime=2.3
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 24274 0 1 0 216 14 0 0 18 0 12 0 638439184 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 203092 22490 1357 9 0 200454 0
[pid=24374/tid=24375] ppid=24372 vsize=812368 CPUtime=1.22
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 17057 0 1 0 112 10 0 0 16 0 12 0 638439186 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4109185278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24376] ppid=24372 vsize=812368 CPUtime=0.02
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 1526 0 0 0 2 0 0 0 16 0 12 0 638439187 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) R 24372 24374 22321 0 -1 64 1326 0 0 0 0 0 0 0 17 0 12 0 638439187 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22321 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 638439199 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812368 CPUtime=0.5
/proc/24374/task/24383/stat : 24383 (java) R 24372 24374 22321 0 -1 64 1719 0 0 0 50 0 0 0 16 0 12 0 638439203 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=812368 CPUtime=0.51
/proc/24374/task/24384/stat : 24384 (java) R 24372 24374 22321 0 -1 64 1853 0 0 0 50 1 0 0 15 0 12 0 638439213 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=812368 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 831864832 22490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 812368

[startup+6.30302 s]
/proc/loadavg: 3.25 3.08 3.02 6/102 24386
/proc/meminfo: memFree=1677024/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=818180 CPUtime=5.37
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 52199 0 1 0 513 24 0 0 18 0 12 0 638439184 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 204545 45256 1361 9 0 201907 0
[pid=24374/tid=24375] ppid=24372 vsize=818180 CPUtime=2.9
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 17064 0 1 0 280 10 0 0 19 0 12 0 638439186 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4109824155 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=818180 CPUtime=0.54
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 15306 0 0 0 49 5 0 0 18 0 12 0 638439187 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=818180 CPUtime=0.51
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 14348 0 0 0 46 5 0 0 16 0 12 0 638439187 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=818180 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22321 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 638439199 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=818180 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=818180 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=818180 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=818180 CPUtime=0.71
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 2762 0 0 0 70 1 0 0 16 0 12 0 638439203 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=818180 CPUtime=0.66
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1926 0 0 0 65 1 0 0 16 0 12 0 638439213 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=818180 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=818180 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 837816320 45256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 818180

[startup+12.7018 s]
/proc/loadavg: 3.29 3.09 3.02 5/102 24386
/proc/meminfo: memFree=1469856/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=828420 CPUtime=12.87
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 104553 0 1 0 1241 46 0 0 18 0 12 0 638439184 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 207105 91079 1361 9 0 204467 0
[pid=24374/tid=24375] ppid=24372 vsize=828420 CPUtime=5.36
/proc/24374/task/24375/stat : 24375 (java) S 24372 24374 22321 0 -1 64 17071 0 1 0 526 10 0 0 18 0 12 0 638439186 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=828420 CPUtime=3.02
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22321 0 -1 64 39081 0 0 0 288 14 0 0 16 0 12 0 638439187 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 106160187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=828420 CPUtime=3.06
/proc/24374/task/24377/stat : 24377 (java) R 24372 24374 22321 0 -1 64 42920 0 0 0 289 17 0 0 17 0 12 0 638439187 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 104145995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=828420 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22321 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 638439199 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=828420 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=828420 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=828420 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 848302080 91079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=828420 CPUtime=0.71

################
# More data... #
################

[pid=24374/tid=24386] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 886317056 176165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 865544

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

[startup+25.6024 s]
/proc/loadavg: 3.40 3.12 3.03 4/102 24386
/proc/meminfo: memFree=1128608/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=833540 CPUtime=25.82
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 207427 0 1 0 2491 91 0 0 18 0 12 0 638439184 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 208385 168164 1365 9 0 205747 0
[pid=24374/tid=24375] ppid=24372 vsize=833540 CPUtime=9.09
/proc/24374/task/24375/stat : 24375 (java) R 24372 24374 22321 0 -1 64 35513 0 1 0 892 17 0 0 17 0 12 0 638439186 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4109775422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=833540 CPUtime=6.26
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 72357 0 0 0 598 28 0 0 16 0 12 0 638439187 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=833540 CPUtime=6.22
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 78560 0 0 0 589 33 0 0 19 0 12 0 638439187 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=833540 CPUtime=2.82
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 22321 0 -1 64 15545 0 0 0 275 7 0 0 25 0 12 0 638439199 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=833540 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=833540 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=833540 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=833540 CPUtime=0.71
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 2762 0 0 0 70 1 0 0 16 0 12 0 638439203 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=833540 CPUtime=0.66
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1926 0 0 0 65 1 0 0 16 0 12 0 638439213 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=833540 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=833540 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 853544960 168164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 833540

[startup+32.0073 s]
/proc/loadavg: 3.41 3.13 3.04 4/102 24386
/proc/meminfo: memFree=1106272/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=865544 CPUtime=32.15
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 244018 0 1 0 3109 106 0 0 18 0 12 0 638439184 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 216386 181744 1365 9 0 213748 0
[pid=24374/tid=24375] ppid=24372 vsize=865544 CPUtime=10.04
/proc/24374/task/24375/stat : 24375 (java) S 24372 24374 22321 0 -1 64 35515 0 1 0 987 17 0 0 18 0 12 0 638439186 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=865544 CPUtime=6.55
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 72853 0 0 0 627 28 0 0 18 0 12 0 638439187 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=865544 CPUtime=6.41
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 78560 0 0 0 608 33 0 0 16 0 12 0 638439187 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=865544 CPUtime=7.72
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 22321 0 -1 64 51638 0 0 0 750 22 0 0 25 0 12 0 638439199 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=865544 CPUtime=0.71
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 2762 0 0 0 70 1 0 0 16 0 12 0 638439203 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=865544 CPUtime=0.66
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1926 0 0 0 65 1 0 0 16 0 12 0 638439213 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 886317056 181744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.15
Current children cumulated vsize (KiB) 865544

[startup+33.6025 s]
/proc/loadavg: 3.41 3.13 3.04 4/102 24386
/proc/meminfo: memFree=1091040/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=865544 CPUtime=33.74
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 263289 0 1 0 3258 116 0 0 18 0 12 0 638439184 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 216386 185510 1365 9 0 213748 0
[pid=24374/tid=24375] ppid=24372 vsize=865544 CPUtime=10.04
/proc/24374/task/24375/stat : 24375 (java) S 24372 24374 22321 0 -1 64 35515 0 1 0 987 17 0 0 18 0 12 0 638439186 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=865544 CPUtime=6.55
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 72853 0 0 0 627 28 0 0 18 0 12 0 638439187 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=865544 CPUtime=6.41
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 78560 0 0 0 608 33 0 0 16 0 12 0 638439187 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=865544 CPUtime=9.31
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 22321 0 -1 64 70909 0 0 0 899 32 0 0 25 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 106122370 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=865544 CPUtime=0.71
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 2762 0 0 0 70 1 0 0 16 0 12 0 638439203 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=865544 CPUtime=0.66
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1926 0 0 0 65 1 0 0 16 0 12 0 638439213 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.74
Current children cumulated vsize (KiB) 865544

[startup+34.4026 s]
/proc/loadavg: 3.41 3.13 3.04 4/102 24386
/proc/meminfo: memFree=1091040/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=865544 CPUtime=34.53
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 263289 0 1 0 3337 116 0 0 18 0 12 0 638439184 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 216386 185510 1365 9 0 213748 0
[pid=24374/tid=24375] ppid=24372 vsize=865544 CPUtime=10.04
/proc/24374/task/24375/stat : 24375 (java) S 24372 24374 22321 0 -1 64 35515 0 1 0 987 17 0 0 18 0 12 0 638439186 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=865544 CPUtime=6.55
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 72853 0 0 0 627 28 0 0 18 0 12 0 638439187 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=865544 CPUtime=6.41
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 78560 0 0 0 608 33 0 0 16 0 12 0 638439187 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=865544 CPUtime=10.1
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 22321 0 -1 64 70909 0 0 0 978 32 0 0 25 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=865544 CPUtime=0.71
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 2762 0 0 0 70 1 0 0 16 0 12 0 638439203 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=865544 CPUtime=0.66
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1926 0 0 0 65 1 0 0 16 0 12 0 638439213 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.53
Current children cumulated vsize (KiB) 865544

[startup+35.2027 s]
/proc/loadavg: 3.41 3.13 3.04 4/102 24386
/proc/meminfo: memFree=1091168/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=865544 CPUtime=35.33
/proc/24374/stat : 24374 (java) S 24372 24374 22321 0 -1 0 263289 0 1 0 3417 116 0 0 18 0 12 0 638439184 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 216386 185510 1365 9 0 213748 0
[pid=24374/tid=24375] ppid=24372 vsize=865544 CPUtime=10.04
/proc/24374/task/24375/stat : 24375 (java) S 24372 24374 22321 0 -1 64 35515 0 1 0 987 17 0 0 18 0 12 0 638439186 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24376] ppid=24372 vsize=865544 CPUtime=6.55
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 22321 0 -1 64 72853 0 0 0 627 28 0 0 18 0 12 0 638439187 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=865544 CPUtime=6.41
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22321 0 -1 64 78560 0 0 0 608 33 0 0 16 0 12 0 638439187 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=865544 CPUtime=10.89
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 22321 0 -1 64 70909 0 0 0 1057 32 0 0 25 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 106123810 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22321 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22321 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638439199 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22321 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638439203 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=865544 CPUtime=0.71
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22321 0 -1 64 2762 0 0 0 70 1 0 0 16 0 12 0 638439203 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=865544 CPUtime=0.66
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22321 0 -1 64 1926 0 0 0 65 1 0 0 16 0 12 0 638439213 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638439223 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=865544 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22321 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638439223 886317056 185510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.33
Current children cumulated vsize (KiB) 865544

[startup+35.6027 s]
/proc/loadavg: 3.41 3.13 3.04 4/102 24386
/proc/meminfo: memFree=1091168/2055920 swapFree=3921008/4192956
[pid=24374] ppid=24372 vsize=0 CPUtime=35.63
/proc/24374/stat : 24374 (java) Z 24372 24374 22321 0 -1 12 263305 0 1 0 3440 123 0 0 16 0 2 0 638439184 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 35.6498
CPU time (s): 35.6786
CPU user time (s): 34.4008
CPU system time (s): 1.27781
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 881548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.4008
system time used= 1.2778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263305
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= 1528
involuntary context switches= 1888

runsolver used 0.055991 second user time and 0.120981 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-04 09:05:33
IDJOB=1068523
IDBENCH=55527
IDSOLVER=344
FILE ID=node92/1068523-1215155133
PBS_JOBID= 7877385
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b068a0a446c09d97a12e996164cab2f5
RANDOM SEED=188891430

node92.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.223
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.223
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:       1830888 kB
Buffers:          9156 kB
Cached:          60152 kB
SwapCached:       7124 kB
Active:         143748 kB
Inactive:        20232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830888 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:         110856 kB
Slab:            44832 kB
Committed_AS:  1534160 kB
PageTables:       3112 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= 66556 MiB
End job on node92 at 2008-07-04 09:06:09