Trace number 1073843

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? 51.9661 49.4015

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-19_ext.xml
MD5SUMdb5c93d2b7550476dbe278ee2a0fc0b9
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.625904
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.38	c solving HOME/instance-1073843-1215177730.xml
0.29/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.68	c reading relations done.
2.99/3.01	c reading constraints
51.81/49.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
51.81/49.24		at org.sat4j.core.Vec.ensure(Vec.java:175)
51.81/49.24		at org.sat4j.core.Vec.push(Vec.java:182)
51.81/49.24		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
51.81/49.24		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
51.81/49.24		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
51.81/49.24		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
51.81/49.24		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
51.81/49.24		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
51.81/49.24		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
51.81/49.24		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
51.81/49.24		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
51.81/49.24		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
51.81/49.24		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
51.81/49.24		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
51.81/49.24	c starts		: 0
51.81/49.25	c conflicts		: 0
51.81/49.25	c decisions		: 0
51.81/49.25	c propagations		: 0
51.81/49.25	c inspects		: 0
51.81/49.25	c learnt literals	: 0
51.81/49.25	c learnt binary clauses	: 0
51.81/49.25	c learnt ternary clauses	: 0
51.81/49.25	c learnt clauses	: 0
51.81/49.25	c ignored clauses	: 0
51.81/49.25	c root simplifications	: 0
51.81/49.25	c removed literals (reason simplification)	: 0
51.81/49.25	c reason swapping (by a shorter reason)	: 0
51.81/49.25	c Calls to reduceDB	: 0
51.81/49.25	c speed (assignments/second)	: 0.0
51.81/49.25	c non guided choices	0
51.81/49.25	s UNKNOWN
51.81/49.25	c Total wall clock time (in seconds) : 48.87

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-1073843-1215177730/watcher-1073843-1215177730 -o /tmp/evaluation-result-1073843-1215177730/solver-1073843-1215177730 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073843-1215177730.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.11 2.04 2.01 4/81 21346
/proc/meminfo: memFree=1793952/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=152 CPUtime=0
/proc/21346/stat : 21346 (java) R 21344 21346 20660 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 155584347 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 5104420 0 0 4096 0 0 0 0 17 0 0 0
/proc/21346/statm: 38 26 19 9 0 4 0

[startup+0.0393171 s]
/proc/loadavg: 2.11 2.04 2.01 4/81 21346
/proc/meminfo: memFree=1793952/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=801432 CPUtime=0.03
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 2511 0 1 0 2 1 0 0 18 0 5 0 155584347 820666368 2248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 200358 2250 959 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101328 s]
/proc/loadavg: 2.11 2.04 2.01 4/81 21346
/proc/meminfo: memFree=1793952/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=804756 CPUtime=0.09
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 3246 0 1 0 8 1 0 0 18 0 12 0 155584347 824070144 2977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 201189 2984 1240 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301349 s]
/proc/loadavg: 2.11 2.04 2.01 4/81 21346
/proc/meminfo: memFree=1793952/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=808296 CPUtime=0.29
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 5056 0 1 0 26 3 0 0 18 0 12 0 155584347 827695104 4384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 202074 4384 1307 9 0 199443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808296

[startup+0.701391 s]
/proc/loadavg: 2.11 2.04 2.01 4/81 21346
/proc/meminfo: memFree=1793952/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=808324 CPUtime=0.68
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 6411 0 1 0 64 4 0 0 18 0 12 0 155584347 827723776 5592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 202081 5592 1335 9 0 199443 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808324

[startup+1.50247 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 21358
/proc/meminfo: memFree=1774528/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=813480 CPUtime=1.48
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 11808 0 1 0 142 6 0 0 18 0 12 0 155584347 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 203370 9656 1351 9 0 200732 0
[pid=21346/tid=21348] ppid=21344 vsize=813480 CPUtime=0.7
/proc/21346/task/21348/stat : 21348 (java) R 21344 21346 20660 0 -1 64 6724 0 1 0 66 4 0 0 25 0 12 0 155584348 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 155584348 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 155584348 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21351/stat : 21351 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 155584350 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 155584351 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 155584351 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=813480 CPUtime=0.46
/proc/21346/task/21355/stat : 21355 (java) R 21344 21346 20660 0 -1 64 2961 0 0 0 45 1 0 0 16 0 12 0 155584354 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 106699170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=813480 CPUtime=0.3
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1360 0 0 0 30 0 0 0 16 0 12 0 155584355 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21357] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 833003520 9656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 833003520 9656 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.10164 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 21358
/proc/meminfo: memFree=1714240/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=813480 CPUtime=3.09
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 27241 0 1 0 295 14 0 0 18 0 12 0 155584347 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 203370 25085 1359 9 0 200732 0
[pid=21346/tid=21348] ppid=21344 vsize=813480 CPUtime=2.02
/proc/21346/task/21348/stat : 21348 (java) R 21344 21346 20660 0 -1 64 17001 0 1 0 193 9 0 0 25 0 12 0 155584348 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=813480 CPUtime=0.05
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 2288 0 0 0 5 0 0 0 16 0 12 0 155584348 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=813480 CPUtime=0.08
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 2775 0 0 0 7 1 0 0 16 0 12 0 155584348 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21351/stat : 21351 (java) S 21344 21346 20660 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 155584350 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=813480 CPUtime=0.55
/proc/21346/task/21355/stat : 21355 (java) R 21344 21346 20660 0 -1 64 2968 0 0 0 54 1 0 0 16 0 12 0 155584354 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 103306401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=813480 CPUtime=0.32
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1362 0 0 0 32 0 0 0 16 0 12 0 155584355 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21357] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 833003520 25085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=813480 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 833003520 25085 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) 813480

[startup+6.30299 s]
/proc/loadavg: 2.18 2.05 2.01 5/93 21358
/proc/meminfo: memFree=1619136/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=821104 CPUtime=7.04
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 55294 0 1 0 676 28 0 0 18 0 12 0 155584347 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 205276 49064 1362 9 0 202638 0
[pid=21346/tid=21348] ppid=21344 vsize=821104 CPUtime=3.56
/proc/21346/task/21348/stat : 21348 (java) R 21344 21346 20660 0 -1 64 17018 0 1 0 346 10 0 0 25 0 12 0 155584348 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=821104 CPUtime=1.07
/proc/21346/task/21349/stat : 21349 (java) R 21344 21346 20660 0 -1 64 16172 0 0 0 100 7 0 0 16 0 12 0 155584348 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=821104 CPUtime=1.08
/proc/21346/task/21350/stat : 21350 (java) R 21344 21346 20660 0 -1 64 16032 0 0 0 101 7 0 0 17 0 12 0 155584348 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 104146016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=821104 CPUtime=0
/proc/21346/task/21351/stat : 21351 (java) S 21344 21346 20660 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 155584350 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=821104 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=821104 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=821104 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=821104 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=821104 CPUtime=0.44
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 44 0 0 0 16 0 12 0 155584355 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21357] ppid=21344 vsize=821104 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=821104 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 840810496 49064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 821104

[startup+12.7017 s]
/proc/loadavg: 2.49 2.12 2.03 3/93 21358
/proc/meminfo: memFree=1384768/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=823664 CPUtime=14.58
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 116089 0 1 0 1405 53 0 0 18 0 12 0 155584347 843431936 108123 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 205916 108126 1362 9 0 203278 0
[pid=21346/tid=21348] ppid=21344 vsize=823664 CPUtime=6.57
/proc/21346/task/21348/stat : 21348 (java) R 21344 21346 20660 0 -1 64 23173 0 1 0 645 12 0 0 19 0 12 0 155584348 843431936 108128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=823664 CPUtime=3.37
/proc/21346/task/21349/stat : 21349 (java) R 21344 21346 20660 0 -1 64 45555 0 0 0 317 20 0 0 16 0 12 0 155584348 843431936 108131 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=823664 CPUtime=3.29
/proc/21346/task/21350/stat : 21350 (java) R 21344 21346 20660 0 -1 64 41298 0 0 0 312 17 0 0 16 0 12 0 155584348 843431936 108133 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21351] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21351/stat : 21351 (java) S 21344 21346 20660 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 155584350 843431936 108136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 843431936 108139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 843431936 108141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 843431936 108144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=823664 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 843431936 108146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=823664 CPUtime=0.45
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 45 0 0 0 16 0 12 0 155584355 843431936 108149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21357] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 843431936 108151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 843431936 108154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 823664

[startup+25.503 s]
/proc/loadavg: 2.59 2.16 2.05 3/93 21358
/proc/meminfo: memFree=1069760/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=823664 CPUtime=28.12
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 214088 0 1 0 2721 91 0 0 18 0 12 0 155584347 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 205916 173820 1366 9 0 203278 0
[pid=21346/tid=21348] ppid=21344 vsize=823664 CPUtime=10.19
/proc/21346/task/21348/stat : 21348 (java) R 21344 21346 20660 0 -1 64 27170 0 1 0 1005 14 0 0 18 0 12 0 155584348 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4109747173 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=823664 CPUtime=4.26
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 54671 0 0 0 402 24 0 0 19 0 12 0 155584348 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=823664 CPUtime=7.15
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 95161 0 0 0 677 38 0 0 17 0 12 0 155584348 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=823664 CPUtime=5.19
/proc/21346/task/21351/stat : 21351 (java) R 21344 21346 20660 0 -1 64 31098 0 0 0 507 12 0 0 25 0 12 0 155584350 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21346/tid=21358] ppid=21344 vsize=823664 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 843431936 173820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.12
Current children cumulated vsize (KiB) 823664

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

[startup+38.3014 s]
/proc/loadavg: 2.50 2.15 2.05 3/93 21358
/proc/meminfo: memFree=1064000/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=855668 CPUtime=40.9
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 293009 0 1 0 3965 125 0 0 18 0 12 0 155584347 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 213917 183213 1366 9 0 211279 0
[pid=21346/tid=21348] ppid=21344 vsize=855668 CPUtime=10.91
/proc/21346/task/21348/stat : 21348 (java) S 21344 21346 20660 0 -1 64 27174 0 1 0 1077 14 0 0 17 0 12 0 155584348 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=855668 CPUtime=4.26
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 54671 0 0 0 402 24 0 0 19 0 12 0 155584348 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=855668 CPUtime=7.15
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 95161 0 0 0 677 38 0 0 17 0 12 0 155584348 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=855668 CPUtime=17.26
/proc/21346/task/21351/stat : 21351 (java) R 21344 21346 20660 0 -1 64 110015 0 0 0 1680 46 0 0 25 0 12 0 155584350 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=855668 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=855668 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=855668 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=855668 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=855668 CPUtime=0.45
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 45 0 0 0 16 0 12 0 155584355 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21357] ppid=21344 vsize=855668 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=855668 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 876204032 183213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.9
Current children cumulated vsize (KiB) 855668

[startup+44.702 s]
/proc/loadavg: 2.49 2.16 2.05 3/93 21358
/proc/meminfo: memFree=1088128/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=831668 CPUtime=47.3
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 303521 0 1 0 4600 130 0 0 18 0 12 0 155584347 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 207917 177213 1366 9 0 205279 0
[pid=21346/tid=21348] ppid=21344 vsize=831668 CPUtime=11.04
/proc/21346/task/21348/stat : 21348 (java) S 21344 21346 20660 0 -1 64 27177 0 1 0 1090 14 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=831668 CPUtime=4.26
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 54671 0 0 0 402 24 0 0 19 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=831668 CPUtime=7.15
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 95161 0 0 0 677 38 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=831668 CPUtime=23.53
/proc/21346/task/21351/stat : 21351 (java) R 21344 21346 20660 0 -1 64 120524 0 0 0 2302 51 0 0 25 0 12 0 155584350 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=831668 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=831668 CPUtime=0.45
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 45 0 0 0 16 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21357] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 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) 47.3
Current children cumulated vsize (KiB) 831668

[startup+47.9024 s]
/proc/loadavg: 2.49 2.16 2.05 3/93 21358
/proc/meminfo: memFree=1088128/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=831668 CPUtime=50.51
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 307024 0 1 0 4919 132 0 0 18 0 12 0 155584347 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 207917 177213 1366 9 0 205279 0
[pid=21346/tid=21348] ppid=21344 vsize=831668 CPUtime=11.04
/proc/21346/task/21348/stat : 21348 (java) S 21344 21346 20660 0 -1 64 27177 0 1 0 1090 14 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=831668 CPUtime=4.26
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 54671 0 0 0 402 24 0 0 19 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=831668 CPUtime=7.15
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 95161 0 0 0 677 38 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=831668 CPUtime=26.72
/proc/21346/task/21351/stat : 21351 (java) R 21344 21346 20660 0 -1 64 124027 0 0 0 2620 52 0 0 25 0 12 0 155584350 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 104136447 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=831668 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=831668 CPUtime=0.45
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 45 0 0 0 16 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21357] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 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) 50.51
Current children cumulated vsize (KiB) 831668

[startup+48.7025 s]
/proc/loadavg: 2.49 2.16 2.05 3/93 21358
/proc/meminfo: memFree=1088128/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=831668 CPUtime=51.31
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 307024 0 1 0 4999 132 0 0 18 0 12 0 155584347 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 207917 177213 1366 9 0 205279 0
[pid=21346/tid=21348] ppid=21344 vsize=831668 CPUtime=11.04
/proc/21346/task/21348/stat : 21348 (java) S 21344 21346 20660 0 -1 64 27177 0 1 0 1090 14 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=831668 CPUtime=4.26
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 54671 0 0 0 402 24 0 0 19 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=831668 CPUtime=7.15
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 95161 0 0 0 677 38 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=831668 CPUtime=27.52
/proc/21346/task/21351/stat : 21351 (java) R 21344 21346 20660 0 -1 64 124027 0 0 0 2700 52 0 0 25 0 12 0 155584350 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 104136401 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=831668 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=831668 CPUtime=0.45
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 45 0 0 0 16 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21357] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 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) 51.31
Current children cumulated vsize (KiB) 831668

[startup+49.1025 s]
/proc/loadavg: 2.49 2.16 2.05 3/93 21358
/proc/meminfo: memFree=1088128/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=831668 CPUtime=51.71
/proc/21346/stat : 21346 (java) S 21344 21346 20660 0 -1 0 307024 0 1 0 5039 132 0 0 18 0 12 0 155584347 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 207917 177213 1366 9 0 205279 0
[pid=21346/tid=21348] ppid=21344 vsize=831668 CPUtime=11.04
/proc/21346/task/21348/stat : 21348 (java) S 21344 21346 20660 0 -1 64 27177 0 1 0 1090 14 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21349] ppid=21344 vsize=831668 CPUtime=4.26
/proc/21346/task/21349/stat : 21349 (java) S 21344 21346 20660 0 -1 64 54671 0 0 0 402 24 0 0 19 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21350] ppid=21344 vsize=831668 CPUtime=7.15
/proc/21346/task/21350/stat : 21350 (java) S 21344 21346 20660 0 -1 64 95161 0 0 0 677 38 0 0 17 0 12 0 155584348 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21351] ppid=21344 vsize=831668 CPUtime=27.92
/proc/21346/task/21351/stat : 21351 (java) R 21344 21346 20660 0 -1 64 124027 0 0 0 2740 52 0 0 25 0 12 0 155584350 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21352] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21352/stat : 21352 (java) S 21344 21346 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21353] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21353/stat : 21353 (java) S 21344 21346 20660 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 155584351 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21354] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21354/stat : 21354 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21355] ppid=21344 vsize=831668 CPUtime=0.82
/proc/21346/task/21355/stat : 21355 (java) S 21344 21346 20660 0 -1 64 3854 0 0 0 81 1 0 0 16 0 12 0 155584354 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21356] ppid=21344 vsize=831668 CPUtime=0.45
/proc/21346/task/21356/stat : 21356 (java) S 21344 21346 20660 0 -1 64 1371 0 0 0 45 0 0 0 16 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21346/tid=21357] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21357/stat : 21357 (java) S 21344 21346 20660 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155584355 851628032 177213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21346/tid=21358] ppid=21344 vsize=831668 CPUtime=0
/proc/21346/task/21358/stat : 21358 (java) S 21344 21346 20660 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 155584355 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) 51.71
Current children cumulated vsize (KiB) 831668

[startup+49.3025 s]
/proc/loadavg: 2.49 2.16 2.05 3/93 21358
/proc/meminfo: memFree=1088128/2055920 swapFree=4181068/4192956
[pid=21346] ppid=21344 vsize=0 CPUtime=51.86
/proc/21346/stat : 21346 (java) Z 21344 21346 20660 0 -1 12 307039 0 1 0 5054 132 0 0 16 0 2 0 155584347 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21346/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 49.4015
CPU time (s): 51.9661
CPU user time (s): 50.5413
CPU system time (s): 1.42478
CPU usage (%): 105.191
Max. virtual memory (cumulated for all children) (KiB): 871672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.5413
system time used= 1.42478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307039
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= 1894
involuntary context switches= 1606

runsolver used 0.065989 second user time and 0.176973 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 15:22:10
IDJOB=1073843
IDBENCH=56376
IDSOLVER=344
FILE ID=node46/1073843-1215177730
PBS_JOBID= 7881562
Free space on /tmp= 66208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db5c93d2b7550476dbe278ee2a0fc0b9
RANDOM SEED=1798925094

node46.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.238
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.238
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:       1794432 kB
Buffers:         22952 kB
Cached:         120296 kB
SwapCached:       5876 kB
Active:         160924 kB
Inactive:        46984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794432 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:          81452 kB
Slab:            37620 kB
Committed_AS:   445236 kB
PageTables:       3136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-04 15:22:59