Trace number 2076982

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? 113.695 112.395

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-05-03.xml
MD5SUM48e7de6c66077e6edefa868907242558
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints23
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension13
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.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-2076982-1247363245.xml
0.18/0.25	c reading problem ... 
0.39/0.49	c reading problem named null
0.39/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.48/0.51	c reading relations done.
1.47/1.51	c reading predicates  done.
1.67/1.73	c reading constraints
102.93/101.54	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
102.93/101.54		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
102.93/101.54		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
102.93/101.54		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
102.93/101.54		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
102.93/101.54		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
102.93/101.54		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
102.93/101.54		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
102.93/101.54		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
102.93/101.54		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
102.93/101.54		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
102.93/101.54		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
102.93/101.54		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
102.93/101.54		at org.sat4j.AbstractLauncher.run(Unknown Source)
102.93/101.54		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
113.22/111.98	c starts		: 0
113.22/111.98	c conflicts		: 0
113.22/111.98	c decisions		: 0
113.22/111.98	c propagations		: 0
113.22/111.98	c inspects		: 0
113.22/111.98	c learnt literals	: 0
113.22/111.98	c learnt binary clauses	: 0
113.22/111.98	c learnt ternary clauses	: 0
113.22/111.98	c learnt clauses	: 0
113.22/111.98	c ignored clauses	: 0
113.22/111.98	c root simplifications	: 0
113.22/111.98	c removed literals (reason simplification)	: 0
113.22/111.98	c reason swapping (by a shorter reason)	: 0
113.22/111.98	c Calls to reduceDB	: 0
113.22/111.98	c speed (assignments/second)	: 0.0
113.22/111.98	c non guided choices	0
113.22/111.98	c learnt constraints type 
113.22/111.98	c constraints type 
113.22/111.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8511908
113.22/111.98	c org.sat4j.minisat.constraints.card.AtLeast => 21
113.22/111.98	s UNKNOWN
113.22/111.98	c Total wall clock time (in seconds) : 101.292

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-2076982-1247363245/watcher-2076982-1247363245 -o /tmp/evaluation-result-2076982-1247363245/solver-2076982-1247363245 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076982-1247363245.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.25 2.12 2.05 3/83 17657
/proc/meminfo: memFree=955128/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=152 CPUtime=0
/proc/17657/stat : 17657 (java6) R 17655 17657 17620 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 23388479 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 8745259 0 0 4096 0 0 0 0 17 0 0 0
/proc/17657/statm: 38 26 19 9 0 4 0

[startup+0.086329 s]
/proc/loadavg: 2.25 2.12 2.05 3/83 17657
/proc/meminfo: memFree=955128/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=802164 CPUtime=0.07
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 2817 0 1 0 5 2 0 0 18 0 7 0 23388479 821415936 2562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 200541 2562 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102333 s]
/proc/loadavg: 2.25 2.12 2.05 3/83 17657
/proc/meminfo: memFree=955128/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=804360 CPUtime=0.08
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 2944 0 1 0 6 2 0 0 18 0 12 0 23388479 823664640 2687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 201090 2687 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.302358 s]
/proc/loadavg: 2.25 2.12 2.05 3/83 17657
/proc/meminfo: memFree=955128/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=805628 CPUtime=0.28
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 4295 0 1 0 24 4 0 0 18 0 12 0 23388479 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 201407 4032 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702404 s]
/proc/loadavg: 2.25 2.12 2.05 3/83 17657
/proc/meminfo: memFree=955128/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=807184 CPUtime=0.68
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 5671 0 1 0 62 6 0 0 18 0 12 0 23388479 826556416 5125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 201796 5125 1398 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5015 s]
/proc/loadavg: 2.25 2.12 2.05 4/95 17669
/proc/meminfo: memFree=936408/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=812848 CPUtime=1.47
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 11141 0 1 0 139 8 0 0 18 0 12 0 23388479 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 203212 9196 1406 9 0 200539 0
[pid=17657/tid=17659] ppid=17655 vsize=812848 CPUtime=0.65
/proc/17657/task/17659/stat : 17659 (java) R 17655 17657 17620 0 -1 64 6451 0 1 0 59 6 0 0 22 0 12 0 23388481 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23388482 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17661] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23388482 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17662] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17655 17657 17620 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23388484 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23388484 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23388484 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23388489 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23388489 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=812848 CPUtime=0.81
/proc/17657/task/17667/stat : 17667 (java) R 17655 17657 17620 0 -1 64 3937 0 0 0 80 1 0 0 16 0 12 0 23388489 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 105496061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23388489 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23388489 832356352 9196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812848

[startup+3.10169 s]
/proc/loadavg: 2.25 2.12 2.05 4/95 17669
/proc/meminfo: memFree=917656/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=812848 CPUtime=3.07
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 30436 0 1 0 286 21 0 0 18 0 12 0 23388479 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 203212 28461 1422 9 0 200539 0
[pid=17657/tid=17659] ppid=17655 vsize=812848 CPUtime=1.58
/proc/17657/task/17659/stat : 17659 (java) R 17655 17657 17620 0 -1 64 17204 0 1 0 144 14 0 0 25 0 12 0 23388481 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=812848 CPUtime=0.16
/proc/17657/task/17660/stat : 17660 (java) R 17655 17657 17620 0 -1 64 4772 0 0 0 13 3 0 0 16 0 12 0 23388482 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17661] ppid=17655 vsize=812848 CPUtime=0.14
/proc/17657/task/17661/stat : 17661 (java) R 17655 17657 17620 0 -1 64 3669 0 0 0 13 1 0 0 16 0 12 0 23388482 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 106197460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17662] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17655 17657 17620 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23388484 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 23388484 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23388484 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23388489 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23388489 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=812848 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 12 0 23388489 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23388489 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=812848 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23388489 832356352 28461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812848

[startup+6.30206 s]
/proc/loadavg: 2.39 2.15 2.06 3/95 17669
/proc/meminfo: memFree=785304/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=815252 CPUtime=6.65
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 75109 0 1 0 621 44 0 0 18 0 12 0 23388479 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 203813 70116 1422 9 0 201140 0
[pid=17657/tid=17659] ppid=17655 vsize=815252 CPUtime=3.1
/proc/17657/task/17659/stat : 17659 (java) R 17655 17657 17620 0 -1 64 17209 0 1 0 296 14 0 0 25 0 12 0 23388481 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17660] ppid=17655 vsize=815252 CPUtime=1.13
/proc/17657/task/17660/stat : 17660 (java) R 17655 17657 17620 0 -1 64 28560 0 0 0 97 16 0 0 16 0 12 0 23388482 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=815252 CPUtime=1.24
/proc/17657/task/17661/stat : 17661 (java) R 17655 17657 17620 0 -1 64 24549 0 0 0 113 11 0 0 16 0 12 0 23388482 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17655 17657 17620 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23388484 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17663] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 23388484 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23388484 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23388489 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23388489 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=815252 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 12 0 23388489 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23388489 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=815252 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23388489 834818048 70116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 815252

[startup+12.7028 s]
/proc/loadavg: 2.43 2.17 2.06 5/96 17670
/proc/meminfo: memFree=495704/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=817816 CPUtime=14.22
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 143826 0 1 0 1341 81 0 0 18 0 12 0 23388479 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 204454 136238 1422 9 0 201781 0
[pid=17657/tid=17659] ppid=17655 vsize=817816 CPUtime=5.28
/proc/17657/task/17659/stat : 17659 (java) R 17655 17657 17620 0 -1 64 23364 0 1 0 511 17 0 0 25 0 12 0 23388481 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4109680104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17660] ppid=17655 vsize=817816 CPUtime=3.88
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 60196 0 0 0 356 32 0 0 17 0 12 0 23388482 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=817816 CPUtime=3.85
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 55475 0 0 0 357 28 0 0 17 0 12 0 23388482 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17655 17657 17620 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23388484 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17663] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 23388484 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23388484 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23388489 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23388489 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=817816 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 12 0 23388489 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23388489 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=817816 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23388489 837443584 136238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 817816

[startup+25.5023 s]
/proc/loadavg: 2.26 2.14 2.05 2/79 17714
/proc/meminfo: memFree=1026400/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=849820 CPUtime=27.78
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 227506 0 1 0 2654 124 0 0 18 0 12 0 23388479 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 212455 180037 1424 9 0 209782 0
[pid=17657/tid=17659] ppid=17655 vsize=849820 CPUtime=6.64
/proc/17657/task/17659/stat : 17659 (java) S 17655 17657 17620 0 -1 64 35659 0 1 0 641 23 0 0 18 0 12 0 23388481 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=849820 CPUtime=5.16
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 71666 0 0 0 478 38 0 0 18 0 12 0 23388482 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=849820 CPUtime=5.18
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 64344 0 0 0 485 33 0 0 16 0 12 0 23388482 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=849820 CPUtime=9.61
/proc/17657/task/17662/stat : 17662 (java) R 17655 17657 17620 0 -1 64 51058 0 0 0 934 27 0 0 25 0 12 0 23388484 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 104177783 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=849820 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 23388484 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=849820 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23388484 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=849820 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23388489 870215680 180037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=849820 CPUtime=0

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

/proc/17657/statm: 205036 174372 1423 9 0 202363 0
[pid=17657/tid=17659] ppid=17655 vsize=820144 CPUtime=7.11
/proc/17657/task/17659/stat : 17659 (java) S 17655 17657 17620 0 -1 64 35677 0 1 0 688 23 0 0 18 0 13 0 23388481 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=820144 CPUtime=5.16
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 71666 0 0 0 478 38 0 0 18 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=820144 CPUtime=5.18
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 64344 0 0 0 485 33 0 0 16 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=820144 CPUtime=85.07
/proc/17657/task/17662/stat : 17662 (java) R 17655 17657 17620 0 -1 64 559488 0 0 0 8187 320 0 0 25 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=820144 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17765] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17765/stat : 17765 (java) S 17655 17657 17620 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23398634 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.72
Current children cumulated vsize (KiB) 820144

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

[startup+108.702 s]
/proc/loadavg: 2.29 2.19 2.08 4/95 17765
/proc/meminfo: memFree=579616/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=820144 CPUtime=110.06
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 736961 0 1 0 10588 418 0 0 18 0 13 0 23388479 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 205036 174372 1423 9 0 202363 0
[pid=17657/tid=17659] ppid=17655 vsize=820144 CPUtime=7.11
/proc/17657/task/17659/stat : 17659 (java) S 17655 17657 17620 0 -1 64 35677 0 1 0 688 23 0 0 18 0 13 0 23388481 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=820144 CPUtime=5.16
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 71666 0 0 0 478 38 0 0 18 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=820144 CPUtime=5.18
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 64344 0 0 0 485 33 0 0 16 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=820144 CPUtime=91.41
/proc/17657/task/17662/stat : 17662 (java) R 17655 17657 17620 0 -1 64 560490 0 0 0 8820 321 0 0 25 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=820144 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17765] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17765/stat : 17765 (java) S 17655 17657 17620 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23398634 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 110.06
Current children cumulated vsize (KiB) 820144

[startup+110.302 s]
/proc/loadavg: 2.29 2.19 2.08 4/95 17765
/proc/meminfo: memFree=579552/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=820144 CPUtime=111.64
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 736961 0 1 0 10746 418 0 0 18 0 13 0 23388479 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 205036 174372 1423 9 0 202363 0
[pid=17657/tid=17659] ppid=17655 vsize=820144 CPUtime=7.11
/proc/17657/task/17659/stat : 17659 (java) S 17655 17657 17620 0 -1 64 35677 0 1 0 688 23 0 0 18 0 13 0 23388481 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=820144 CPUtime=5.16
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 71666 0 0 0 478 38 0 0 18 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=820144 CPUtime=5.18
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 64344 0 0 0 485 33 0 0 16 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=820144 CPUtime=92.99
/proc/17657/task/17662/stat : 17662 (java) R 17655 17657 17620 0 -1 64 560490 0 0 0 8978 321 0 0 25 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=820144 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17765] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17765/stat : 17765 (java) S 17655 17657 17620 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23398634 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 111.64
Current children cumulated vsize (KiB) 820144

[startup+111.107 s]
/proc/loadavg: 2.35 2.20 2.08 4/95 17765
/proc/meminfo: memFree=579488/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=820144 CPUtime=112.43
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 736961 0 1 0 10825 418 0 0 18 0 13 0 23388479 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 205036 174372 1423 9 0 202363 0
[pid=17657/tid=17659] ppid=17655 vsize=820144 CPUtime=7.11
/proc/17657/task/17659/stat : 17659 (java) S 17655 17657 17620 0 -1 64 35677 0 1 0 688 23 0 0 18 0 13 0 23388481 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=820144 CPUtime=5.16
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 71666 0 0 0 478 38 0 0 18 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=820144 CPUtime=5.18
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 64344 0 0 0 485 33 0 0 16 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=820144 CPUtime=93.79
/proc/17657/task/17662/stat : 17662 (java) R 17655 17657 17620 0 -1 64 560490 0 0 0 9058 321 0 0 25 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=820144 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17765] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17765/stat : 17765 (java) S 17655 17657 17620 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23398634 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 112.43
Current children cumulated vsize (KiB) 820144

[startup+111.903 s]
/proc/loadavg: 2.35 2.20 2.08 4/95 17765
/proc/meminfo: memFree=579488/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=820144 CPUtime=113.22
/proc/17657/stat : 17657 (java) S 17655 17657 17620 0 -1 0 736961 0 1 0 10904 418 0 0 18 0 13 0 23388479 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 205036 174372 1423 9 0 202363 0
[pid=17657/tid=17659] ppid=17655 vsize=820144 CPUtime=7.11
/proc/17657/task/17659/stat : 17659 (java) S 17655 17657 17620 0 -1 64 35677 0 1 0 688 23 0 0 18 0 13 0 23388481 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17655 vsize=820144 CPUtime=5.16
/proc/17657/task/17660/stat : 17660 (java) S 17655 17657 17620 0 -1 64 71666 0 0 0 478 38 0 0 18 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17661] ppid=17655 vsize=820144 CPUtime=5.18
/proc/17657/task/17661/stat : 17661 (java) S 17655 17657 17620 0 -1 64 64344 0 0 0 485 33 0 0 16 0 13 0 23388482 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17657/tid=17662] ppid=17655 vsize=820144 CPUtime=94.58
/proc/17657/task/17662/stat : 17662 (java) R 17655 17657 17620 0 -1 64 560490 0 0 0 9137 321 0 0 25 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17663/stat : 17663 (java) S 17655 17657 17620 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17655 17657 17620 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23388484 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17655 17657 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17666] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17666/stat : 17666 (java) S 17655 17657 17620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17667] ppid=17655 vsize=820144 CPUtime=1.15
/proc/17657/task/17667/stat : 17667 (java) S 17655 17657 17620 0 -1 64 4027 0 0 0 114 1 0 0 16 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17668] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17668/stat : 17668 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17669] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17669/stat : 17669 (java) S 17655 17657 17620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23388489 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17765] ppid=17655 vsize=820144 CPUtime=0
/proc/17657/task/17765/stat : 17765 (java) S 17655 17657 17620 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23398634 839827456 174372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.22
Current children cumulated vsize (KiB) 820144

[startup+112.302 s]
/proc/loadavg: 2.35 2.20 2.08 5/94 17765
/proc/meminfo: memFree=581280/2055920 swapFree=4192956/4192956
[pid=17657] ppid=17655 vsize=0 CPUtime=113.59
/proc/17657/stat : 17657 (java) Z 17655 17657 17620 0 -1 12 736971 0 1 0 10940 419 0 0 16 0 2 0 23388479 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 113.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 112.395
CPU time (s): 113.695
CPU user time (s): 109.404
CPU system time (s): 4.29035
CPU usage (%): 101.156
Max. virtual memory (cumulated for all children) (KiB): 913824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.404
system time used= 4.29035
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736971
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= 3174
involuntary context switches= 5278

runsolver used 0.153976 second user time and 0.39394 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 03:47:25
IDJOB=2076982
IDBENCH=56536
IDSOLVER=731
FILE ID=node53/2076982-1247363245
PBS_JOBID= 9507023
Free space on /tmp= 65924 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-05-03.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076982-1247363245/watcher-2076982-1247363245 -o /tmp/evaluation-result-2076982-1247363245/solver-2076982-1247363245 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076982-1247363245.xml

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

MD5SUM BENCH= 48e7de6c66077e6edefa868907242558
RANDOM SEED=466507112

node53.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        955608 kB
Buffers:         67864 kB
Cached:         194140 kB
SwapCached:          0 kB
Active:         863772 kB
Inactive:       166192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        955608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:         782448 kB
Slab:            54076 kB
Committed_AS:   939508 kB
PageTables:       3408 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= 65932 MiB
End job on node53 at 2009-07-12 03:49:17