Trace number 2070151

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? 25.2452 24.3708

General information on the benchmark

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

Solver Data

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

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-2070151-1247351125/watcher-2070151-1247351125 -o /tmp/evaluation-result-2070151-1247351125/solver-2070151-1247351125 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070151-1247351125.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.08 1.89 1.91 4/72 15745
/proc/meminfo: memFree=1697112/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=152 CPUtime=0
/proc/15745/stat : 15745 (java) R 15743 15745 14719 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 22175532 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 5533995 0 0 4096 0 0 0 0 17 0 0 0
/proc/15745/statm: 38 26 19 9 0 4 0

[startup+0.0451469 s]
/proc/loadavg: 2.08 1.89 1.91 4/72 15745
/proc/meminfo: memFree=1697112/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=802032 CPUtime=0.03
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 2592 0 1 0 2 1 0 0 18 0 7 0 22175532 821280768 2337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 200508 2338 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.102149 s]
/proc/loadavg: 2.08 1.89 1.91 4/72 15745
/proc/meminfo: memFree=1697112/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=804560 CPUtime=0.09
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 3075 0 1 0 7 2 0 0 18 0 12 0 22175532 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30217 s]
/proc/loadavg: 2.08 1.89 1.91 4/72 15745
/proc/meminfo: memFree=1697112/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=805920 CPUtime=0.29
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 4399 0 1 0 25 4 0 0 18 0 12 0 22175532 825262080 4136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 201480 4136 1365 9 0 198807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805920

[startup+0.702213 s]
/proc/loadavg: 2.08 1.89 1.91 4/72 15745
/proc/meminfo: memFree=1697112/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=807168 CPUtime=0.68
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 6248 0 1 0 63 5 0 0 18 0 12 0 22175532 826540032 5704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 201792 5704 1387 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50129 s]
/proc/loadavg: 2.15 1.91 1.92 4/84 15757
/proc/meminfo: memFree=1674552/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=812152 CPUtime=1.48
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 12324 0 1 0 140 8 0 0 18 0 12 0 22175532 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 203038 10784 1407 9 0 200365 0
[pid=15745/tid=15747] ppid=15743 vsize=812152 CPUtime=0.69
/proc/15745/task/15747/stat : 15747 (java) R 15743 15745 14719 0 -1 64 8188 0 1 0 64 5 0 0 25 0 12 0 22175533 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15748/stat : 15748 (java) S 15743 15745 14719 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 22175534 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15749/stat : 15749 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22175534 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15750/stat : 15750 (java) S 15743 15745 14719 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22175536 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 22175536 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22175536 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=812152 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=812152 CPUtime=0.73
/proc/15745/task/15755/stat : 15755 (java) R 15743 15745 14719 0 -1 64 3152 0 0 0 72 1 0 0 16 0 12 0 22175541 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 105496613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=812152 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 831643648 10784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812152

[startup+3.10244 s]
/proc/loadavg: 2.15 1.91 1.92 3/84 15757
/proc/meminfo: memFree=1631800/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=812796 CPUtime=3.07
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 37623 0 1 0 288 19 0 0 18 0 12 0 22175532 832303104 36080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 203199 36083 1422 9 0 200526 0
[pid=15745/tid=15747] ppid=15743 vsize=812796 CPUtime=1.59
/proc/15745/task/15747/stat : 15747 (java) S 15743 15745 14719 0 -1 64 16900 0 1 0 150 9 0 0 25 0 12 0 22175533 832303104 36084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15745/tid=15748] ppid=15743 vsize=812796 CPUtime=0.2
/proc/15745/task/15748/stat : 15748 (java) R 15743 15745 14719 0 -1 64 8221 0 0 0 17 3 0 0 16 0 12 0 22175534 832303104 36086 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=812796 CPUtime=0.19
/proc/15745/task/15749/stat : 15749 (java) R 15743 15745 14719 0 -1 64 8313 0 0 0 16 3 0 0 17 0 12 0 22175534 832303104 36088 996147200 134512640 134550932 4294956016 18446744073709551615 104188530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=812796 CPUtime=0
/proc/15745/task/15750/stat : 15750 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 832303104 36090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=812796 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 832303104 36092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=812796 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 832303104 36094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=812796 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 832303104 36096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=812796 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 832303104 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=812796 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 832303104 36100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=812796 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 832303104 36101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=812796 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 832303104 36103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812796

[startup+6.30276 s]
/proc/loadavg: 2.15 1.91 1.92 5/84 15757
/proc/meminfo: memFree=1433912/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=819776 CPUtime=6.84
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 77907 0 1 0 647 37 0 0 18 0 12 0 22175532 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 204944 72732 1422 9 0 202271 0
[pid=15745/tid=15747] ppid=15743 vsize=819776 CPUtime=3.34
/proc/15745/task/15747/stat : 15747 (java) R 15743 15745 14719 0 -1 64 16905 0 1 0 325 9 0 0 21 0 12 0 22175533 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=819776 CPUtime=1.21
/proc/15745/task/15748/stat : 15748 (java) R 15743 15745 14719 0 -1 64 31226 0 0 0 108 13 0 0 17 0 12 0 22175534 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 104198156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15745/tid=15749] ppid=15743 vsize=819776 CPUtime=1.2
/proc/15745/task/15749/stat : 15749 (java) R 15743 15745 14719 0 -1 64 25581 0 0 0 109 11 0 0 17 0 12 0 22175534 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 104198138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=819776 CPUtime=0
/proc/15745/task/15750/stat : 15750 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=819776 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=819776 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 839450624 72732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=824900 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 844697600 72739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=824900 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 844697600 72749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=824900 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 844697600 72758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=824900 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 844697600 72767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=824900 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 844697600 72777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 819776

[startup+12.7024 s]
/proc/loadavg: 2.21 1.93 1.93 4/84 15757
/proc/meminfo: memFree=1140024/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=822336 CPUtime=13.66
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 154339 0 1 0 1295 71 0 0 18 0 12 0 22175532 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 205584 145216 1422 9 0 202911 0
[pid=15745/tid=15747] ppid=15743 vsize=822336 CPUtime=6.06
/proc/15745/task/15747/stat : 15747 (java) R 15743 15745 14719 0 -1 64 35347 0 1 0 589 17 0 0 17 0 12 0 22175533 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4109666631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=822336 CPUtime=2.49
/proc/15745/task/15748/stat : 15748 (java) S 15743 15745 14719 0 -1 64 44563 0 0 0 230 19 0 0 18 0 12 0 22175534 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=822336 CPUtime=4.03
/proc/15745/task/15749/stat : 15749 (java) R 15743 15745 14719 0 -1 64 70234 0 0 0 371 32 0 0 19 0 12 0 22175534 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=822336 CPUtime=0
/proc/15745/task/15750/stat : 15750 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=822336 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=822336 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=822336 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=822336 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=822336 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=822336 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=822336 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 842072064 145216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 822336

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

[startup+19.102 s]
/proc/loadavg: 2.19 1.93 1.93 3/84 15757
/proc/meminfo: memFree=993912/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=854340 CPUtime=20.03
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 211784 0 1 0 1907 96 0 0 18 0 12 0 22175532 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 213585 180650 1424 9 0 210912 0
[pid=15745/tid=15747] ppid=15743 vsize=854340 CPUtime=7.12
/proc/15745/task/15747/stat : 15747 (java) S 15743 15745 14719 0 -1 64 42791 0 1 0 691 21 0 0 18 0 12 0 22175533 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=854340 CPUtime=3.99
/proc/15745/task/15748/stat : 15748 (java) S 15743 15745 14719 0 -1 64 64498 0 0 0 371 28 0 0 18 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=854340 CPUtime=4.07
/proc/15745/task/15749/stat : 15749 (java) S 15743 15745 14719 0 -1 64 70234 0 0 0 375 32 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=854340 CPUtime=3.76
/proc/15745/task/15750/stat : 15750 (java) R 15743 15745 14719 0 -1 64 30073 0 0 0 364 12 0 0 25 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=854340 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=854340 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.03
Current children cumulated vsize (KiB) 854340

[startup+22.3023 s]
/proc/loadavg: 2.18 1.93 1.93 3/84 15757
/proc/meminfo: memFree=977912/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=854340 CPUtime=23.23
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 226788 0 1 0 2220 103 0 0 18 0 12 0 22175532 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 213585 180650 1424 9 0 210912 0
[pid=15745/tid=15747] ppid=15743 vsize=854340 CPUtime=7.12
/proc/15745/task/15747/stat : 15747 (java) S 15743 15745 14719 0 -1 64 42791 0 1 0 691 21 0 0 18 0 12 0 22175533 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=854340 CPUtime=3.99
/proc/15745/task/15748/stat : 15748 (java) S 15743 15745 14719 0 -1 64 64498 0 0 0 371 28 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=854340 CPUtime=4.08
/proc/15745/task/15749/stat : 15749 (java) S 15743 15745 14719 0 -1 64 70234 0 0 0 376 32 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=854340 CPUtime=6.94
/proc/15745/task/15750/stat : 15750 (java) R 15743 15745 14719 0 -1 64 45077 0 0 0 676 18 0 0 25 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=854340 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=854340 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (KiB) 854340

[startup+23.1074 s]
/proc/loadavg: 2.18 1.93 1.93 3/84 15757
/proc/meminfo: memFree=977848/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=854340 CPUtime=24.03
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 226788 0 1 0 2300 103 0 0 18 0 12 0 22175532 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 213585 180650 1424 9 0 210912 0
[pid=15745/tid=15747] ppid=15743 vsize=854340 CPUtime=7.12
/proc/15745/task/15747/stat : 15747 (java) S 15743 15745 14719 0 -1 64 42791 0 1 0 691 21 0 0 18 0 12 0 22175533 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=854340 CPUtime=3.99
/proc/15745/task/15748/stat : 15748 (java) S 15743 15745 14719 0 -1 64 64498 0 0 0 371 28 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=854340 CPUtime=4.08
/proc/15745/task/15749/stat : 15749 (java) S 15743 15745 14719 0 -1 64 70234 0 0 0 376 32 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=854340 CPUtime=7.74
/proc/15745/task/15750/stat : 15750 (java) R 15743 15745 14719 0 -1 64 45077 0 0 0 756 18 0 0 25 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=854340 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=854340 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 854340

[startup+23.9025 s]
/proc/loadavg: 2.18 1.93 1.93 3/84 15757
/proc/meminfo: memFree=977848/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=854340 CPUtime=24.82
/proc/15745/stat : 15745 (java) S 15743 15745 14719 0 -1 0 226788 0 1 0 2379 103 0 0 18 0 12 0 22175532 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 213585 180650 1424 9 0 210912 0
[pid=15745/tid=15747] ppid=15743 vsize=854340 CPUtime=7.12
/proc/15745/task/15747/stat : 15747 (java) S 15743 15745 14719 0 -1 64 42791 0 1 0 691 21 0 0 18 0 12 0 22175533 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15748] ppid=15743 vsize=854340 CPUtime=3.99
/proc/15745/task/15748/stat : 15748 (java) S 15743 15745 14719 0 -1 64 64498 0 0 0 371 28 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15749] ppid=15743 vsize=854340 CPUtime=4.08
/proc/15745/task/15749/stat : 15749 (java) S 15743 15745 14719 0 -1 64 70234 0 0 0 376 32 0 0 17 0 12 0 22175534 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15750] ppid=15743 vsize=854340 CPUtime=8.53
/proc/15745/task/15750/stat : 15750 (java) R 15743 15745 14719 0 -1 64 45077 0 0 0 835 18 0 0 25 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15751] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15751/stat : 15751 (java) S 15743 15745 14719 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15752] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15752/stat : 15752 (java) S 15743 15745 14719 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22175536 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15753] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15753/stat : 15753 (java) S 15743 15745 14719 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15754] ppid=15743 vsize=854340 CPUtime=0.03
/proc/15745/task/15754/stat : 15754 (java) S 15743 15745 14719 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15755] ppid=15743 vsize=854340 CPUtime=1.01
/proc/15745/task/15755/stat : 15755 (java) S 15743 15745 14719 0 -1 64 3205 0 0 0 100 1 0 0 16 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15756] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15756/stat : 15756 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15745/tid=15757] ppid=15743 vsize=854340 CPUtime=0
/proc/15745/task/15757/stat : 15757 (java) S 15743 15745 14719 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22175541 874844160 180650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 854340

[startup+24.3025 s]
/proc/loadavg: 2.18 1.93 1.93 3/84 15757
/proc/meminfo: memFree=977848/2055920 swapFree=4192952/4192956
[pid=15745] ppid=15743 vsize=0 CPUtime=25.17
/proc/15745/stat : 15745 (java) Z 15743 15745 14719 0 -1 12 226808 0 1 0 2410 107 0 0 16 0 2 0 22175532 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15745/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 24.3708
CPU time (s): 25.2452
CPU user time (s): 24.1023
CPU system time (s): 1.14283
CPU usage (%): 103.588
Max. virtual memory (cumulated for all children) (KiB): 870344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1023
system time used= 1.14283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226808
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= 1314
involuntary context switches= 1666

runsolver used 0.035994 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 00:25:25
IDJOB=2070151
IDBENCH=55142
IDSOLVER=731
FILE ID=node60/2070151-1247351125
PBS_JOBID= 9506938
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-9_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070151-1247351125/watcher-2070151-1247351125 -o /tmp/evaluation-result-2070151-1247351125/solver-2070151-1247351125 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070151-1247351125.xml

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

MD5SUM BENCH= 560094240c3c84be2d23874ade24f17a
RANDOM SEED=412232946

node60.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1697592 kB
Buffers:         48212 kB
Cached:         207328 kB
SwapCached:          4 kB
Active:         134468 kB
Inactive:       173292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697592 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          63852 kB
Slab:            35916 kB
Committed_AS:   199220 kB
PageTables:       1880 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= 66384 MiB
End job on node60 at 2009-07-12 00:25:49