Trace number 1086337

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? 582.376 584.961

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.0199
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1086337-1215238864.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.97/1.02	c reading variables done.
2.48/2.22	c reading predicates  done.
2.68/2.41	c reading constraints
578.05/580.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
578.05/580.68		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
578.05/580.68		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
578.05/580.68		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
578.05/580.68		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
578.05/580.68		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
578.05/580.68		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
578.05/580.68		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
578.05/580.68		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
578.05/580.68		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
578.05/580.68		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
578.05/580.68		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
578.05/580.68		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
578.05/580.68		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
578.05/580.68		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
578.05/580.68		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
578.05/580.68		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
578.05/580.68		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
578.05/580.68		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
582.02/584.66	c starts		: 0
582.02/584.66	c conflicts		: 0
582.02/584.66	c decisions		: 0
582.02/584.66	c propagations		: 0
582.02/584.66	c inspects		: 0
582.02/584.66	c learnt literals	: 0
582.02/584.66	c learnt binary clauses	: 0
582.02/584.66	c learnt ternary clauses	: 0
582.02/584.66	c learnt clauses	: 0
582.02/584.66	c ignored clauses	: 0
582.02/584.66	c root simplifications	: 0
582.02/584.66	c removed literals (reason simplification)	: 0
582.02/584.66	c reason swapping (by a shorter reason)	: 0
582.02/584.66	c Calls to reduceDB	: 0
582.02/584.66	c speed (assignments/second)	: 0.0
582.02/584.66	c non guided choices	0
582.02/584.66	s UNKNOWN
582.02/584.66	c Total wall clock time (in seconds) : 580.268

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-1086337-1215238864/watcher-1086337-1215238864 -o /tmp/evaluation-result-1086337-1215238864/solver-1086337-1215238864 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086337-1215238864.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.00 2.05 2.07 4/73 11976
/proc/meminfo: memFree=1531912/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=13288 CPUtime=0
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 2002860083 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 3322 538 219 9 0 1232 0
[pid=11976/tid=11977] ppid=11974 vsize=13288 CPUtime=0
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2002860084 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 7864280 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.103583 s]
/proc/loadavg: 2.00 2.05 2.07 4/73 11976
/proc/meminfo: memFree=1531912/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=804612 CPUtime=0.08
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 2997 0 1 0 6 2 0 0 18 0 12 0 2002860083 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 201153 2730 1048 9 0 198522 0
[pid=11976/tid=11977] ppid=11974 vsize=804612 CPUtime=0.07
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 2221 0 1 0 6 1 0 0 21 0 12 0 2002860084 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4109173759 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.202594 s]
/proc/loadavg: 2.00 2.05 2.07 4/73 11976
/proc/meminfo: memFree=1531912/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=808276 CPUtime=0.18
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 4502 0 1 0 15 3 0 0 18 0 12 0 2002860083 827674624 3829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 202069 3829 1292 9 0 199438 0
[pid=11976/tid=11977] ppid=11974 vsize=808276 CPUtime=0.08
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 2244 0 1 0 7 1 0 0 21 0 12 0 2002860084 827674624 3829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808276

[startup+0.302595 s]
/proc/loadavg: 2.00 2.05 2.07 4/73 11976
/proc/meminfo: memFree=1531912/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=808276 CPUtime=0.28
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 4931 0 1 0 25 3 0 0 18 0 12 0 2002860083 827674624 4258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 202069 4258 1297 9 0 199438 0
[pid=11976/tid=11977] ppid=11974 vsize=808276 CPUtime=0.18
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 2666 0 1 0 16 2 0 0 18 0 12 0 2002860084 827674624 4258 996147200 134512640 134550740 4294956016 18446744073709551615 4109178138 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.70162 s]
/proc/loadavg: 2.00 2.05 2.07 4/73 11976
/proc/meminfo: memFree=1531912/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=808304 CPUtime=0.68
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 6372 0 1 0 62 6 0 0 18 0 12 0 2002860083 827703296 5500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 202076 5500 1335 9 0 199438 0
[pid=11976/tid=11977] ppid=11974 vsize=808304 CPUtime=0.39
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 3804 0 1 0 35 4 0 0 18 0 12 0 2002860084 827703296 5500 996147200 134512640 134550740 4294956016 18446744073709551615 105743609 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50267 s]
/proc/loadavg: 2.00 2.05 2.07 3/85 11988
/proc/meminfo: memFree=1514216/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=808304 CPUtime=1.47
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 9999 0 1 0 139 8 0 0 18 0 12 0 2002860083 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 202076 7903 1344 9 0 199438 0
[pid=11976/tid=11977] ppid=11974 vsize=808304 CPUtime=0.68
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 6141 0 1 0 63 5 0 0 21 0 12 0 2002860084 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002860086 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002860086 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11981/stat : 11981 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002860088 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002860088 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002860088 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002860092 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=808304 CPUtime=0.35
/proc/11976/task/11985/stat : 11985 (java) R 11974 11976 9222 0 -1 64 1303 0 0 0 35 0 0 0 16 0 12 0 2002860092 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 105784758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=808304 CPUtime=0.41
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 1792 0 0 0 40 1 0 0 16 0 12 0 2002860092 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002860092 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=808304 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002860092 827703296 7903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10178 s]
/proc/loadavg: 2.08 2.07 2.08 4/85 11988
/proc/meminfo: memFree=1412136/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=820772 CPUtime=3.37
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 40212 0 1 0 315 22 0 0 18 0 12 0 2002860083 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 205193 33469 1381 9 0 202555 0
[pid=11976/tid=11977] ppid=11974 vsize=820772 CPUtime=1.19
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 17324 0 1 0 108 11 0 0 20 0 12 0 2002860084 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4109185374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=820772 CPUtime=0.38
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 6624 0 0 0 36 2 0 0 20 0 12 0 2002860086 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=820772 CPUtime=0.38
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 8091 0 0 0 35 3 0 0 16 0 12 0 2002860086 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=820772 CPUtime=0
/proc/11976/task/11981/stat : 11981 (java) S 11974 11976 9222 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002860088 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=820772 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002860088 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=820772 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002860088 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=820772 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002860092 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=820772 CPUtime=0.44
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1647 0 0 0 44 0 0 0 16 0 12 0 2002860092 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=820772 CPUtime=0.93
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 5733 0 0 0 90 3 0 0 18 0 12 0 2002860092 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=820772 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002860092 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=820772 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002860092 840470528 33469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 820772

[startup+6.30299 s]
/proc/loadavg: 2.08 2.07 2.08 5/85 11988
/proc/meminfo: memFree=1385192/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=820376 CPUtime=6.63
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 47334 0 1 0 637 26 0 0 18 0 12 0 2002860083 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 205094 38211 1388 9 0 202456 0
[pid=11976/tid=11977] ppid=11974 vsize=820376 CPUtime=3.25
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 17334 0 1 0 314 11 0 0 25 0 12 0 2002860084 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=820376 CPUtime=0.61
/proc/11976/task/11979/stat : 11979 (java) R 11974 11976 9222 0 -1 64 9084 0 0 0 58 3 0 0 16 0 12 0 2002860086 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 104145923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=820376 CPUtime=0.61
/proc/11976/task/11980/stat : 11980 (java) R 11974 11976 9222 0 -1 64 10587 0 0 0 56 5 0 0 16 0 12 0 2002860086 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 106161116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=820376 CPUtime=0
/proc/11976/task/11981/stat : 11981 (java) S 11974 11976 9222 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2002860088 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=820376 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002860088 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=820376 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002860088 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=820376 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002860092 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=820376 CPUtime=0.67
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1694 0 0 0 67 0 0 0 17 0 12 0 2002860092 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=820376 CPUtime=1.44
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 7841 0 0 0 140 4 0 0 16 0 12 0 2002860092 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=820376 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002860092 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=820376 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002860092 840065024 38211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 820376

[startup+12.7014 s]
/proc/loadavg: 2.07 2.06 2.08 3/85 11988
/proc/meminfo: memFree=1358632/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=820812 CPUtime=12.99
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 54610 0 1 0 1270 29 0 0 18 0 12 0 2002860083 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 205203 44852 1389 9 0 202565 0
[pid=11976/tid=11977] ppid=11974 vsize=820812 CPUtime=8.57
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 17352 0 1 0 846 11 0 0 25 0 12 0 2002860084 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4109318731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=820812 CPUtime=0.78
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 12650 0 0 0 73 5 0 0 16 0 12 0 2002860086 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=820812 CPUtime=0.77
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 13570 0 0 0 71 6 0 0 16 0 12 0 2002860086 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=820812 CPUtime=0.01
/proc/11976/task/11981/stat : 11981 (java) S 11974 11976 9222 0 -1 64 32 0 0 0 1 0 0 0 16 0 12 0 2002860088 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=820812 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002860088 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=820812 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002860088 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=820812 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002860092 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=820812 CPUtime=0.78
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1892 0 0 0 78 0 0 0 16 0 12 0 2002860092 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=820812 CPUtime=2.02
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 8351 0 0 0 198 4 0 0 16 0 12 0 2002860092 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=820812 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002860092 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=820812 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002860092 840511488 44852 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 820812

[startup+25.5022 s]
/proc/loadavg: 2.06 2.06 2.08 3/85 11988
/proc/meminfo: memFree=1330152/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=820812 CPUtime=25.67
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 61291 0 1 0 2535 32 0 0 18 0 12 0 2002860083 840511488 51509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 205203 51509 1389 9 0 202565 0
[pid=11976/tid=11977] ppid=11974 vsize=820812 CPUtime=20.97
/proc/11976/task/11977/stat : 11977 (java) R 11974 11976 9222 0 -1 64 17378 0 1 0 2086 11 0 0 25 0 12 0 2002860084 840511488 51509 996147200 134512640 134550740 4294956016 18446744073709551615 4109722697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=820812 CPUtime=0.88
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 15278 0 0 0 82 6 0 0 15 0 12 0 2002860086 840511488 51509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11976] ppid=11974 vsize=825140 CPUtime=579.74
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 603281 0 1 0 57669 305 0 0 18 0 13 0 2002860083 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 206285 175917 1393 9 0 203647 0
[pid=11976/tid=11977] ppid=11974 vsize=825140 CPUtime=320.43
/proc/11976/task/11977/stat : 11977 (java) S 11974 11976 9222 0 -1 64 18009 0 1 0 32028 15 0 0 17 0 13 0 2002860084 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=825140 CPUtime=4.07
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 75064 0 0 0 376 31 0 0 16 0 13 0 2002860086 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=825140 CPUtime=4.31
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 80983 0 0 0 394 37 0 0 15 0 13 0 2002860086 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=825140 CPUtime=247.69
/proc/11976/task/11981/stat : 11981 (java) R 11974 11976 9222 0 -1 64 418214 0 0 0 24554 215 0 0 25 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=825140 CPUtime=1.01
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1892 0 0 0 101 0 0 0 16 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=825140 CPUtime=2.16
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 8351 0 0 0 212 4 0 0 16 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11976/tid=11991] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11991/stat : 11991 (java) S 11974 11976 9222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002918151 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.74
Current children cumulated vsize (KiB) 825140

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

[startup+582.403 s]
/proc/loadavg: 2.06 2.17 2.11 3/86 11991
/proc/meminfo: memFree=831008/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=821136 CPUtime=579.84
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 603282 0 1 0 57679 305 0 0 18 0 13 0 2002860083 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 205284 174916 1393 9 0 202646 0
[pid=11976/tid=11977] ppid=11974 vsize=821136 CPUtime=320.43
/proc/11976/task/11977/stat : 11977 (java) S 11974 11976 9222 0 -1 64 18009 0 1 0 32028 15 0 0 17 0 13 0 2002860084 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=821136 CPUtime=4.07
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 75064 0 0 0 376 31 0 0 16 0 13 0 2002860086 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=821136 CPUtime=4.31
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 80983 0 0 0 394 37 0 0 15 0 13 0 2002860086 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=821136 CPUtime=247.79
/proc/11976/task/11981/stat : 11981 (java) R 11974 11976 9222 0 -1 64 418214 0 0 0 24564 215 0 0 25 0 13 0 2002860088 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002860088 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002860088 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002860092 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=821136 CPUtime=1.01
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1892 0 0 0 101 0 0 0 16 0 13 0 2002860092 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=821136 CPUtime=2.16
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 8351 0 0 0 212 4 0 0 16 0 13 0 2002860092 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002860092 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002860092 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11976/tid=11991] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11991/stat : 11991 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002918151 840843264 174916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.84
Current children cumulated vsize (KiB) 821136

[startup+584.002 s]
/proc/loadavg: 2.06 2.17 2.11 3/86 11991
/proc/meminfo: memFree=831008/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=825140 CPUtime=581.42
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 606287 0 1 0 57836 306 0 0 18 0 13 0 2002860083 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 206285 175917 1393 9 0 203647 0
[pid=11976/tid=11977] ppid=11974 vsize=825140 CPUtime=320.43
/proc/11976/task/11977/stat : 11977 (java) S 11974 11976 9222 0 -1 64 18009 0 1 0 32028 15 0 0 17 0 13 0 2002860084 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=825140 CPUtime=4.07
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 75064 0 0 0 376 31 0 0 16 0 13 0 2002860086 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=825140 CPUtime=4.31
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 80983 0 0 0 394 37 0 0 15 0 13 0 2002860086 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=825140 CPUtime=249.38
/proc/11976/task/11981/stat : 11981 (java) R 11974 11976 9222 0 -1 64 421218 0 0 0 24722 216 0 0 25 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=825140 CPUtime=1.01
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1892 0 0 0 101 0 0 0 16 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=825140 CPUtime=2.16
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 8351 0 0 0 212 4 0 0 16 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11976/tid=11991] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11991/stat : 11991 (java) S 11974 11976 9222 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002918151 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.42
Current children cumulated vsize (KiB) 825140

[startup+584.402 s]
/proc/loadavg: 2.06 2.17 2.11 3/86 11991
/proc/meminfo: memFree=831008/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=825140 CPUtime=581.82
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 606287 0 1 0 57876 306 0 0 18 0 13 0 2002860083 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 206285 175917 1393 9 0 203647 0
[pid=11976/tid=11977] ppid=11974 vsize=825140 CPUtime=320.43
/proc/11976/task/11977/stat : 11977 (java) S 11974 11976 9222 0 -1 64 18009 0 1 0 32028 15 0 0 17 0 13 0 2002860084 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=825140 CPUtime=4.07
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 75064 0 0 0 376 31 0 0 16 0 13 0 2002860086 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=825140 CPUtime=4.31
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 80983 0 0 0 394 37 0 0 15 0 13 0 2002860086 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=825140 CPUtime=249.78
/proc/11976/task/11981/stat : 11981 (java) R 11974 11976 9222 0 -1 64 421218 0 0 0 24762 216 0 0 25 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002860088 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=825140 CPUtime=1.01
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1892 0 0 0 101 0 0 0 16 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=825140 CPUtime=2.16
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 8351 0 0 0 212 4 0 0 16 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002860092 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11976/tid=11991] ppid=11974 vsize=825140 CPUtime=0
/proc/11976/task/11991/stat : 11991 (java) S 11974 11976 9222 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002918151 844943360 175917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.82
Current children cumulated vsize (KiB) 825140

[startup+584.802 s]
/proc/loadavg: 2.06 2.17 2.11 3/86 11991
/proc/meminfo: memFree=831008/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=821136 CPUtime=582.22
/proc/11976/stat : 11976 (java) S 11974 11976 9222 0 -1 0 606289 0 1 0 57916 306 0 0 18 0 12 0 2002860083 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 205284 174917 1394 9 0 202646 0
[pid=11976/tid=11977] ppid=11974 vsize=821136 CPUtime=320.43
/proc/11976/task/11977/stat : 11977 (java) S 11974 11976 9222 0 -1 64 18009 0 1 0 32028 15 0 0 16 0 12 0 2002860084 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11979] ppid=11974 vsize=821136 CPUtime=4.07
/proc/11976/task/11979/stat : 11979 (java) S 11974 11976 9222 0 -1 64 75064 0 0 0 376 31 0 0 16 0 12 0 2002860086 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11980] ppid=11974 vsize=821136 CPUtime=4.31
/proc/11976/task/11980/stat : 11980 (java) S 11974 11976 9222 0 -1 64 80983 0 0 0 394 37 0 0 15 0 12 0 2002860086 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11981] ppid=11974 vsize=821136 CPUtime=250.17
/proc/11976/task/11981/stat : 11981 (java) R 11974 11976 9222 0 -1 64 421218 0 0 0 24801 216 0 0 25 0 12 0 2002860088 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11982] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11982/stat : 11982 (java) S 11974 11976 9222 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002860088 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11983] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11983/stat : 11983 (java) S 11974 11976 9222 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002860088 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11984] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11984/stat : 11984 (java) S 11974 11976 9222 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002860092 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11985] ppid=11974 vsize=821136 CPUtime=1.01
/proc/11976/task/11985/stat : 11985 (java) S 11974 11976 9222 0 -1 64 1892 0 0 0 101 0 0 0 16 0 12 0 2002860092 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11986] ppid=11974 vsize=821136 CPUtime=2.16
/proc/11976/task/11986/stat : 11986 (java) S 11974 11976 9222 0 -1 64 8351 0 0 0 212 4 0 0 16 0 12 0 2002860092 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11987] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11987/stat : 11987 (java) S 11974 11976 9222 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002860092 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11976/tid=11988] ppid=11974 vsize=821136 CPUtime=0
/proc/11976/task/11988/stat : 11988 (java) S 11974 11976 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002860092 840843264 174917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 821136

[startup+584.902 s]
/proc/loadavg: 2.06 2.17 2.11 3/86 11991
/proc/meminfo: memFree=831008/2055920 swapFree=4117564/4192956
[pid=11976] ppid=11974 vsize=0 CPUtime=582.3
/proc/11976/stat : 11976 (java) Z 11974 11976 9222 0 -1 12 606294 0 1 0 57919 311 0 0 16 0 2 0 2002860083 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11976/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 584.961
CPU time (s): 582.376
CPU user time (s): 579.198
CPU system time (s): 3.17852
CPU usage (%): 99.5581
Max. virtual memory (cumulated for all children) (KiB): 829944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 579.198
system time used= 3.17852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 606294
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= 18604
involuntary context switches= 16070

runsolver used 0.759884 second user time and 1.93371 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 08:21:04
IDJOB=1086337
IDBENCH=57801
IDSOLVER=344
FILE ID=node30/1086337-1215238864
PBS_JOBID= 7881815
Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-3.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-1086337-1215238864/watcher-1086337-1215238864 -o /tmp/evaluation-result-1086337-1215238864/solver-1086337-1215238864 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086337-1215238864.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=1695963338

node30.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.218
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.218
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:       1532392 kB
Buffers:         80212 kB
Cached:         243532 kB
SwapCached:      69364 kB
Active:         378328 kB
Inactive:        83380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532392 kB
SwapTotal:     4192956 kB
SwapFree:      4117564 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:         145936 kB
Slab:            47048 kB
Committed_AS:  3667040 kB
PageTables:       1988 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= 66516 MiB
End job on node30 at 2008-07-05 08:30:49