Trace number 1048134

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? 35.8146 33.4424

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-1_ext.xml
MD5SUMc4fcf9157ac7aa9473df5899165401ff
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.730888
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1048134-1215042168/watcher-1048134-1215042168 -o /tmp/evaluation-result-1048134-1215042168/solver-1048134-1215042168 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048134-1215042168.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.01 2.05 1.91 4/81 23618
/proc/meminfo: memFree=1506024/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=18572 CPUtime=0
/proc/23618/stat : 23618 (runsolver) R 23616 23618 22985 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1983190660 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23618/statm: 4643 292 257 25 0 2626 0

[startup+0.0826989 s]
/proc/loadavg: 2.01 2.05 1.91 4/81 23618
/proc/meminfo: memFree=1506024/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=798812 CPUtime=0.03
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 1658 0 27 0 0 3 0 0 19 0 4 0 1983190660 817983488 1425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 199703 1425 406 9 0 197481 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 798812

[startup+0.1027 s]
/proc/loadavg: 2.01 2.05 1.91 4/81 23618
/proc/meminfo: memFree=1506024/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=801432 CPUtime=0.05
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 2480 0 27 0 2 3 0 0 19 0 5 0 1983190660 820666368 2243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 200358 2243 955 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301718 s]
/proc/loadavg: 2.01 2.05 1.91 4/81 23618
/proc/meminfo: memFree=1506024/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=808212 CPUtime=0.25
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 4643 0 27 0 20 5 0 0 19 0 12 0 1983190660 827609088 3996 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 202053 3996 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808212

[startup+0.701736 s]
/proc/loadavg: 2.01 2.05 1.91 4/81 23618
/proc/meminfo: memFree=1506024/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=808240 CPUtime=0.64
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 6285 0 27 0 57 7 0 0 19 0 12 0 1983190660 827637760 5439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 202060 5439 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 808240

[startup+1.50179 s]
/proc/loadavg: 2.01 2.05 1.91 4/93 23630
/proc/meminfo: memFree=1478024/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=808240 CPUtime=1.43
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 9830 0 27 0 134 9 0 0 19 0 12 0 1983190660 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 202060 8642 1347 9 0 199422 0
[pid=23618/tid=23620] ppid=23616 vsize=808240 CPUtime=0.68
/proc/23618/task/23620/stat : 23620 (java) R 23616 23618 22985 0 -1 64 6911 0 1 0 63 5 0 0 25 0 12 0 1983190668 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4109210489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23621] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1983190668 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23622] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983190668 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23623] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23623/stat : 23623 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1983190670 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23624] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1983190671 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983190671 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=808240 CPUtime=0.29
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 777 0 0 0 29 0 0 0 16 0 12 0 1983190675 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=808240 CPUtime=0.4
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 1406 0 0 0 40 0 0 0 16 0 12 0 1983190675 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=808240 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) R 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 827637760 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 808240

[startup+3.10189 s]
/proc/loadavg: 2.01 2.05 1.91 3/93 23630
/proc/meminfo: memFree=1422728/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=813152 CPUtime=3.09
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 30409 0 27 0 291 18 0 0 19 0 12 0 1983190660 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 203288 27711 1360 9 0 200650 0
[pid=23618/tid=23620] ppid=23616 vsize=813152 CPUtime=1.53
/proc/23618/task/23620/stat : 23620 (java) R 23616 23618 22985 0 -1 64 16976 0 1 0 143 10 0 0 25 0 12 0 1983190668 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4109766892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=813152 CPUtime=0.15
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 5368 0 0 0 13 2 0 0 16 0 12 0 1983190668 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23622] ppid=23616 vsize=813152 CPUtime=0.17
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 3649 0 0 0 16 1 0 0 16 0 12 0 1983190668 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=813152 CPUtime=0
/proc/23618/task/23623/stat : 23623 (java) S 23616 23618 22985 0 -1 64 57 0 0 0 0 0 0 0 17 0 12 0 1983190670 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=813152 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=813152 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=813152 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=813152 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=813152 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=813152 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 832667648 27711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=813152 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 832667648 27711 996147200 134512640 134550740 4294956032 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) 813152

[startup+6.30209 s]
/proc/loadavg: 2.01 2.05 1.91 4/93 23630
/proc/meminfo: memFree=1282504/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=819688 CPUtime=6.93
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 67585 0 27 0 660 33 0 0 19 0 12 0 1983190660 839360512 59993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 204922 59996 1360 9 0 202284 0
[pid=23618/tid=23620] ppid=23616 vsize=819688 CPUtime=3.12
/proc/23618/task/23620/stat : 23620 (java) R 23616 23618 22985 0 -1 64 16980 0 1 0 302 10 0 0 20 0 12 0 1983190668 839360512 59998 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=819688 CPUtime=1.15
/proc/23618/task/23621/stat : 23621 (java) R 23616 23618 22985 0 -1 64 22505 0 0 0 106 9 0 0 18 0 12 0 1983190668 839360512 60000 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=819688 CPUtime=1.41
/proc/23618/task/23622/stat : 23622 (java) R 23616 23618 22985 0 -1 64 23692 0 0 0 132 9 0 0 18 0 12 0 1983190668 839360512 60002 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23623] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23623/stat : 23623 (java) S 23616 23618 22985 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983190670 839360512 60004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 839360512 60007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 839360512 60009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 839360512 60011 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=819688 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 839360512 60013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=819688 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 839360512 60016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 839360512 60018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 839360512 60020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 819688

[startup+12.7025 s]
/proc/loadavg: 2.17 2.08 1.92 5/93 23630
/proc/meminfo: memFree=1027464/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=819688 CPUtime=14.88
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 134490 0 27 0 1424 64 0 0 19 0 12 0 1983190660 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 204922 122558 1360 9 0 202284 0
[pid=23618/tid=23620] ppid=23616 vsize=819688 CPUtime=5.67
/proc/23618/task/23620/stat : 23620 (java) R 23616 23618 22985 0 -1 64 35427 0 1 0 549 18 0 0 18 0 12 0 1983190668 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=819688 CPUtime=3.89
/proc/23618/task/23621/stat : 23621 (java) R 23616 23618 22985 0 -1 64 52670 0 0 0 367 22 0 0 16 0 12 0 1983190668 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23622] ppid=23616 vsize=819688 CPUtime=4.08
/proc/23618/task/23622/stat : 23622 (java) R 23616 23618 22985 0 -1 64 41977 0 0 0 389 19 0 0 17 0 12 0 1983190668 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 106158038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23623/stat : 23623 (java) S 23616 23618 22985 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983190670 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=819688 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=819688 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=819688 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 839360512 122558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 819688

[startup+25.5023 s]
/proc/loadavg: 2.35 2.12 1.94 3/93 23630
/proc/meminfo: memFree=796360/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=851692 CPUtime=27.88
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 212400 0 27 0 2690 98 0 0 19 0 12 0 1983190660 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 212923 176754 1364 9 0 210285 0
[pid=23618/tid=23620] ppid=23616 vsize=851692 CPUtime=9.39
/proc/23618/task/23620/stat : 23620 (java) S 23616 23618 22985 0 -1 64 35443 0 1 0 921 18 0 0 17 0 12 0 1983190668 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=851692 CPUtime=9.37
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 98686 0 0 0 895 42 0 0 16 0 12 0 1983190668 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=851692 CPUtime=4.48
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 42339 0 0 0 429 19 0 0 16 0 12 0 1983190668 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=851692 CPUtime=3.38
/proc/23618/task/23623/stat : 23623 (java) R 23616 23618 22985 0 -1 64 31573 0 0 0 325 13 0 0 20 0 12 0 1983190670 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 104126375 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=23618/tid=23630] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 872132608 176754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.88
Current children cumulated vsize (KiB) 851692

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

[startup+28.7025 s]
/proc/loadavg: 2.35 2.12 1.94 3/93 23630
/proc/meminfo: memFree=763080/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=851692 CPUtime=31.07
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 231898 0 27 0 3000 107 0 0 19 0 12 0 1983190660 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 212923 180495 1364 9 0 210285 0
[pid=23618/tid=23620] ppid=23616 vsize=851692 CPUtime=9.54
/proc/23618/task/23620/stat : 23620 (java) S 23616 23618 22985 0 -1 64 35444 0 1 0 936 18 0 0 17 0 12 0 1983190668 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=851692 CPUtime=9.37
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 98686 0 0 0 895 42 0 0 16 0 12 0 1983190668 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=851692 CPUtime=4.48
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 42339 0 0 0 429 19 0 0 16 0 12 0 1983190668 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=851692 CPUtime=6.43
/proc/23618/task/23623/stat : 23623 (java) R 23616 23618 22985 0 -1 64 51070 0 0 0 621 22 0 0 25 0 12 0 1983190670 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=851692 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=851692 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 872132608 180495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.07
Current children cumulated vsize (KiB) 851692

[startup+31.9077 s]
/proc/loadavg: 2.32 2.12 1.94 3/93 23630
/proc/meminfo: memFree=754120/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=851692 CPUtime=34.28
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 249343 0 27 0 3312 116 0 0 19 0 12 0 1983190660 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 212923 182184 1364 9 0 210285 0
[pid=23618/tid=23620] ppid=23616 vsize=851692 CPUtime=9.54
/proc/23618/task/23620/stat : 23620 (java) S 23616 23618 22985 0 -1 64 35444 0 1 0 936 18 0 0 17 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=851692 CPUtime=9.37
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 98686 0 0 0 895 42 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=851692 CPUtime=4.48
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 42339 0 0 0 429 19 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=851692 CPUtime=9.64
/proc/23618/task/23623/stat : 23623 (java) R 23616 23618 22985 0 -1 64 68515 0 0 0 933 31 0 0 25 0 12 0 1983190670 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 106736515 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=851692 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=851692 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.28
Current children cumulated vsize (KiB) 851692

[startup+32.7027 s]
/proc/loadavg: 2.32 2.12 1.94 3/93 23630
/proc/meminfo: memFree=754120/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=851692 CPUtime=35.08
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 249343 0 27 0 3392 116 0 0 19 0 12 0 1983190660 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 212923 182184 1364 9 0 210285 0
[pid=23618/tid=23620] ppid=23616 vsize=851692 CPUtime=9.54
/proc/23618/task/23620/stat : 23620 (java) S 23616 23618 22985 0 -1 64 35444 0 1 0 936 18 0 0 17 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=851692 CPUtime=9.37
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 98686 0 0 0 895 42 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=851692 CPUtime=4.48
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 42339 0 0 0 429 19 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=851692 CPUtime=10.44
/proc/23618/task/23623/stat : 23623 (java) R 23616 23618 22985 0 -1 64 68515 0 0 0 1013 31 0 0 25 0 12 0 1983190670 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=851692 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=851692 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 851692

[startup+33.1028 s]
/proc/loadavg: 2.32 2.12 1.94 3/93 23630
/proc/meminfo: memFree=753416/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=851692 CPUtime=35.48
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 249343 0 27 0 3432 116 0 0 19 0 12 0 1983190660 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 212923 182184 1364 9 0 210285 0
[pid=23618/tid=23620] ppid=23616 vsize=851692 CPUtime=9.54
/proc/23618/task/23620/stat : 23620 (java) S 23616 23618 22985 0 -1 64 35444 0 1 0 936 18 0 0 17 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=851692 CPUtime=9.37
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 98686 0 0 0 895 42 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=851692 CPUtime=4.48
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 42339 0 0 0 429 19 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=851692 CPUtime=10.84
/proc/23618/task/23623/stat : 23623 (java) R 23616 23618 22985 0 -1 64 68515 0 0 0 1053 31 0 0 25 0 12 0 1983190670 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 106123694 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=851692 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=851692 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.48
Current children cumulated vsize (KiB) 851692

[startup+33.3028 s]
/proc/loadavg: 2.32 2.12 1.94 3/93 23630
/proc/meminfo: memFree=753416/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=851692 CPUtime=35.68
/proc/23618/stat : 23618 (java) S 23616 23618 22985 0 -1 0 249343 0 27 0 3452 116 0 0 19 0 12 0 1983190660 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23618/statm: 212923 182184 7942 9 0 210285 0
[pid=23618/tid=23620] ppid=23616 vsize=851692 CPUtime=9.54
/proc/23618/task/23620/stat : 23620 (java) S 23616 23618 22985 0 -1 64 35444 0 1 0 936 18 0 0 17 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23621] ppid=23616 vsize=851692 CPUtime=9.37
/proc/23618/task/23621/stat : 23621 (java) S 23616 23618 22985 0 -1 64 98686 0 0 0 895 42 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23622] ppid=23616 vsize=851692 CPUtime=4.48
/proc/23618/task/23622/stat : 23622 (java) S 23616 23618 22985 0 -1 64 42339 0 0 0 429 19 0 0 16 0 12 0 1983190668 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23623] ppid=23616 vsize=851692 CPUtime=11.03
/proc/23618/task/23623/stat : 23623 (java) R 23616 23618 22985 0 -1 64 68515 0 0 0 1072 31 0 0 25 0 12 0 1983190670 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23618/tid=23624] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23624/stat : 23624 (java) S 23616 23618 22985 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23625] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23625/stat : 23625 (java) S 23616 23618 22985 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1983190671 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23626] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23626/stat : 23626 (java) S 23616 23618 22985 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23627] ppid=23616 vsize=851692 CPUtime=0.51
/proc/23618/task/23627/stat : 23627 (java) S 23616 23618 22985 0 -1 64 807 0 0 0 51 0 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23628] ppid=23616 vsize=851692 CPUtime=0.66
/proc/23618/task/23628/stat : 23628 (java) S 23616 23618 22985 0 -1 64 2816 0 0 0 65 1 0 0 16 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23629] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23629/stat : 23629 (java) S 23616 23618 22985 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23618/tid=23630] ppid=23616 vsize=851692 CPUtime=0
/proc/23618/task/23630/stat : 23630 (java) S 23616 23618 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983190675 872132608 182184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.68
Current children cumulated vsize (KiB) 851692

[startup+33.4028 s]
/proc/loadavg: 2.32 2.12 1.94 3/93 23630
/proc/meminfo: memFree=753416/2055920 swapFree=4180440/4192956
[pid=23618] ppid=23616 vsize=0 CPUtime=35.76
/proc/23618/stat : 23618 (java) Z 23616 23618 22985 0 -1 12 249358 0 27 0 3452 124 0 0 16 0 2 0 1983190660 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23618/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.76
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 33.4424
CPU time (s): 35.8146
CPU user time (s): 34.5288
CPU system time (s): 1.2858
CPU usage (%): 107.093
Max. virtual memory (cumulated for all children) (KiB): 867696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5288
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249358
page faults= 27
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1755
involuntary context switches= 2136

runsolver used 0.046992 second user time and 0.118981 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-03 01:42:49
IDJOB=1048134
IDBENCH=54349
IDSOLVER=344
FILE ID=node29/1048134-1215042168
PBS_JOBID= 7875115
Free space on /tmp= 66148 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-1_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-1048134-1215042168/watcher-1048134-1215042168 -o /tmp/evaluation-result-1048134-1215042168/solver-1048134-1215042168 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048134-1215042168.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4fcf9157ac7aa9473df5899165401ff
RANDOM SEED=105958960

node29.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.220
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.220
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:       1506504 kB
Buffers:          5264 kB
Cached:         387132 kB
SwapCached:       6492 kB
Active:         229380 kB
Inactive:       251320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506504 kB
SwapTotal:     4192956 kB
SwapFree:      4180440 kB
Dirty:           57928 kB
Writeback:           0 kB
Mapped:         102060 kB
Slab:            53644 kB
Committed_AS:  4043908 kB
PageTables:       2216 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= 66124 MiB
End job on node29 at 2008-07-03 01:43:22