Trace number 1074119

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 56.7124 55.5776

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-13_ext.xml
MD5SUM6fadd9d7447cc10bc8ba0b5dd4087fca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.544916
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074119-1215178062/watcher-1074119-1215178062 -o /tmp/evaluation-result-1074119-1215178062/solver-1074119-1215178062 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074119-1215178062.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.09 2.06 4/81 31188
/proc/meminfo: memFree=1666816/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=18572 CPUtime=0
/proc/31188/stat : 31188 (runsolver) R 31186 31188 30173 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1996776034 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 257203694887 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31188/statm: 4643 292 257 25 0 2626 0

[startup+0.096867 s]
/proc/loadavg: 2.02 2.09 2.06 4/81 31188
/proc/meminfo: memFree=1666816/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=804612 CPUtime=0.08
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 1996776034 823922688 2727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.102863 s]
/proc/loadavg: 2.02 2.09 2.06 4/81 31188
/proc/meminfo: memFree=1666816/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=804612 CPUtime=0.09
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 3005 0 1 0 7 2 0 0 18 0 12 0 1996776034 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302881 s]
/proc/loadavg: 2.02 2.09 2.06 4/81 31188
/proc/meminfo: memFree=1666816/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=807952 CPUtime=0.29
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 4983 0 1 0 25 4 0 0 18 0 12 0 1996776034 827342848 4312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 201988 4312 1308 9 0 199357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807952

[startup+0.702911 s]
/proc/loadavg: 2.02 2.09 2.06 4/81 31188
/proc/meminfo: memFree=1666816/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=807980 CPUtime=0.69
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 6394 0 1 0 63 6 0 0 18 0 12 0 1996776034 827371520 5524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 201995 5524 1335 9 0 199357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807980

[startup+1.50198 s]
/proc/loadavg: 2.02 2.09 2.06 3/93 31200
/proc/meminfo: memFree=1647904/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=813448 CPUtime=1.49
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 11853 0 1 0 141 8 0 0 18 0 12 0 1996776034 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 203362 9630 1349 9 0 200724 0
[pid=31188/tid=31190] ppid=31186 vsize=813448 CPUtime=0.72
/proc/31188/task/31190/stat : 31190 (java) R 31186 31188 30173 0 -1 64 6684 0 1 0 66 6 0 0 23 0 12 0 1996776036 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996776037 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31192] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996776037 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31193] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31193/stat : 31193 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996776038 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31194] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1996776039 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31195] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1996776039 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31196] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=813448 CPUtime=0.45
/proc/31188/task/31197/stat : 31197 (java) R 31186 31188 30173 0 -1 64 3096 0 0 0 45 0 0 0 16 0 12 0 1996776043 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 105694739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=813448 CPUtime=0.29
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1309 0 0 0 29 0 0 0 16 0 12 0 1996776043 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31199] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 832970752 9630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 813448

[startup+3.10111 s]
/proc/loadavg: 2.10 2.11 2.07 3/93 31200
/proc/meminfo: memFree=1587424/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=813448 CPUtime=3.09
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 27288 0 1 0 294 15 0 0 18 0 12 0 1996776034 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 203362 25061 1357 9 0 200724 0
[pid=31188/tid=31190] ppid=31186 vsize=813448 CPUtime=2.04
/proc/31188/task/31190/stat : 31190 (java) R 31186 31188 30173 0 -1 64 16967 0 1 0 193 11 0 0 25 0 12 0 1996776036 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4109186688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=813448 CPUtime=0.06
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 2164 0 0 0 6 0 0 0 16 0 12 0 1996776037 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=813448 CPUtime=0.07
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 2900 0 0 0 7 0 0 0 16 0 12 0 1996776037 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31193/stat : 31193 (java) S 31186 31188 30173 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 1996776038 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=813448 CPUtime=0.54
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3104 0 0 0 54 0 0 0 16 0 12 0 1996776043 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=813448 CPUtime=0.32
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1309 0 0 0 32 0 0 0 16 0 12 0 1996776043 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31199] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=813448 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 832970752 25061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 813448

[startup+6.30239 s]
/proc/loadavg: 2.10 2.11 2.07 3/93 31200
/proc/meminfo: memFree=1496352/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=820868 CPUtime=7.01
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 54270 0 1 0 674 27 0 0 18 0 12 0 1996776034 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 205217 48188 1361 9 0 202579 0
[pid=31188/tid=31190] ppid=31186 vsize=820868 CPUtime=3.59
/proc/31188/task/31190/stat : 31190 (java) R 31186 31188 30173 0 -1 64 16984 0 1 0 348 11 0 0 21 0 12 0 1996776036 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31191] ppid=31186 vsize=820868 CPUtime=1.03
/proc/31188/task/31191/stat : 31191 (java) R 31186 31188 30173 0 -1 64 15384 0 0 0 97 6 0 0 16 0 12 0 1996776037 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=820868 CPUtime=1.14
/proc/31188/task/31192/stat : 31192 (java) R 31186 31188 30173 0 -1 64 16012 0 0 0 108 6 0 0 16 0 12 0 1996776037 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31193] ppid=31186 vsize=820868 CPUtime=0
/proc/31188/task/31193/stat : 31193 (java) S 31186 31188 30173 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 1996776038 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31194] ppid=31186 vsize=820868 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=820868 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=820868 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=820868 CPUtime=0.77
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 77 0 0 0 16 0 12 0 1996776043 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=820868 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=820868 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=820868 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 840568832 48188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 820868

[startup+12.7029 s]
/proc/loadavg: 2.17 2.12 2.07 4/93 31200
/proc/meminfo: memFree=1245472/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=828548 CPUtime=14.08
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 126407 0 1 0 1350 58 0 0 18 0 12 0 1996776034 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 207137 115442 1361 9 0 204499 0
[pid=31188/tid=31190] ppid=31186 vsize=828548 CPUtime=6.62
/proc/31188/task/31190/stat : 31190 (java) S 31186 31188 30173 0 -1 64 23140 0 1 0 649 13 0 0 18 0 12 0 1996776036 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=828548 CPUtime=2.12
/proc/31188/task/31191/stat : 31191 (java) R 31186 31188 30173 0 -1 64 32192 0 0 0 198 14 0 0 19 0 12 0 1996776037 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=828548 CPUtime=4.07
/proc/31188/task/31192/stat : 31192 (java) R 31186 31188 30173 0 -1 64 65185 0 0 0 380 27 0 0 17 0 12 0 1996776037 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=828548 CPUtime=0
/proc/31188/task/31193/stat : 31193 (java) S 31186 31188 30173 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 1996776038 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=828548 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=828548 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=828548 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=828548 CPUtime=0.78
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 78 0 0 0 16 0 12 0 1996776043 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=828548 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=828548 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=828548 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 848433152 115442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 828548

[startup+25.503 s]
/proc/loadavg: 2.21 2.13 2.08 3/93 31200
/proc/meminfo: memFree=962592/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=836552 CPUtime=26.82
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 196364 0 1 0 2596 86 0 0 18 0 12 0 1996776034 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 209138 176878 1365 9 0 206500 0
[pid=31188/tid=31190] ppid=31186 vsize=836552 CPUtime=10.08
/proc/31188/task/31190/stat : 31190 (java) S 31186 31188 30173 0 -1 64 27050 0 1 0 993 15 0 0 18 0 12 0 1996776036 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=836552 CPUtime=2.12
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 32192 0 0 0 198 14 0 0 19 0 12 0 1996776037 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=836552 CPUtime=7.46
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 120716 0 0 0 698 48 0 0 16 0 12 0 1996776037 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=836552 CPUtime=5.9
/proc/31188/task/31193/stat : 31193 (java) R 31186 31188 30173 0 -1 64 10598 0 0 0 585 5 0 0 20 0 12 0 1996776038 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=836552 CPUtime=0.78
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 78 0 0 0 16 0 12 0 1996776043 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=836552 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 856629248 176878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 836552

[startup+51.1021 s]
/proc/loadavg: 2.14 2.12 2.08 3/93 31200
/proc/meminfo: memFree=956448/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=836552 CPUtime=52.3
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 232955 0 1 0 5129 101 0 0 18 0 12 0 1996776034 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 209138 178429 1365 9 0 206500 0
[pid=31188/tid=31190] ppid=31186 vsize=836552 CPUtime=10.87
/proc/31188/task/31190/stat : 31190 (java) S 31186 31188 30173 0 -1 64 27060 0 1 0 1072 15 0 0 17 0 12 0 1996776036 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=836552 CPUtime=2.12
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 32192 0 0 0 198 14 0 0 19 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=836552 CPUtime=7.46
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 120716 0 0 0 698 48 0 0 16 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=836552 CPUtime=30.58
/proc/31188/task/31193/stat : 31193 (java) R 31186 31188 30173 0 -1 64 47179 0 0 0 3038 20 0 0 25 0 12 0 1996776038 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=836552 CPUtime=0.78
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 78 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=836552 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.3
Current children cumulated vsize (KiB) 836552

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

[startup+52.7012 s]
/proc/loadavg: 2.13 2.12 2.08 3/93 31200
/proc/meminfo: memFree=956384/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=836552 CPUtime=53.88
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 236458 0 1 0 5286 102 0 0 18 0 12 0 1996776034 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 209138 178429 1365 9 0 206500 0
[pid=31188/tid=31190] ppid=31186 vsize=836552 CPUtime=10.87
/proc/31188/task/31190/stat : 31190 (java) S 31186 31188 30173 0 -1 64 27060 0 1 0 1072 15 0 0 17 0 12 0 1996776036 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=836552 CPUtime=2.12
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 32192 0 0 0 198 14 0 0 19 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=836552 CPUtime=7.46
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 120716 0 0 0 698 48 0 0 16 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=836552 CPUtime=32.18
/proc/31188/task/31193/stat : 31193 (java) R 31186 31188 30173 0 -1 64 50682 0 0 0 3196 22 0 0 25 0 12 0 1996776038 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 105677434 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=836552 CPUtime=0.78
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 78 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=836552 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.88
Current children cumulated vsize (KiB) 836552

[startup+54.3013 s]
/proc/loadavg: 2.13 2.12 2.08 3/93 31200
/proc/meminfo: memFree=956384/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=836552 CPUtime=55.47
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 236458 0 1 0 5445 102 0 0 18 0 12 0 1996776034 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 209138 178429 1365 9 0 206500 0
[pid=31188/tid=31190] ppid=31186 vsize=836552 CPUtime=10.87
/proc/31188/task/31190/stat : 31190 (java) S 31186 31188 30173 0 -1 64 27060 0 1 0 1072 15 0 0 17 0 12 0 1996776036 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=836552 CPUtime=2.12
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 32192 0 0 0 198 14 0 0 19 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=836552 CPUtime=7.46
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 120716 0 0 0 698 48 0 0 16 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=836552 CPUtime=33.77
/proc/31188/task/31193/stat : 31193 (java) R 31186 31188 30173 0 -1 64 50682 0 0 0 3355 22 0 0 25 0 12 0 1996776038 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=836552 CPUtime=0.78
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 78 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=836552 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.47
Current children cumulated vsize (KiB) 836552

[startup+55.1014 s]
/proc/loadavg: 2.13 2.12 2.08 3/93 31200
/proc/meminfo: memFree=956384/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=836552 CPUtime=56.27
/proc/31188/stat : 31188 (java) S 31186 31188 30173 0 -1 0 236458 0 1 0 5525 102 0 0 18 0 12 0 1996776034 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31188/statm: 209138 178429 1365 9 0 206500 0
[pid=31188/tid=31190] ppid=31186 vsize=836552 CPUtime=10.87
/proc/31188/task/31190/stat : 31190 (java) S 31186 31188 30173 0 -1 64 27060 0 1 0 1072 15 0 0 17 0 12 0 1996776036 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31191] ppid=31186 vsize=836552 CPUtime=2.12
/proc/31188/task/31191/stat : 31191 (java) S 31186 31188 30173 0 -1 64 32192 0 0 0 198 14 0 0 19 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31192] ppid=31186 vsize=836552 CPUtime=7.46
/proc/31188/task/31192/stat : 31192 (java) S 31186 31188 30173 0 -1 64 120716 0 0 0 698 48 0 0 16 0 12 0 1996776037 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31193] ppid=31186 vsize=836552 CPUtime=34.56
/proc/31188/task/31193/stat : 31193 (java) R 31186 31188 30173 0 -1 64 50682 0 0 0 3434 22 0 0 25 0 12 0 1996776038 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 106123780 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31194] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31194/stat : 31194 (java) S 31186 31188 30173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31195] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31195/stat : 31195 (java) S 31186 31188 30173 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996776039 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31196] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31196/stat : 31196 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31197] ppid=31186 vsize=836552 CPUtime=0.78
/proc/31188/task/31197/stat : 31197 (java) S 31186 31188 30173 0 -1 64 3727 0 0 0 78 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31188/tid=31198] ppid=31186 vsize=836552 CPUtime=0.41
/proc/31188/task/31198/stat : 31198 (java) S 31186 31188 30173 0 -1 64 1319 0 0 0 41 0 0 0 16 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31199] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31199/stat : 31199 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31188/tid=31200] ppid=31186 vsize=836552 CPUtime=0
/proc/31188/task/31200/stat : 31200 (java) S 31186 31188 30173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996776043 856629248 178429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.27
Current children cumulated vsize (KiB) 836552

[startup+55.5014 s]
/proc/loadavg: 2.13 2.12 2.08 3/93 31200
/proc/meminfo: memFree=956384/2055920 swapFree=4180808/4192956
[pid=31188] ppid=31186 vsize=0 CPUtime=56.63
/proc/31188/stat : 31188 (java) Z 31186 31188 30173 0 -1 12 236474 0 1 0 5558 105 0 0 16 0 2 0 1996776034 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31188/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 55.5776
CPU time (s): 56.7124
CPU user time (s): 55.5816
CPU system time (s): 1.13083
CPU usage (%): 102.042
Max. virtual memory (cumulated for all children) (KiB): 836552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.5816
system time used= 1.13083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236474
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= 2007
involuntary context switches= 1789

runsolver used 0.080987 second user time and 0.182972 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 15:27:42
IDJOB=1074119
IDBENCH=56389
IDSOLVER=344
FILE ID=node65/1074119-1215178062
PBS_JOBID= 7881570
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-13_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074119-1215178062/watcher-1074119-1215178062 -o /tmp/evaluation-result-1074119-1215178062/solver-1074119-1215178062 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074119-1215178062.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fadd9d7447cc10bc8ba0b5dd4087fca
RANDOM SEED=695020041

node65.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.231
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.231
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:       1667296 kB
Buffers:         28312 kB
Cached:         123300 kB
SwapCached:       6352 kB
Active:         284276 kB
Inactive:        49560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667296 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:         197872 kB
Slab:            39516 kB
Committed_AS:  4206852 kB
PageTables:       2248 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= 66492 MiB
End job on node65 at 2008-07-04 15:28:38