Trace number 2071625

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? 38.7811 35.781

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-11_ext.xml
MD5SUM198c33e2084ebf698950db6a40f4f810
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 variables121
Number of constraints22
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2071625-1247354310/watcher-2071625-1247354310 -o /tmp/evaluation-result-2071625-1247354310/solver-2071625-1247354310 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071625-1247354310.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.04 2.13 2.25 4/75 18104
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=1612 CPUtime=0
/proc/18104/stat : 18104 (java6) R 18102 18104 17899 0 -1 0 151 0 0 0 0 0 0 0 18 0 1 0 22495643 1650688 123 996147200 134512640 134550932 4294956176 18446744073709551615 4160589855 0 0 4096 0 0 0 0 17 0 0 0
/proc/18104/statm: 403 125 89 9 0 45 0

[startup+0.0329919 s]
/proc/loadavg: 2.04 2.13 2.25 4/75 18104
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=12928 CPUtime=0
/proc/18104/stat : 18104 (java) D 18102 18104 17899 0 -1 0 372 0 9 0 0 0 0 0 18 0 1 0 22495643 13238272 188 996147200 134512640 134550932 4294956016 18446744073709551615 5686058 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/18104/statm: 3232 188 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.102694 s]
/proc/loadavg: 2.04 2.13 2.25 4/75 18104
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=802032 CPUtime=0.04
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 2510 0 34 0 2 2 0 0 18 0 7 0 22495643 821280768 2290 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 200508 2290 988 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.301734 s]
/proc/loadavg: 2.04 2.13 2.25 4/75 18104
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=805600 CPUtime=0.23
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 3951 0 34 0 19 4 0 0 18 0 12 0 22495643 824934400 3721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 201400 3721 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 805600

[startup+0.702817 s]
/proc/loadavg: 2.04 2.13 2.25 4/75 18104
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=807184 CPUtime=0.61
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 5644 0 34 0 56 5 0 0 18 0 12 0 22495643 826556416 5137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 201796 5137 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 807184

[startup+1.50198 s]
/proc/loadavg: 2.04 2.13 2.25 4/87 18116
/proc/meminfo: memFree=1800192/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=809452 CPUtime=1.41
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 11009 0 34 0 133 8 0 0 18 0 12 0 22495643 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 202363 9356 1409 9 0 199690 0
[pid=18104/tid=18106] ppid=18102 vsize=809452 CPUtime=0.69
/proc/18104/task/18106/stat : 18106 (java) R 18102 18104 17899 0 -1 64 7398 0 1 0 63 6 0 0 25 0 12 0 22495650 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 22495651 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22495651 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18102 18104 17899 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22495653 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22495654 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22495654 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=809452 CPUtime=0.71
/proc/18104/task/18114/stat : 18114 (java) R 18102 18104 17899 0 -1 64 2890 0 0 0 70 1 0 0 16 0 12 0 22495658 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 104164050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=809452 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 828878848 9356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 809452

[startup+3.1023 s]
/proc/loadavg: 2.04 2.13 2.25 4/87 18116
/proc/meminfo: memFree=1769536/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=809280 CPUtime=3.02
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 25072 0 34 0 287 15 0 0 18 0 12 0 22495643 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 202320 22660 1422 9 0 199647 0
[pid=18104/tid=18106] ppid=18102 vsize=809280 CPUtime=1.72
/proc/18104/task/18106/stat : 18106 (java) R 18102 18104 17899 0 -1 64 16746 0 1 0 161 11 0 0 25 0 12 0 22495650 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4109688416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=809280 CPUtime=0.03
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 1754 0 0 0 3 0 0 0 17 0 12 0 22495651 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=809280 CPUtime=0.03
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 2157 0 0 0 3 0 0 0 17 0 12 0 22495651 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22495653 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=809280 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=809280 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 828702720 22660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 809280

[startup+6.30195 s]
/proc/loadavg: 2.04 2.12 2.25 4/87 18116
/proc/meminfo: memFree=1606592/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=811080 CPUtime=6.8
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 74682 0 34 0 642 38 0 0 18 0 12 0 22495643 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 202770 69655 1422 9 0 200097 0
[pid=18104/tid=18106] ppid=18102 vsize=811080 CPUtime=3.48
/proc/18104/task/18106/stat : 18106 (java) R 18102 18104 17899 0 -1 64 16913 0 1 0 337 11 0 0 24 0 12 0 22495650 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4109688380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18107] ppid=18102 vsize=811080 CPUtime=1.03
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 24193 0 0 0 92 11 0 0 17 0 12 0 22495651 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18108] ppid=18102 vsize=811080 CPUtime=1.05
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 29161 0 0 0 93 12 0 0 18 0 12 0 22495651 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18109] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22495653 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18110] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=811080 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=811080 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 830545920 69655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 811080

[startup+12.7013 s]
/proc/loadavg: 2.20 2.16 2.26 3/87 18116
/proc/meminfo: memFree=1333448/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=818764 CPUtime=14.42
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 138841 0 34 0 1375 67 0 0 18 0 12 0 22495643 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 204691 129118 1422 9 0 202018 0
[pid=18104/tid=18106] ppid=18102 vsize=818764 CPUtime=6.62
/proc/18104/task/18106/stat : 18106 (java) R 18102 18104 17899 0 -1 64 35353 0 1 0 641 21 0 0 25 0 12 0 22495650 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4109698626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=818764 CPUtime=3.4
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 50860 0 0 0 318 22 0 0 19 0 12 0 22495651 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=818764 CPUtime=3.16
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 48213 0 0 0 296 20 0 0 17 0 12 0 22495651 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22495653 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=818764 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 838414336 129118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 818764

[startup+25.5029 s]
/proc/loadavg: 2.37 2.20 2.27 3/87 18116
/proc/meminfo: memFree=1140872/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=850768 CPUtime=28.53
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 233163 0 34 0 2737 116 0 0 18 0 12 0 22495643 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 212692 176227 1424 9 0 210019 0
[pid=18104/tid=18106] ppid=18102 vsize=850768 CPUtime=9.55
/proc/18104/task/18106/stat : 18106 (java) S 18102 18104 17899 0 -1 64 35362 0 1 0 934 21 0 0 19 0 12 0 22495650 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=850768 CPUtime=5.6
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 72728 0 0 0 526 34 0 0 18 0 12 0 22495651 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=850768 CPUtime=5.48
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 69978 0 0 0 517 31 0 0 17 0 12 0 22495651 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=850768 CPUtime=6.66
/proc/18104/task/18109/stat : 18109 (java) R 18102 18104 17899 0 -1 64 50687 0 0 0 640 26 0 0 22 0 12 0 22495653 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=850768 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 871186432 176227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.53
Current children cumulated vsize (KiB) 850768

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

[startup+31.9062 s]
/proc/loadavg: 2.34 2.19 2.27 3/87 18116
/proc/meminfo: memFree=1102024/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=818764 CPUtime=34.92
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 253968 0 34 0 3365 127 0 0 18 0 12 0 22495643 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 204691 173275 1424 9 0 202018 0
[pid=18104/tid=18106] ppid=18102 vsize=818764 CPUtime=9.73
/proc/18104/task/18106/stat : 18106 (java) S 18102 18104 17899 0 -1 64 35362 0 1 0 952 21 0 0 18 0 12 0 22495650 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=818764 CPUtime=5.6
/proc/18104/task/18107/stat : 18107 (java) R 18102 18104 17899 0 -1 64 72728 0 0 0 526 34 0 0 17 0 12 0 22495651 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=818764 CPUtime=5.49
/proc/18104/task/18108/stat : 18108 (java) R 18102 18104 17899 0 -1 64 69978 0 0 0 518 31 0 0 17 0 12 0 22495651 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 103111101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=818764 CPUtime=12.87
/proc/18104/task/18109/stat : 18109 (java) R 18102 18104 17899 0 -1 64 71492 0 0 0 1250 37 0 0 25 0 12 0 22495653 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=818764 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=818764 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 838414336 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.92
Current children cumulated vsize (KiB) 818764

[startup+33.5025 s]
/proc/loadavg: 2.34 2.19 2.27 3/87 18116
/proc/meminfo: memFree=1101960/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=850768 CPUtime=36.52
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 269724 0 34 0 3516 136 0 0 18 0 12 0 22495643 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 212692 181276 1424 9 0 210019 0
[pid=18104/tid=18106] ppid=18102 vsize=850768 CPUtime=9.73
/proc/18104/task/18106/stat : 18106 (java) S 18102 18104 17899 0 -1 64 35362 0 1 0 952 21 0 0 18 0 12 0 22495650 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=850768 CPUtime=5.6
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 72728 0 0 0 526 34 0 0 16 0 12 0 22495651 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=850768 CPUtime=5.49
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 69978 0 0 0 518 31 0 0 17 0 12 0 22495651 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=850768 CPUtime=14.46
/proc/18104/task/18109/stat : 18109 (java) R 18102 18104 17899 0 -1 64 87248 0 0 0 1400 46 0 0 25 0 12 0 22495653 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=850768 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.52
Current children cumulated vsize (KiB) 850768

[startup+35.1028 s]
/proc/loadavg: 2.31 2.19 2.27 3/87 18116
/proc/meminfo: memFree=1101768/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=850768 CPUtime=38.13
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 269724 0 34 0 3677 136 0 0 18 0 12 0 22495643 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 212692 181276 1424 9 0 210019 0
[pid=18104/tid=18106] ppid=18102 vsize=850768 CPUtime=9.73
/proc/18104/task/18106/stat : 18106 (java) S 18102 18104 17899 0 -1 64 35362 0 1 0 952 21 0 0 18 0 12 0 22495650 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=850768 CPUtime=5.6
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 72728 0 0 0 526 34 0 0 16 0 12 0 22495651 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=850768 CPUtime=5.49
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 69978 0 0 0 518 31 0 0 17 0 12 0 22495651 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=850768 CPUtime=16.07
/proc/18104/task/18109/stat : 18109 (java) R 18102 18104 17899 0 -1 64 87248 0 0 0 1561 46 0 0 25 0 12 0 22495653 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 106159136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=850768 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.13
Current children cumulated vsize (KiB) 850768

[startup+35.5029 s]
/proc/loadavg: 2.31 2.19 2.27 3/87 18116
/proc/meminfo: memFree=1101768/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=850768 CPUtime=38.52
/proc/18104/stat : 18104 (java) S 18102 18104 17899 0 -1 0 269724 0 34 0 3716 136 0 0 18 0 12 0 22495643 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 212692 181276 1424 9 0 210019 0
[pid=18104/tid=18106] ppid=18102 vsize=850768 CPUtime=9.73
/proc/18104/task/18106/stat : 18106 (java) S 18102 18104 17899 0 -1 64 35362 0 1 0 952 21 0 0 18 0 12 0 22495650 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18102 vsize=850768 CPUtime=5.6
/proc/18104/task/18107/stat : 18107 (java) S 18102 18104 17899 0 -1 64 72728 0 0 0 526 34 0 0 16 0 12 0 22495651 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18102 vsize=850768 CPUtime=5.49
/proc/18104/task/18108/stat : 18108 (java) S 18102 18104 17899 0 -1 64 69978 0 0 0 518 31 0 0 17 0 12 0 22495651 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18102 vsize=850768 CPUtime=16.46
/proc/18104/task/18109/stat : 18109 (java) R 18102 18104 17899 0 -1 64 87248 0 0 0 1600 46 0 0 25 0 12 0 22495653 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18110/stat : 18110 (java) S 18102 18104 17899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22495654 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18102 18104 17899 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22495654 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18102 18104 17899 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18113] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18113/stat : 18113 (java) S 18102 18104 17899 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18114] ppid=18102 vsize=850768 CPUtime=1.18
/proc/18104/task/18114/stat : 18114 (java) S 18102 18104 17899 0 -1 64 3689 0 0 0 117 1 0 0 16 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18115] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18115/stat : 18115 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18116] ppid=18102 vsize=850768 CPUtime=0
/proc/18104/task/18116/stat : 18116 (java) S 18102 18104 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22495658 871186432 181276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.52
Current children cumulated vsize (KiB) 850768

[startup+35.7029 s]
/proc/loadavg: 2.31 2.19 2.27 3/87 18116
/proc/meminfo: memFree=1101768/2055920 swapFree=4192812/4192956
[pid=18104] ppid=18102 vsize=0 CPUtime=38.69
/proc/18104/stat : 18104 (java) Z 18102 18104 17899 0 -1 12 269744 0 34 0 3730 139 0 0 16 0 2 0 22495643 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 35.781
CPU time (s): 38.7811
CPU user time (s): 37.3063
CPU system time (s): 1.47478
CPU usage (%): 108.385
Max. virtual memory (cumulated for all children) (KiB): 866772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3063
system time used= 1.47477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269744
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1781
involuntary context switches= 1947

runsolver used 0.039993 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 01:18:31
IDJOB=2071625
IDBENCH=55515
IDSOLVER=731
FILE ID=node80/2071625-1247354310
PBS_JOBID= 9506971
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 198c33e2084ebf698950db6a40f4f810
RANDOM SEED=2055034916

node80.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.285
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.285
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:       1833984 kB
Buffers:          6116 kB
Cached:          78748 kB
SwapCached:          0 kB
Active:         148052 kB
Inactive:        25848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:         100320 kB
Slab:            33240 kB
Committed_AS:   236792 kB
PageTables:       1956 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= 66232 MiB
End job on node80 at 2009-07-12 01:19:06