Trace number 2070074

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? 61.5856 59.9263

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-16_ext.xml
MD5SUMe5944fe7c1fd6c3c32381a9f4eaddce5
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 benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2070074-1247351022/watcher-2070074-1247351022 -o /tmp/evaluation-result-2070074-1247351022/solver-2070074-1247351022 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070074-1247351022.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.51 2.51 2.61 3/82 18952
/proc/meminfo: memFree=1460232/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=18576 CPUtime=0
/proc/18952/stat : 18952 (runsolver) R 18950 18952 18334 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22168634 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18952/statm: 4644 284 249 26 0 2626 0

[startup+0.0218499 s]
/proc/loadavg: 2.51 2.51 2.61 3/82 18952
/proc/meminfo: memFree=1460232/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=13412 CPUtime=0
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 817 0 0 0 0 0 0 0 20 0 2 0 22168634 13733888 590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 3353 590 270 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13412

[startup+0.102851 s]
/proc/loadavg: 2.51 2.51 2.61 3/82 18952
/proc/meminfo: memFree=1460232/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=803004 CPUtime=0.08
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 2908 0 1 0 5 3 0 0 20 0 9 0 22168634 822276096 2653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 200751 2653 1045 9 0 198102 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 803004

[startup+0.30287 s]
/proc/loadavg: 2.51 2.51 2.61 3/82 18952
/proc/meminfo: memFree=1460232/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=805832 CPUtime=0.28
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 4349 0 1 0 24 4 0 0 20 0 12 0 22168634 825171968 4086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 201458 4086 1359 9 0 198785 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805832

[startup+0.701918 s]
/proc/loadavg: 2.51 2.51 2.61 3/82 18952
/proc/meminfo: memFree=1460232/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=807176 CPUtime=0.68
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 6168 0 1 0 63 5 0 0 20 0 12 0 22168634 826548224 5167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 201794 5167 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.502 s]
/proc/loadavg: 2.51 2.51 2.61 4/94 18964
/proc/meminfo: memFree=1443240/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=813468 CPUtime=1.47
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 9855 0 1 0 140 7 0 0 20 0 12 0 22168634 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 203367 7384 1412 9 0 200694 0
[pid=18952/tid=18954] ppid=18950 vsize=813468 CPUtime=0.58
/proc/18952/task/18954/stat : 18954 (java) R 18950 18952 18334 0 -1 64 4582 0 1 0 54 4 0 0 25 0 12 0 22168636 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 22168638 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18956] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 22168638 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18957] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18950 18952 18334 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22168640 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22168640 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22168640 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22168645 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=813468 CPUtime=0.12
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 281 0 0 0 12 0 0 0 16 0 12 0 22168645 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=813468 CPUtime=0.74
/proc/18952/task/18962/stat : 18962 (java) R 18950 18952 18334 0 -1 64 4251 0 0 0 73 1 0 0 18 0 12 0 22168645 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 105575905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22168645 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22168645 832991232 7384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813468

[startup+3.10177 s]
/proc/loadavg: 2.46 2.50 2.60 4/94 18964
/proc/meminfo: memFree=1405992/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=813468 CPUtime=3.05
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 32310 0 1 0 285 20 0 0 20 0 12 0 22168634 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 203367 29837 1422 9 0 200694 0
[pid=18952/tid=18954] ppid=18950 vsize=813468 CPUtime=1.72
/proc/18952/task/18954/stat : 18954 (java) R 18950 18952 18334 0 -1 64 16856 0 1 0 160 12 0 0 19 0 12 0 22168636 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4109498760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=813468 CPUtime=0.15
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 6251 0 0 0 11 4 0 0 18 0 12 0 22168638 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18956] ppid=18950 vsize=813468 CPUtime=0.13
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 3884 0 0 0 12 1 0 0 16 0 12 0 22168638 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18957] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22168640 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22168645 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=813468 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 12 0 22168645 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=813468 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 12 0 22168645 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22168645 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=813468 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22168645 832991232 29837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 813468

[startup+6.30273 s]
/proc/loadavg: 2.46 2.50 2.60 6/94 18964
/proc/meminfo: memFree=1236712/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=814752 CPUtime=6.85
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 79944 0 1 0 641 44 0 0 20 0 12 0 22168634 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 203688 75180 1422 9 0 201015 0
[pid=18952/tid=18954] ppid=18950 vsize=814752 CPUtime=3.51
/proc/18952/task/18954/stat : 18954 (java) R 18950 18952 18334 0 -1 64 16915 0 1 0 339 12 0 0 17 0 12 0 22168636 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4109498752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18950 vsize=814752 CPUtime=1.12
/proc/18952/task/18955/stat : 18955 (java) R 18950 18952 18334 0 -1 64 26894 0 0 0 97 15 0 0 18 0 12 0 22168638 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=814752 CPUtime=1.16
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 30816 0 0 0 102 14 0 0 17 0 12 0 22168638 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=814752 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22168640 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18950 vsize=814752 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22168640 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=814752 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=814752 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22168645 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=814752 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 12 0 22168645 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=814752 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 12 0 22168645 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=814752 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22168645 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=814752 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22168645 834306048 75180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 814752

[startup+12.7024 s]
/proc/loadavg: 2.51 2.51 2.60 5/94 18964
/proc/meminfo: memFree=946344/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=818596 CPUtime=13.5
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 140844 0 1 0 1274 76 0 0 20 0 12 0 22168634 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 204649 134614 1422 9 0 201976 0
[pid=18952/tid=18954] ppid=18950 vsize=818596 CPUtime=6.9
/proc/18952/task/18954/stat : 18954 (java) R 18950 18952 18334 0 -1 64 35355 0 1 0 667 23 0 0 25 0 12 0 22168636 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4109628009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18950 vsize=818596 CPUtime=2.67
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 50506 0 0 0 240 27 0 0 20 0 12 0 22168638 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=818596 CPUtime=2.87
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 49664 0 0 0 264 23 0 0 19 0 12 0 22168638 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=818596 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18950 vsize=818596 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22168640 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=818596 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=818596 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22168645 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=818596 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 12 0 22168645 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=818596 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 12 0 22168645 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=818596 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22168645 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=818596 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22168645 838242304 134614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 818596

[startup+25.5019 s]
/proc/loadavg: 2.75 2.56 2.62 3/94 19013
/proc/meminfo: memFree=1120104/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=850600 CPUtime=27.18
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 226591 0 1 0 2597 121 0 0 20 0 12 0 22168634 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 212650 179230 1424 9 0 209977 0
[pid=18952/tid=18954] ppid=18950 vsize=850600 CPUtime=10.14
/proc/18952/task/18954/stat : 18954 (java) S 18950 18952 18334 0 -1 64 35363 0 1 0 991 23 0 0 19 0 12 0 22168636 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=850600 CPUtime=4.69
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 69029 0 0 0 431 38 0 0 17 0 12 0 22168638 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=850600 CPUtime=4.8
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 65157 0 0 0 448 32 0 0 16 0 12 0 22168638 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=850600 CPUtime=6.48
/proc/18952/task/18957/stat : 18957 (java) R 18950 18952 18334 0 -1 64 51730 0 0 0 624 24 0 0 25 0 12 0 22168640 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 105880872 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22168640 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22168645 871014400 179230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=850600 CPUtime=0.2

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

[pid=18952] ppid=18950 vsize=850600 CPUtime=52.76
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 368643 0 1 0 5095 181 0 0 20 0 12 0 22168634 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 212650 181729 1424 9 0 209977 0
[pid=18952/tid=18954] ppid=18950 vsize=850600 CPUtime=10.75
/proc/18952/task/18954/stat : 18954 (java) S 18950 18952 18334 0 -1 64 35371 0 1 0 1052 23 0 0 17 0 12 0 22168636 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=850600 CPUtime=4.69
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 69029 0 0 0 431 38 0 0 17 0 12 0 22168638 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=850600 CPUtime=4.8
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 65157 0 0 0 448 32 0 0 16 0 12 0 22168638 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=850600 CPUtime=31.45
/proc/18952/task/18957/stat : 18957 (java) R 18950 18952 18334 0 -1 64 193774 0 0 0 3061 84 0 0 25 0 12 0 22168640 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 106836675 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22168640 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22168640 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22168645 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=850600 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 12 0 22168645 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=850600 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 12 0 22168645 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22168645 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=850600 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22168645 871014400 181729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.76
Current children cumulated vsize (KiB) 850600

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

[startup+54.303 s]
/proc/loadavg: 2.50 2.52 2.61 3/95 19014
/proc/meminfo: memFree=1117280/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=850924 CPUtime=55.96
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 399663 0 1 0 5402 194 0 0 20 0 13 0 22168634 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 212731 181736 1423 9 0 210058 0
[pid=18952/tid=18954] ppid=18950 vsize=850924 CPUtime=10.75
/proc/18952/task/18954/stat : 18954 (java) S 18950 18952 18334 0 -1 64 35377 0 1 0 1052 23 0 0 18 0 13 0 22168636 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=850924 CPUtime=4.69
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 69029 0 0 0 431 38 0 0 17 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=850924 CPUtime=4.8
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 65157 0 0 0 448 32 0 0 16 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=850924 CPUtime=34.65
/proc/18952/task/18957/stat : 18957 (java) R 18950 18952 18334 0 -1 64 224784 0 0 0 3368 97 0 0 25 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=850924 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=850924 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=19014] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/19014/stat : 19014 (java) S 18950 18952 18334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22174004 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.96
Current children cumulated vsize (KiB) 850924

[startup+57.5024 s]
/proc/loadavg: 2.46 2.51 2.60 3/95 19014
/proc/meminfo: memFree=1082976/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=850924 CPUtime=59.16
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 415168 0 1 0 5714 202 0 0 20 0 13 0 22168634 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 212731 181736 1423 9 0 210058 0
[pid=18952/tid=18954] ppid=18950 vsize=850924 CPUtime=10.75
/proc/18952/task/18954/stat : 18954 (java) S 18950 18952 18334 0 -1 64 35377 0 1 0 1052 23 0 0 18 0 13 0 22168636 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=850924 CPUtime=4.69
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 69029 0 0 0 431 38 0 0 17 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=850924 CPUtime=4.8
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 65157 0 0 0 448 32 0 0 16 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=850924 CPUtime=37.84
/proc/18952/task/18957/stat : 18957 (java) R 18950 18952 18334 0 -1 64 240289 0 0 0 3679 105 0 0 25 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=850924 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=850924 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=19014] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/19014/stat : 19014 (java) S 18950 18952 18334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22174004 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.16
Current children cumulated vsize (KiB) 850924

[startup+59.1026 s]
/proc/loadavg: 2.46 2.51 2.60 3/95 19014
/proc/meminfo: memFree=1082976/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=850924 CPUtime=60.75
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 415168 0 1 0 5873 202 0 0 20 0 13 0 22168634 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 212731 181736 1423 9 0 210058 0
[pid=18952/tid=18954] ppid=18950 vsize=850924 CPUtime=10.75
/proc/18952/task/18954/stat : 18954 (java) S 18950 18952 18334 0 -1 64 35377 0 1 0 1052 23 0 0 18 0 13 0 22168636 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=850924 CPUtime=4.69
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 69029 0 0 0 431 38 0 0 17 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=850924 CPUtime=4.8
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 65157 0 0 0 448 32 0 0 16 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=850924 CPUtime=39.44
/proc/18952/task/18957/stat : 18957 (java) R 18950 18952 18334 0 -1 64 240289 0 0 0 3839 105 0 0 25 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 104187817 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=850924 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=850924 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=19014] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/19014/stat : 19014 (java) S 18950 18952 18334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22174004 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.75
Current children cumulated vsize (KiB) 850924

[startup+59.5016 s]
/proc/loadavg: 2.46 2.51 2.60 3/95 19014
/proc/meminfo: memFree=1081568/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=850924 CPUtime=61.15
/proc/18952/stat : 18952 (java) S 18950 18952 18334 0 -1 0 415168 0 1 0 5913 202 0 0 20 0 13 0 22168634 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 212731 181736 1423 9 0 210058 0
[pid=18952/tid=18954] ppid=18950 vsize=850924 CPUtime=10.75
/proc/18952/task/18954/stat : 18954 (java) S 18950 18952 18334 0 -1 64 35377 0 1 0 1052 23 0 0 18 0 13 0 22168636 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18955] ppid=18950 vsize=850924 CPUtime=4.69
/proc/18952/task/18955/stat : 18955 (java) S 18950 18952 18334 0 -1 64 69029 0 0 0 431 38 0 0 17 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18950 vsize=850924 CPUtime=4.8
/proc/18952/task/18956/stat : 18956 (java) S 18950 18952 18334 0 -1 64 65157 0 0 0 448 32 0 0 16 0 13 0 22168638 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18950 vsize=850924 CPUtime=39.84
/proc/18952/task/18957/stat : 18957 (java) R 18950 18952 18334 0 -1 64 240289 0 0 0 3879 105 0 0 25 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18958] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18958/stat : 18958 (java) S 18950 18952 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18959] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18950 18952 18334 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22168640 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18960] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18950 18952 18334 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18961] ppid=18950 vsize=850924 CPUtime=0.2
/proc/18952/task/18961/stat : 18961 (java) S 18950 18952 18334 0 -1 64 290 0 0 0 20 0 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18962] ppid=18950 vsize=850924 CPUtime=0.81
/proc/18952/task/18962/stat : 18962 (java) S 18950 18952 18334 0 -1 64 4282 0 0 0 80 1 0 0 16 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18963] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18963/stat : 18963 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=18964] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/18964/stat : 18964 (java) S 18950 18952 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22168645 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18952/tid=19014] ppid=18950 vsize=850924 CPUtime=0
/proc/18952/task/19014/stat : 19014 (java) S 18950 18952 18334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22174004 871346176 181736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.15
Current children cumulated vsize (KiB) 850924

[startup+59.9016 s]
/proc/loadavg: 2.46 2.51 2.60 3/95 19014
/proc/meminfo: memFree=1081568/2055920 swapFree=4192812/4192956
[pid=18952] ppid=18950 vsize=0 CPUtime=61.56
/proc/18952/stat : 18952 (java) Z 18950 18952 18334 0 -1 12 415178 0 1 0 5945 211 0 0 16 0 2 0 22168634 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18952/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 61.56
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 59.9263
CPU time (s): 61.5856
CPU user time (s): 59.451
CPU system time (s): 2.13468
CPU usage (%): 102.769
Max. virtual memory (cumulated for all children) (KiB): 866928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.451
system time used= 2.13468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415178
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= 2023
involuntary context switches= 2434

runsolver used 0.097985 second user time and 0.226965 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 00:23:42
IDJOB=2070074
IDBENCH=55132
IDSOLVER=731
FILE ID=node35/2070074-1247351022
PBS_JOBID= 9506860
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= e5944fe7c1fd6c3c32381a9f4eaddce5
RANDOM SEED=29525506

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1460712 kB
Buffers:          7324 kB
Cached:          79988 kB
SwapCached:          0 kB
Active:         509076 kB
Inactive:        38444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:         480704 kB
Slab:            32128 kB
Committed_AS:   659100 kB
PageTables:       2728 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= 66240 MiB
End job on node35 at 2009-07-12 00:24:42