Trace number 1074004

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? 61.2487 58.624

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-12_ext.xml
MD5SUM908de36a7fb986fcd92c65c30c76c010
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.688895
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.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1074004-1215177901.xml
0.29/0.39	c reading problem ... 
0.60/0.66	c reading problem named null
0.60/0.66	c reading domains done.
0.60/0.66	c reading variables done.
0.69/0.71	c reading relations done.
3.11/3.16	c reading constraints
61.06/58.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
61.06/58.47		at org.sat4j.core.Vec.ensure(Vec.java:175)
61.06/58.47		at org.sat4j.core.Vec.push(Vec.java:182)
61.06/58.47		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
61.06/58.47		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
61.06/58.47		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
61.06/58.47		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
61.06/58.47		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
61.06/58.47		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
61.06/58.47		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
61.06/58.47		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
61.06/58.47		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
61.06/58.47		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
61.06/58.47		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
61.06/58.47		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
61.06/58.47	c starts		: 0
61.06/58.47	c conflicts		: 0
61.06/58.47	c decisions		: 0
61.06/58.47	c propagations		: 0
61.06/58.47	c inspects		: 0
61.06/58.47	c learnt literals	: 0
61.06/58.47	c learnt binary clauses	: 0
61.06/58.47	c learnt ternary clauses	: 0
61.06/58.47	c learnt clauses	: 0
61.06/58.47	c ignored clauses	: 0
61.06/58.47	c root simplifications	: 0
61.06/58.47	c removed literals (reason simplification)	: 0
61.06/58.47	c reason swapping (by a shorter reason)	: 0
61.06/58.47	c Calls to reduceDB	: 0
61.06/58.47	c speed (assignments/second)	: 0.0
61.06/58.48	c non guided choices	0
61.06/58.48	s UNKNOWN
61.06/58.48	c Total wall clock time (in seconds) : 58.084

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-1074004-1215177901/watcher-1074004-1215177901 -o /tmp/evaluation-result-1074004-1215177901/solver-1074004-1215177901 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074004-1215177901.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.00 2.00 4/81 32213
/proc/meminfo: memFree=1632992/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=18572 CPUtime=0
/proc/32213/stat : 32213 (runsolver) R 32211 32213 28302 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1996757204 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32213/statm: 4643 292 257 25 0 2626 0

[startup+0.0866491 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 32213
/proc/meminfo: memFree=1632992/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=802236 CPUtime=0.07
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 2864 0 1 0 5 2 0 0 21 0 7 0 1996757204 821489664 2599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 200559 2599 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101648 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 32213
/proc/meminfo: memFree=1632992/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=804612 CPUtime=0.08
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 3002 0 1 0 6 2 0 0 21 0 12 0 1996757204 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301676 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 32213
/proc/meminfo: memFree=1632992/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=808200 CPUtime=0.29
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 4974 0 1 0 26 3 0 0 21 0 12 0 1996757204 827596800 4314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 202050 4314 1306 9 0 199419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808200

[startup+0.701718 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 32213
/proc/meminfo: memFree=1632992/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=808228 CPUtime=0.69
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 6334 0 1 0 64 5 0 0 21 0 12 0 1996757204 827625472 5475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 202057 5475 1335 9 0 199419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808228

[startup+1.50281 s]
/proc/loadavg: 2.02 2.00 2.00 3/93 32225
/proc/meminfo: memFree=1613824/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=813480 CPUtime=1.48
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 11294 0 1 0 141 7 0 0 21 0 12 0 1996757204 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 203370 9094 1351 9 0 200732 0
[pid=32213/tid=32215] ppid=32211 vsize=813480 CPUtime=0.71
/proc/32213/task/32215/stat : 32215 (java) R 32211 32213 28302 0 -1 64 6180 0 1 0 66 5 0 0 25 0 12 0 1996757206 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4109183678 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32216] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 1996757207 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32217] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1996757207 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32218] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32218/stat : 32218 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996757209 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32219] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1996757209 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1996757209 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=813480 CPUtime=0.26
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 673 0 0 0 26 0 0 0 16 0 12 0 1996757213 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32223] ppid=32211 vsize=813480 CPUtime=0.49
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 3676 0 0 0 48 1 0 0 16 0 12 0 1996757213 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 833003520 9094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 813480

[startup+3.10299 s]
/proc/loadavg: 2.02 2.00 2.00 3/93 32225
/proc/meminfo: memFree=1553152/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=813480 CPUtime=3.11
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 27280 0 1 0 295 16 0 0 21 0 12 0 1996757204 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 203370 25066 1357 9 0 200732 0
[pid=32213/tid=32215] ppid=32211 vsize=813480 CPUtime=1.99
/proc/32213/task/32215/stat : 32215 (java) R 32211 32213 28302 0 -1 64 16998 0 1 0 188 11 0 0 25 0 12 0 1996757206 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4109652952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32216] ppid=32211 vsize=813480 CPUtime=0.07
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 2759 0 0 0 6 1 0 0 16 0 12 0 1996757207 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=813480 CPUtime=0.09
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 2312 0 0 0 9 0 0 0 16 0 12 0 1996757207 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32218] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32218/stat : 32218 (java) S 32211 32213 28302 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996757209 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32219] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=813480 CPUtime=0.29
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 673 0 0 0 29 0 0 0 16 0 12 0 1996757213 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32223] ppid=32211 vsize=813480 CPUtime=0.61
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 3692 0 0 0 60 1 0 0 16 0 12 0 1996757213 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=813480 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 833003520 25066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 813480

[startup+6.30234 s]
/proc/loadavg: 2.02 2.00 2.00 6/93 32225
/proc/meminfo: memFree=1464256/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=821104 CPUtime=6.69
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 55882 0 1 0 639 30 0 0 21 0 12 0 1996757204 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 205276 48933 1362 9 0 202638 0
[pid=32213/tid=32215] ppid=32211 vsize=821104 CPUtime=3.54
/proc/32213/task/32215/stat : 32215 (java) R 32211 32213 28302 0 -1 64 17018 0 1 0 343 11 0 0 24 0 12 0 1996757206 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4109748851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32216] ppid=32211 vsize=821104 CPUtime=0.84
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 16125 0 0 0 77 7 0 0 17 0 12 0 1996757207 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32217] ppid=32211 vsize=821104 CPUtime=0.92
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 16599 0 0 0 85 7 0 0 17 0 12 0 1996757207 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32218] ppid=32211 vsize=821104 CPUtime=0
/proc/32213/task/32218/stat : 32218 (java) S 32211 32213 28302 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996757209 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32219] ppid=32211 vsize=821104 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=821104 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=821104 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=821104 CPUtime=0.42
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 42 0 0 0 16 0 12 0 1996757213 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32223] ppid=32211 vsize=821104 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=821104 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=821104 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 840810496 48933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 821104

[startup+12.7021 s]
/proc/loadavg: 2.16 2.03 2.01 6/93 32225
/proc/meminfo: memFree=1237952/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=823664 CPUtime=14.43
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 112782 0 1 0 1384 59 0 0 21 0 12 0 1996757204 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 205916 103826 1362 9 0 203278 0
[pid=32213/tid=32215] ppid=32211 vsize=823664 CPUtime=6.5
/proc/32213/task/32215/stat : 32215 (java) R 32211 32213 28302 0 -1 64 23173 0 1 0 635 15 0 0 25 0 12 0 1996757206 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=823664 CPUtime=3.29
/proc/32213/task/32216/stat : 32216 (java) R 32211 32213 28302 0 -1 64 41953 0 0 0 309 20 0 0 16 0 12 0 1996757207 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 104146025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=823664 CPUtime=3.23
/proc/32213/task/32217/stat : 32217 (java) R 32211 32213 28302 0 -1 64 41516 0 0 0 304 19 0 0 16 0 12 0 1996757207 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 105852880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=823664 CPUtime=0.01
/proc/32213/task/32218/stat : 32218 (java) S 32211 32213 28302 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 1996757209 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=823664 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=823664 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=823664 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=823664 CPUtime=0.43
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 43 0 0 0 17 0 12 0 1996757213 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32223] ppid=32211 vsize=823664 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=823664 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=823664 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 843431936 103826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 823664

[startup+25.5026 s]
/proc/loadavg: 2.29 2.06 2.02 4/93 32225
/proc/meminfo: memFree=934656/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=831668 CPUtime=28.49
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 202856 0 1 0 2739 110 0 0 21 0 12 0 1996757204 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 207917 175355 1366 9 0 205279 0
[pid=32213/tid=32215] ppid=32211 vsize=831668 CPUtime=10.27
/proc/32213/task/32215/stat : 32215 (java) R 32211 32213 28302 0 -1 64 26908 0 1 0 1009 18 0 0 20 0 12 0 1996757206 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=831668 CPUtime=6.23
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 80492 0 0 0 583 40 0 0 17 0 12 0 1996757207 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=831668 CPUtime=6.15
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 70304 0 0 0 579 36 0 0 16 0 12 0 1996757207 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=831668 CPUtime=4.42
/proc/32213/task/32218/stat : 32218 (java) R 32211 32213 28302 0 -1 64 19096 0 0 0 431 11 0 0 16 0 12 0 1996757209 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 105677754 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=32213/tid=32225] ppid=32211 vsize=835672 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 855728128 177620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.83
Current children cumulated vsize (KiB) 835672

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

[startup+54.3029 s]
/proc/loadavg: 2.23 2.07 2.02 3/93 32225
/proc/meminfo: memFree=926976/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=825668 CPUtime=57
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 277750 0 1 0 5550 150 0 0 21 0 12 0 1996757204 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 206417 175713 1366 9 0 203779 0
[pid=32213/tid=32215] ppid=32211 vsize=825668 CPUtime=11.41
/proc/32213/task/32215/stat : 32215 (java) S 32211 32213 28302 0 -1 64 26914 0 1 0 1123 18 0 0 18 0 12 0 1996757206 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=825668 CPUtime=6.23
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 80492 0 0 0 583 40 0 0 17 0 12 0 1996757207 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=825668 CPUtime=6.15
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 70304 0 0 0 579 36 0 0 16 0 12 0 1996757207 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=825668 CPUtime=31.8
/proc/32213/task/32218/stat : 32218 (java) R 32211 32213 28302 0 -1 64 93984 0 0 0 3128 52 0 0 25 0 12 0 1996757209 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=825668 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=825668 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=825668 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=825668 CPUtime=0.43
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 43 0 0 0 17 0 12 0 1996757213 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32223] ppid=32211 vsize=825668 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=825668 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=825668 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 845484032 175713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57
Current children cumulated vsize (KiB) 825668

[startup+55.902 s]
/proc/loadavg: 2.23 2.07 2.02 3/93 32225
/proc/meminfo: memFree=926976/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=831668 CPUtime=58.59
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 280752 0 1 0 5707 152 0 0 21 0 12 0 1996757204 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 207917 177213 1366 9 0 205279 0
[pid=32213/tid=32215] ppid=32211 vsize=831668 CPUtime=11.41
/proc/32213/task/32215/stat : 32215 (java) S 32211 32213 28302 0 -1 64 26914 0 1 0 1123 18 0 0 18 0 12 0 1996757206 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=831668 CPUtime=6.23
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 80492 0 0 0 583 40 0 0 17 0 12 0 1996757207 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=831668 CPUtime=6.15
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 70304 0 0 0 579 36 0 0 16 0 12 0 1996757207 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=831668 CPUtime=33.39
/proc/32213/task/32218/stat : 32218 (java) R 32211 32213 28302 0 -1 64 96986 0 0 0 3286 53 0 0 25 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 106122385 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=831668 CPUtime=0.43
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 43 0 0 0 17 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32223] ppid=32211 vsize=831668 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.59
Current children cumulated vsize (KiB) 831668

[startup+57.5012 s]
/proc/loadavg: 2.21 2.07 2.02 4/93 32225
/proc/meminfo: memFree=926976/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=831668 CPUtime=60.17
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 280752 0 1 0 5865 152 0 0 21 0 12 0 1996757204 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 207917 177213 1366 9 0 205279 0
[pid=32213/tid=32215] ppid=32211 vsize=831668 CPUtime=11.41
/proc/32213/task/32215/stat : 32215 (java) S 32211 32213 28302 0 -1 64 26914 0 1 0 1123 18 0 0 18 0 12 0 1996757206 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=831668 CPUtime=6.23
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 80492 0 0 0 583 40 0 0 17 0 12 0 1996757207 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=831668 CPUtime=6.15
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 70304 0 0 0 579 36 0 0 16 0 12 0 1996757207 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=831668 CPUtime=34.97
/proc/32213/task/32218/stat : 32218 (java) R 32211 32213 28302 0 -1 64 96986 0 0 0 3444 53 0 0 25 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=831668 CPUtime=0.43
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 43 0 0 0 17 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32223] ppid=32211 vsize=831668 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.17
Current children cumulated vsize (KiB) 831668

[startup+58.3073 s]
/proc/loadavg: 2.21 2.07 2.02 3/93 32225
/proc/meminfo: memFree=926976/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=831668 CPUtime=60.96
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 280752 0 1 0 5944 152 0 0 21 0 12 0 1996757204 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 207917 177213 1366 9 0 205279 0
[pid=32213/tid=32215] ppid=32211 vsize=831668 CPUtime=11.41
/proc/32213/task/32215/stat : 32215 (java) S 32211 32213 28302 0 -1 64 26914 0 1 0 1123 18 0 0 18 0 12 0 1996757206 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=831668 CPUtime=6.23
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 80492 0 0 0 583 40 0 0 17 0 12 0 1996757207 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=831668 CPUtime=6.15
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 70304 0 0 0 579 36 0 0 16 0 12 0 1996757207 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=831668 CPUtime=35.76
/proc/32213/task/32218/stat : 32218 (java) R 32211 32213 28302 0 -1 64 96986 0 0 0 3523 53 0 0 25 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32220] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=831668 CPUtime=0.43
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 43 0 0 0 17 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32223] ppid=32211 vsize=831668 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=831668 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.96
Current children cumulated vsize (KiB) 831668

[startup+58.5013 s]
/proc/loadavg: 2.21 2.07 2.02 3/93 32225
/proc/meminfo: memFree=926976/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=823988 CPUtime=61.13
/proc/32213/stat : 32213 (java) S 32211 32213 28302 0 -1 0 280764 0 1 0 5961 152 0 0 21 0 12 0 1996757204 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32213/statm: 205997 175222 1367 9 0 203359 0
[pid=32213/tid=32215] ppid=32211 vsize=823988 CPUtime=11.41
/proc/32213/task/32215/stat : 32215 (java) S 32211 32213 28302 0 -1 64 26920 0 1 0 1123 18 0 0 16 0 12 0 1996757206 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32216] ppid=32211 vsize=823988 CPUtime=6.23
/proc/32213/task/32216/stat : 32216 (java) S 32211 32213 28302 0 -1 64 80492 0 0 0 583 40 0 0 17 0 12 0 1996757207 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32217] ppid=32211 vsize=823988 CPUtime=6.15
/proc/32213/task/32217/stat : 32217 (java) S 32211 32213 28302 0 -1 64 70304 0 0 0 579 36 0 0 16 0 12 0 1996757207 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32218] ppid=32211 vsize=823988 CPUtime=35.93
/proc/32213/task/32218/stat : 32218 (java) S 32211 32213 28302 0 -1 64 96986 0 0 0 3540 53 0 0 25 0 12 0 1996757209 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32219] ppid=32211 vsize=823988 CPUtime=0
/proc/32213/task/32219/stat : 32219 (java) S 32211 32213 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996757209 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32220] ppid=32211 vsize=823988 CPUtime=0
/proc/32213/task/32220/stat : 32220 (java) S 32211 32213 28302 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996757209 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32221] ppid=32211 vsize=823988 CPUtime=0
/proc/32213/task/32221/stat : 32221 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32222] ppid=32211 vsize=823988 CPUtime=0.43
/proc/32213/task/32222/stat : 32222 (java) S 32211 32213 28302 0 -1 64 684 0 0 0 43 0 0 0 17 0 12 0 1996757213 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32213/tid=32223] ppid=32211 vsize=823988 CPUtime=0.9
/proc/32213/task/32223/stat : 32223 (java) S 32211 32213 28302 0 -1 64 4610 0 0 0 89 1 0 0 16 0 12 0 1996757213 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32224] ppid=32211 vsize=823988 CPUtime=0
/proc/32213/task/32224/stat : 32224 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996757213 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32213/tid=32225] ppid=32211 vsize=823988 CPUtime=0
/proc/32213/task/32225/stat : 32225 (java) S 32211 32213 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996757213 843763712 175222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.13
Current children cumulated vsize (KiB) 823988

[startup+58.6019 s]
/proc/loadavg: 2.21 2.07 2.02 3/93 32225
/proc/meminfo: memFree=926976/2055920 swapFree=4176360/4192956
[pid=32213] ppid=32211 vsize=0 CPUtime=61.21
/proc/32213/stat : 32213 (java) Z 32211 32213 28302 0 -1 12 280767 0 1 0 5961 160 0 0 16 0 2 0 1996757204 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 61.21
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 58.624
CPU time (s): 61.2487
CPU user time (s): 59.6199
CPU system time (s): 1.62875
CPU usage (%): 104.477
Max. virtual memory (cumulated for all children) (KiB): 871672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.6199
system time used= 1.62875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280767
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= 2070
involuntary context switches= 3476

runsolver used 0.081987 second user time and 0.224965 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 15:25:01
IDJOB=1074004
IDBENCH=56384
IDSOLVER=344
FILE ID=node91/1074004-1215177901
PBS_JOBID= 7881416
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-12_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-1074004-1215177901/watcher-1074004-1215177901 -o /tmp/evaluation-result-1074004-1215177901/solver-1074004-1215177901 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074004-1215177901.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 908de36a7fb986fcd92c65c30c76c010
RANDOM SEED=1308956507

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1633408 kB
Buffers:         28420 kB
Cached:         146548 kB
SwapCached:       8020 kB
Active:         325348 kB
Inactive:        50548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633408 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            4264 kB
Writeback:           0 kB
Mapped:         208316 kB
Slab:            30852 kB
Committed_AS: 12700144 kB
PageTables:       2640 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= 66528 MiB
End job on node91 at 2008-07-04 15:26:00