Trace number 1074027

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? 53.2929 49.7831

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-17_ext.xml
MD5SUMcd0ea3bec01ca4e77e7717bc8e3455e0
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.668898
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.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1074027-1215177932.xml
0.29/0.37	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.63	c reading variables done.
0.58/0.68	c reading relations done.
2.99/3.00	c reading constraints
53.11/49.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
53.11/49.67		at org.sat4j.core.Vec.ensure(Vec.java:175)
53.11/49.67		at org.sat4j.core.Vec.push(Vec.java:182)
53.11/49.67		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
53.11/49.67		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
53.11/49.67		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
53.11/49.67		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
53.11/49.67		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
53.11/49.67		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
53.11/49.67		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
53.11/49.67		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
53.11/49.67		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
53.11/49.67		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
53.11/49.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
53.11/49.67		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
53.11/49.67	c starts		: 0
53.11/49.67	c conflicts		: 0
53.11/49.67	c decisions		: 0
53.11/49.67	c propagations		: 0
53.11/49.67	c inspects		: 0
53.11/49.67	c learnt literals	: 0
53.11/49.67	c learnt binary clauses	: 0
53.11/49.67	c learnt ternary clauses	: 0
53.11/49.67	c learnt clauses	: 0
53.11/49.67	c ignored clauses	: 0
53.11/49.67	c root simplifications	: 0
53.11/49.67	c removed literals (reason simplification)	: 0
53.11/49.67	c reason swapping (by a shorter reason)	: 0
53.11/49.67	c Calls to reduceDB	: 0
53.11/49.67	c speed (assignments/second)	: 0.0
53.11/49.67	c non guided choices	0
53.11/49.67	s UNKNOWN
53.11/49.67	c Total wall clock time (in seconds) : 49.295

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-1074027-1215177932/watcher-1074027-1215177932 -o /tmp/evaluation-result-1074027-1215177932/solver-1074027-1215177932 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074027-1215177932.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: 1.96 2.05 2.03 4/73 21788
/proc/meminfo: memFree=1600896/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=152 CPUtime=0
/proc/21788/stat : 21788 (java) R 21786 21788 18419 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1996765533 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 0 0 0
/proc/21788/statm: 38 26 19 9 0 4 0

[startup+0.0420551 s]
/proc/loadavg: 1.96 2.05 2.03 4/73 21788
/proc/meminfo: memFree=1600896/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=802080 CPUtime=0.03
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 2571 0 1 0 2 1 0 0 18 0 7 0 1996765533 821329920 2306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 200520 2306 981 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101062 s]
/proc/loadavg: 1.96 2.05 2.03 4/73 21788
/proc/meminfo: memFree=1600896/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=805780 CPUtime=0.09
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 3245 0 1 0 7 2 0 0 18 0 12 0 1996765533 825118720 2976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 201445 2984 1238 9 0 198814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805780

[startup+0.301093 s]
/proc/loadavg: 1.96 2.05 2.03 4/73 21788
/proc/meminfo: memFree=1600896/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=809320 CPUtime=0.29
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 5070 0 1 0 26 3 0 0 18 0 12 0 1996765533 828743680 4398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 202330 4398 1307 9 0 199699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 809320

[startup+0.701152 s]
/proc/loadavg: 1.96 2.05 2.03 4/73 21788
/proc/meminfo: memFree=1600896/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=809348 CPUtime=0.69
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 6429 0 1 0 64 5 0 0 18 0 12 0 1996765533 828772352 5610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 202337 5610 1335 9 0 199699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 809348

[startup+1.50228 s]
/proc/loadavg: 1.96 2.05 2.03 3/85 21800
/proc/meminfo: memFree=1581472/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=814504 CPUtime=1.49
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 11811 0 1 0 142 7 0 0 18 0 12 0 1996765533 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 203626 9659 1351 9 0 200988 0
[pid=21788/tid=21790] ppid=21786 vsize=814504 CPUtime=0.71
/proc/21788/task/21790/stat : 21790 (java) R 21786 21788 18419 0 -1 64 6723 0 1 0 66 5 0 0 25 0 12 0 1996765534 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1996765535 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1996765535 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21793/stat : 21793 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996765537 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1996765537 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1996765537 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=814504 CPUtime=0.46
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 2955 0 0 0 45 1 0 0 16 0 12 0 1996765541 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21798] ppid=21786 vsize=814504 CPUtime=0.3
/proc/21788/task/21798/stat : 21798 (java) R 21786 21788 18419 0 -1 64 1368 0 0 0 30 0 0 0 16 0 12 0 1996765541 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 103195645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 834052096 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 814504

[startup+3.10151 s]
/proc/loadavg: 1.96 2.05 2.03 3/85 21800
/proc/meminfo: memFree=1521248/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=814504 CPUtime=3.09
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 27246 0 1 0 296 13 0 0 18 0 12 0 1996765533 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 203626 25090 1359 9 0 200988 0
[pid=21788/tid=21790] ppid=21786 vsize=814504 CPUtime=2.02
/proc/21788/task/21790/stat : 21790 (java) R 21786 21788 18419 0 -1 64 17000 0 1 0 193 9 0 0 25 0 12 0 1996765534 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=814504 CPUtime=0.05
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 2264 0 0 0 5 0 0 0 16 0 12 0 1996765535 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=814504 CPUtime=0.07
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 2801 0 0 0 7 0 0 0 16 0 12 0 1996765535 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21793/stat : 21793 (java) S 21786 21788 18419 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996765537 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=814504 CPUtime=0.55
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 2964 0 0 0 54 1 0 0 16 0 12 0 1996765541 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21798] ppid=21786 vsize=814504 CPUtime=0.33
/proc/21788/task/21798/stat : 21798 (java) R 21786 21788 18419 0 -1 64 1370 0 0 0 33 0 0 0 16 0 12 0 1996765541 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 105380210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=814504 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 834052096 25090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 814504

[startup+6.30299 s]
/proc/loadavg: 1.96 2.05 2.03 3/85 21800
/proc/meminfo: memFree=1423520/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=824484 CPUtime=6.77
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 57018 0 1 0 653 24 0 0 18 0 12 0 1996765533 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 206121 50535 1361 9 0 203483 0
[pid=21788/tid=21790] ppid=21786 vsize=824484 CPUtime=3.59
/proc/21788/task/21790/stat : 21790 (java) R 21786 21788 18419 0 -1 64 17016 0 1 0 350 9 0 0 21 0 12 0 1996765534 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21791] ppid=21786 vsize=824484 CPUtime=0.9
/proc/21788/task/21791/stat : 21791 (java) R 21786 21788 18419 0 -1 64 15331 0 0 0 85 5 0 0 16 0 12 0 1996765535 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21792] ppid=21786 vsize=824484 CPUtime=1.06
/proc/21788/task/21792/stat : 21792 (java) R 21786 21788 18419 0 -1 64 18603 0 0 0 99 7 0 0 16 0 12 0 1996765535 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21793/stat : 21793 (java) S 21786 21788 18419 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996765537 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21794] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=824484 CPUtime=0.77
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 76 1 0 0 16 0 12 0 1996765541 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21798] ppid=21786 vsize=824484 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 844271616 50535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 824484

[startup+12.7019 s]
/proc/loadavg: 1.97 2.05 2.03 3/85 21800
/proc/meminfo: memFree=1192104/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=824484 CPUtime=14.97
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 117313 0 1 0 1443 54 0 0 18 0 12 0 1996765533 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 206121 107534 1361 9 0 203483 0
[pid=21788/tid=21790] ppid=21786 vsize=824484 CPUtime=6.7
/proc/21788/task/21790/stat : 21790 (java) R 21786 21788 18419 0 -1 64 23171 0 1 0 658 12 0 0 25 0 12 0 1996765534 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=824484 CPUtime=3.43
/proc/21788/task/21791/stat : 21791 (java) R 21786 21788 18419 0 -1 64 42258 0 0 0 326 17 0 0 15 0 12 0 1996765535 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=824484 CPUtime=3.59
/proc/21788/task/21792/stat : 21792 (java) R 21786 21788 18419 0 -1 64 45816 0 0 0 338 21 0 0 15 0 12 0 1996765535 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996765537 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=824484 CPUtime=0.78
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 77 1 0 0 16 0 12 0 1996765541 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21798] ppid=21786 vsize=824484 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=824484 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 844271616 107534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 824484

[startup+25.5028 s]
/proc/loadavg: 2.12 2.08 2.04 3/85 21800
/proc/meminfo: memFree=900968/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=832488 CPUtime=29.02
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 192987 0 1 0 2815 87 0 0 18 0 12 0 1996765533 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 208122 175806 1365 9 0 205484 0
[pid=21788/tid=21790] ppid=21786 vsize=832488 CPUtime=10.3
/proc/21788/task/21790/stat : 21790 (java) S 21786 21788 18419 0 -1 64 27185 0 1 0 1016 14 0 0 19 0 12 0 1996765534 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=832488 CPUtime=6.28
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 77533 0 0 0 596 32 0 0 18 0 12 0 1996765535 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=832488 CPUtime=6.27
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 75189 0 0 0 593 34 0 0 17 0 12 0 1996765535 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=832488 CPUtime=4.93
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 7096 0 0 0 490 3 0 0 21 0 12 0 1996765537 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21788/tid=21800] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 852467712 175806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.02
Current children cumulated vsize (KiB) 832488

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

[startup+38.3017 s]
/proc/loadavg: 2.10 2.08 2.03 3/85 21800
/proc/meminfo: memFree=895592/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=832488 CPUtime=41.81
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 211857 0 1 0 4087 94 0 0 18 0 12 0 1996765533 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 208122 177157 1365 9 0 205484 0
[pid=21788/tid=21790] ppid=21786 vsize=832488 CPUtime=11.26
/proc/21788/task/21790/stat : 21790 (java) S 21786 21788 18419 0 -1 64 27189 0 1 0 1112 14 0 0 17 0 12 0 1996765534 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=832488 CPUtime=6.28
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 77533 0 0 0 596 32 0 0 18 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=832488 CPUtime=6.27
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 75189 0 0 0 593 34 0 0 17 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=832488 CPUtime=16.76
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 25962 0 0 0 1666 10 0 0 25 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 104136357 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=832488 CPUtime=0.78
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 77 1 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21798] ppid=21786 vsize=832488 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.81
Current children cumulated vsize (KiB) 832488

[startup+44.7026 s]
/proc/loadavg: 2.16 2.09 2.04 3/85 21800
/proc/meminfo: memFree=895528/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=832488 CPUtime=48.2
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 222369 0 1 0 4722 98 0 0 18 0 12 0 1996765533 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 208122 177157 1365 9 0 205484 0
[pid=21788/tid=21790] ppid=21786 vsize=832488 CPUtime=11.39
/proc/21788/task/21790/stat : 21790 (java) S 21786 21788 18419 0 -1 64 27192 0 1 0 1125 14 0 0 17 0 12 0 1996765534 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=832488 CPUtime=6.28
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 77533 0 0 0 596 32 0 0 18 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=832488 CPUtime=6.27
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 75189 0 0 0 593 34 0 0 17 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=832488 CPUtime=23.02
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 36471 0 0 0 2288 14 0 0 25 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 104126344 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=832488 CPUtime=0.78
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 77 1 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21798] ppid=21786 vsize=832488 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.2
Current children cumulated vsize (KiB) 832488

[startup+47.9011 s]
/proc/loadavg: 2.16 2.09 2.04 3/85 21800
/proc/meminfo: memFree=895528/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=832488 CPUtime=51.4
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 225872 0 1 0 5040 100 0 0 18 0 12 0 1996765533 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 208122 177157 1365 9 0 205484 0
[pid=21788/tid=21790] ppid=21786 vsize=832488 CPUtime=11.39
/proc/21788/task/21790/stat : 21790 (java) S 21786 21788 18419 0 -1 64 27192 0 1 0 1125 14 0 0 17 0 12 0 1996765534 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=832488 CPUtime=6.28
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 77533 0 0 0 596 32 0 0 18 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=832488 CPUtime=6.27
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 75189 0 0 0 593 34 0 0 17 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=832488 CPUtime=26.22
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 39974 0 0 0 2606 16 0 0 25 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 106122237 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=832488 CPUtime=0.78
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 77 1 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21798] ppid=21786 vsize=832488 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.4
Current children cumulated vsize (KiB) 832488

[startup+48.7012 s]
/proc/loadavg: 2.16 2.09 2.04 3/85 21800
/proc/meminfo: memFree=895528/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=832488 CPUtime=52.2
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 225872 0 1 0 5120 100 0 0 18 0 12 0 1996765533 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 208122 177157 1365 9 0 205484 0
[pid=21788/tid=21790] ppid=21786 vsize=832488 CPUtime=11.39
/proc/21788/task/21790/stat : 21790 (java) S 21786 21788 18419 0 -1 64 27192 0 1 0 1125 14 0 0 17 0 12 0 1996765534 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=832488 CPUtime=6.28
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 77533 0 0 0 596 32 0 0 18 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=832488 CPUtime=6.27
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 75189 0 0 0 593 34 0 0 17 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=832488 CPUtime=27.02
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 39974 0 0 0 2686 16 0 0 25 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=832488 CPUtime=0.78
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 77 1 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21798] ppid=21786 vsize=832488 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.2
Current children cumulated vsize (KiB) 832488

[startup+49.5064 s]
/proc/loadavg: 2.15 2.09 2.04 3/85 21800
/proc/meminfo: memFree=895528/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=832488 CPUtime=53.01
/proc/21788/stat : 21788 (java) S 21786 21788 18419 0 -1 0 225872 0 1 0 5201 100 0 0 18 0 12 0 1996765533 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 208122 177157 1365 9 0 205484 0
[pid=21788/tid=21790] ppid=21786 vsize=832488 CPUtime=11.39
/proc/21788/task/21790/stat : 21790 (java) S 21786 21788 18419 0 -1 64 27192 0 1 0 1125 14 0 0 17 0 12 0 1996765534 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21791] ppid=21786 vsize=832488 CPUtime=6.28
/proc/21788/task/21791/stat : 21791 (java) S 21786 21788 18419 0 -1 64 77533 0 0 0 596 32 0 0 18 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21792] ppid=21786 vsize=832488 CPUtime=6.27
/proc/21788/task/21792/stat : 21792 (java) S 21786 21788 18419 0 -1 64 75189 0 0 0 593 34 0 0 17 0 12 0 1996765535 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21793] ppid=21786 vsize=832488 CPUtime=27.83
/proc/21788/task/21793/stat : 21793 (java) R 21786 21788 18419 0 -1 64 39974 0 0 0 2767 16 0 0 25 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21794] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21794/stat : 21794 (java) S 21786 21788 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21795] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21795/stat : 21795 (java) S 21786 21788 18419 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996765537 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21796] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21796/stat : 21796 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21797] ppid=21786 vsize=832488 CPUtime=0.78
/proc/21788/task/21797/stat : 21797 (java) S 21786 21788 18419 0 -1 64 3843 0 0 0 77 1 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21788/tid=21798] ppid=21786 vsize=832488 CPUtime=0.41
/proc/21788/task/21798/stat : 21798 (java) S 21786 21788 18419 0 -1 64 1378 0 0 0 41 0 0 0 16 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21799] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21799/stat : 21799 (java) S 21786 21788 18419 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21788/tid=21800] ppid=21786 vsize=832488 CPUtime=0
/proc/21788/task/21800/stat : 21800 (java) S 21786 21788 18419 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996765541 852467712 177157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.01
Current children cumulated vsize (KiB) 832488

[startup+49.7024 s]
/proc/loadavg: 2.15 2.09 2.04 3/85 21800
/proc/meminfo: memFree=895528/2055920 swapFree=4180424/4192956
[pid=21788] ppid=21786 vsize=0 CPUtime=53.21
/proc/21788/stat : 21788 (java) Z 21786 21788 18419 0 -1 12 225888 0 1 0 5218 103 0 0 16 0 2 0 1996765533 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21788/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 53.21
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 49.7831
CPU time (s): 53.2929
CPU user time (s): 52.1821
CPU system time (s): 1.11083
CPU usage (%): 107.05
Max. virtual memory (cumulated for all children) (KiB): 832488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1821
system time used= 1.11083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225888
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= 1902
involuntary context switches= 2427

runsolver used 0.067989 second user time and 0.170974 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 15:25:33
IDJOB=1074027
IDBENCH=56385
IDSOLVER=344
FILE ID=node52/1074027-1215177932
PBS_JOBID= 7881501
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd0ea3bec01ca4e77e7717bc8e3455e0
RANDOM SEED=94046164

node52.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.265
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.265
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:       1601376 kB
Buffers:         78992 kB
Cached:         198508 kB
SwapCached:       6808 kB
Active:         279848 kB
Inactive:       112196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601376 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:         120820 kB
Slab:            47492 kB
Committed_AS:  4059052 kB
PageTables:       2180 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= 66552 MiB
End job on node52 at 2008-07-04 15:26:22