Trace number 1085938

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? 1239.51 1252.81

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-6.xml
MD5SUMb1bc0ce20909360461048c9e001540ac
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1085938-1215236187/watcher-1085938-1215236187 -o /tmp/evaluation-result-1085938-1215236187/solver-1085938-1215236187 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085938-1215236187.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.08 2.07 2.05 4/73 20567
/proc/meminfo: memFree=1890256/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=1804 CPUtime=0
/proc/20567/stat : 20567 (java6) D 20565 20567 19954 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 2002591333 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/20567/statm: 451 158 114 9 0 93 0

[startup+0.102318 s]
/proc/loadavg: 2.08 2.07 2.05 4/73 20567
/proc/meminfo: memFree=1890256/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=801432 CPUtime=0.05
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 2468 0 28 0 1 4 0 0 18 0 5 0 2002591333 820666368 2232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 200358 2232 949 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.201339 s]
/proc/loadavg: 2.08 2.07 2.05 4/73 20567
/proc/meminfo: memFree=1890256/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=806040 CPUtime=0.14
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 3590 0 28 0 10 4 0 0 18 0 12 0 2002591333 825384960 3348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 201510 3348 1276 9 0 198879 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 806040

[startup+0.301359 s]
/proc/loadavg: 2.08 2.07 2.05 4/73 20567
/proc/meminfo: memFree=1890256/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=808276 CPUtime=0.24
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 4655 0 28 0 19 5 0 0 18 0 12 0 2002591333 827674624 4011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 202069 4011 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808276

[startup+0.701443 s]
/proc/loadavg: 2.08 2.07 2.05 4/73 20567
/proc/meminfo: memFree=1890256/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=808304 CPUtime=0.62
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 6233 0 29 0 54 8 0 0 18 0 12 0 2002591333 827703296 5391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 202076 5391 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808304

[startup+1.50261 s]
/proc/loadavg: 2.08 2.07 2.05 3/85 20579
/proc/meminfo: memFree=1865648/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=808304 CPUtime=1.42
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 9171 0 29 0 132 10 0 0 18 0 12 0 2002591333 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 202076 7666 1343 9 0 199438 0
[pid=20567/tid=20569] ppid=20565 vsize=808304 CPUtime=0.74
/proc/20567/task/20569/stat : 20569 (java) R 20565 20567 19954 0 -1 64 5912 0 2 0 69 5 0 0 25 0 12 0 2002591340 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20570] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2002591341 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20571] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2002591341 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20572/stat : 20572 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002591343 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20573] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2002591344 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20574] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2002591344 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20575] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2002591348 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=808304 CPUtime=0.2
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 406 0 0 0 20 0 0 0 16 0 12 0 2002591348 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20577] ppid=20565 vsize=808304 CPUtime=0.42
/proc/20567/task/20577/stat : 20577 (java) R 20565 20567 19954 0 -1 64 2114 0 0 0 41 1 0 0 16 0 12 0 2002591348 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 105592400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20578] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2002591348 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=808304 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002591348 827703296 7666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 808304

[startup+3.10294 s]
/proc/loadavg: 2.08 2.07 2.05 5/85 20579
/proc/meminfo: memFree=1785200/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=819116 CPUtime=3.21
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 37931 0 29 0 295 26 0 0 18 0 12 0 2002591333 838774784 32965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 204779 32965 1364 9 0 202141 0
[pid=20567/tid=20569] ppid=20565 vsize=819116 CPUtime=1.29
/proc/20567/task/20569/stat : 20569 (java) R 20565 20567 19954 0 -1 64 17308 0 2 0 116 13 0 0 25 0 12 0 2002591340 838774784 32965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20570] ppid=20565 vsize=819116 CPUtime=0.28
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 6760 0 0 0 26 2 0 0 19 0 12 0 2002591341 838774784 32965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20571] ppid=20565 vsize=819116 CPUtime=0.3
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 6678 0 0 0 26 4 0 0 19 0 12 0 2002591341 838774784 32965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=819276 CPUtime=0
/proc/20567/task/20572/stat : 20572 (java) S 20565 20567 19954 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002591343 838938624 32966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20573] ppid=20565 vsize=819276 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2002591344 838938624 32966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20574] ppid=20565 vsize=819276 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2002591344 838938624 32968 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20575] ppid=20565 vsize=819276 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2002591348 838938624 32968 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=819276 CPUtime=0.28
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 414 0 0 0 28 0 0 0 16 0 12 0 2002591348 838938624 32969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20577] ppid=20565 vsize=819276 CPUtime=0.99
/proc/20567/task/20577/stat : 20577 (java) R 20565 20567 19954 0 -1 64 6010 0 0 0 96 3 0 0 18 0 12 0 2002591348 838938624 32970 996147200 134512640 134550740 4294956016 18446744073709551615 2285271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20578] ppid=20565 vsize=819276 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2002591348 838938624 32970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=819276 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002591348 838938624 32971 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 819116

[startup+6.3026 s]
/proc/loadavg: 2.16 2.08 2.06 3/85 20579
/proc/meminfo: memFree=1734960/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=817752 CPUtime=6.53
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 48763 0 29 0 620 33 0 0 18 0 12 0 2002591333 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 204438 38591 1389 9 0 201800 0
[pid=20567/tid=20569] ppid=20565 vsize=817752 CPUtime=2.86
/proc/20567/task/20569/stat : 20569 (java) R 20565 20567 19954 0 -1 64 17317 0 2 0 273 13 0 0 18 0 12 0 2002591340 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4109761161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=817752 CPUtime=0.52
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 9544 0 0 0 48 4 0 0 16 0 12 0 2002591341 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=817752 CPUtime=0.56
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 10068 0 0 0 51 5 0 0 16 0 12 0 2002591341 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20572] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20572/stat : 20572 (java) S 20565 20567 19954 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2002591343 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2002591344 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20574] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2002591344 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20575] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2002591348 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=817752 CPUtime=1.22
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4937 0 0 0 120 2 0 0 17 0 12 0 2002591348 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=817752 CPUtime=1.29
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6130 0 0 0 126 3 0 0 16 0 12 0 2002591348 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2002591348 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002591348 837378048 38591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 817752

[startup+12.7029 s]
/proc/loadavg: 2.14 2.08 2.06 3/85 20579
/proc/meminfo: memFree=1711536/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=817752 CPUtime=12.87
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 54615 0 29 0 1251 36 0 0 18 0 12 0 2002591333 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 204438 44427 1389 9 0 201800 0
[pid=20567/tid=20569] ppid=20565 vsize=817752 CPUtime=8.68
/proc/20567/task/20569/stat : 20569 (java) R 20565 20567 19954 0 -1 64 17334 0 2 0 855 13 0 0 25 0 12 0 2002591340 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4109892163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=817752 CPUtime=0.73
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 12912 0 0 0 67 6 0 0 16 0 12 0 2002591341 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=817752 CPUtime=0.77
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 12535 0 0 0 70 7 0 0 16 0 12 0 2002591341 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20572] ppid=20565 vsize=817752 CPUtime=0.01
/proc/20567/task/20572/stat : 20572 (java) S 20565 20567 19954 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 2002591343 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2002591344 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20574] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2002591344 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20575] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2002591348 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=817752 CPUtime=1.25
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4937 0 0 0 123 2 0 0 17 0 12 0 2002591348 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=817752 CPUtime=1.35
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6130 0 0 0 132 3 0 0 17 0 12 0 2002591348 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2002591348 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002591348 837378048 44427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 817752

[startup+25.5026 s]
/proc/loadavg: 2.11 2.08 2.06 3/85 20579
/proc/meminfo: memFree=1682864/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=817752 CPUtime=25.53
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 61429 0 29 0 2513 40 0 0 18 0 12 0 2002591333 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 204438 51217 1390 9 0 201800 0
[pid=20567/tid=20569] ppid=20565 vsize=817752 CPUtime=20.95
/proc/20567/task/20569/stat : 20569 (java) R 20565 20567 19954 0 -1 64 17360 0 2 0 2082 13 0 0 25 0 12 0 2002591340 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4109898994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=817752 CPUtime=0.85
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 16663 0 0 0 77 8 0 0 16 0 12 0 2002591341 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=817752 CPUtime=0.89
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 15571 0 0 0 81 8 0 0 16 0 12 0 2002591341 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20572] ppid=20565 vsize=817752 CPUtime=0.02
/proc/20567/task/20572/stat : 20572 (java) S 20565 20567 19954 0 -1 64 31 0 0 0 2 0 0 0 15 0 12 0 2002591343 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2002591344 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20574] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2002591344 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20575] ppid=20565 vsize=817752 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2002591348 837378048 51217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20567] ppid=20565 vsize=822780 CPUtime=1229.24
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 1255332 0 29 0 122252 672 0 0 18 0 12 0 2002591333 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 205695 175151 1402 9 0 203057 0
[pid=20567/tid=20569] ppid=20565 vsize=822780 CPUtime=275.39
/proc/20567/task/20569/stat : 20569 (java) S 20565 20567 19954 0 -1 64 18343 0 2 0 27521 18 0 0 16 0 12 0 2002591340 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=822780 CPUtime=4.39
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 76355 0 0 0 401 38 0 0 16 0 12 0 2002591341 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=822780 CPUtime=4.35
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 78749 0 0 0 396 39 0 0 16 0 12 0 2002591341 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=822780 CPUtime=941.49
/proc/20567/task/20572/stat : 20572 (java) R 20565 20567 19954 0 -1 64 1069933 0 0 0 93584 565 0 0 25 0 12 0 2002591343 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=822780 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002591344 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20574] ppid=20565 vsize=822780 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002591344 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20575] ppid=20565 vsize=822780 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2002591348 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=822780 CPUtime=1.58
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4944 0 0 0 155 3 0 0 16 0 12 0 2002591348 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=822780 CPUtime=1.96
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6271 0 0 0 193 3 0 0 16 0 12 0 2002591348 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=822780 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2002591348 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=822780 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002591348 842526720 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1229.24
Current children cumulated vsize (KiB) 822780

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

[startup+1248 s]
/proc/loadavg: 2.00 2.02 2.06 3/107 20637
/proc/meminfo: memFree=1006456/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=823104 CPUtime=1234.83
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 1261352 0 29 0 122808 675 0 0 18 0 13 0 2002591333 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 205776 175159 1402 9 0 203138 0
[pid=20567/tid=20569] ppid=20565 vsize=823104 CPUtime=275.39
/proc/20567/task/20569/stat : 20569 (java) S 20565 20567 19954 0 -1 64 18351 0 2 0 27521 18 0 0 17 0 13 0 2002591340 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=823104 CPUtime=4.39
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 76355 0 0 0 401 38 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=823104 CPUtime=4.35
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 78749 0 0 0 396 39 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=823104 CPUtime=947.07
/proc/20567/task/20572/stat : 20572 (java) R 20565 20567 19954 0 -1 64 1075941 0 0 0 94139 568 0 0 25 0 13 0 2002591343 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 104136384 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20574] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20575] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=823104 CPUtime=1.58
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4944 0 0 0 155 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=823104 CPUtime=1.96
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6271 0 0 0 193 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20637] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20637/stat : 20637 (java) S 20565 20567 19954 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2002716038 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.83
Current children cumulated vsize (KiB) 823104

[startup+1251.2 s]
/proc/loadavg: 2.00 2.02 2.06 3/107 20637
/proc/meminfo: memFree=1010416/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=823104 CPUtime=1237.96
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 1265861 0 29 0 123119 677 0 0 18 0 13 0 2002591333 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 205776 175159 1402 9 0 203138 0
[pid=20567/tid=20569] ppid=20565 vsize=823104 CPUtime=275.39
/proc/20567/task/20569/stat : 20569 (java) S 20565 20567 19954 0 -1 64 18351 0 2 0 27521 18 0 0 17 0 13 0 2002591340 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=823104 CPUtime=4.39
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 76355 0 0 0 401 38 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=823104 CPUtime=4.35
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 78749 0 0 0 396 39 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=823104 CPUtime=950.21
/proc/20567/task/20572/stat : 20572 (java) R 20565 20567 19954 0 -1 64 1080447 0 0 0 94451 570 0 0 25 0 13 0 2002591343 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20574] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20575] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=823104 CPUtime=1.58
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4944 0 0 0 155 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=823104 CPUtime=1.96
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6271 0 0 0 193 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20637] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20637/stat : 20637 (java) S 20565 20567 19954 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002716038 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.96
Current children cumulated vsize (KiB) 823104

[startup+1252 s]
/proc/loadavg: 2.00 2.02 2.06 3/107 20637
/proc/meminfo: memFree=1006448/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=823104 CPUtime=1238.74
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 1265861 0 29 0 123197 677 0 0 18 0 13 0 2002591333 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 205776 175159 1402 9 0 203138 0
[pid=20567/tid=20569] ppid=20565 vsize=823104 CPUtime=275.39
/proc/20567/task/20569/stat : 20569 (java) S 20565 20567 19954 0 -1 64 18351 0 2 0 27521 18 0 0 17 0 13 0 2002591340 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=823104 CPUtime=4.39
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 76355 0 0 0 401 38 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=823104 CPUtime=4.35
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 78749 0 0 0 396 39 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=823104 CPUtime=950.99
/proc/20567/task/20572/stat : 20572 (java) R 20565 20567 19954 0 -1 64 1080447 0 0 0 94529 570 0 0 25 0 13 0 2002591343 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20574] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20575] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=823104 CPUtime=1.58
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4944 0 0 0 155 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=823104 CPUtime=1.96
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6271 0 0 0 193 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20637] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20637/stat : 20637 (java) S 20565 20567 19954 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002716038 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.74
Current children cumulated vsize (KiB) 823104

[startup+1252.4 s]
/proc/loadavg: 2.00 2.02 2.06 3/107 20637
/proc/meminfo: memFree=1006448/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=823104 CPUtime=1239.14
/proc/20567/stat : 20567 (java) S 20565 20567 19954 0 -1 0 1265861 0 29 0 123237 677 0 0 18 0 13 0 2002591333 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20567/statm: 205776 175159 1402 9 0 203138 0
[pid=20567/tid=20569] ppid=20565 vsize=823104 CPUtime=275.39
/proc/20567/task/20569/stat : 20569 (java) S 20565 20567 19954 0 -1 64 18351 0 2 0 27521 18 0 0 17 0 13 0 2002591340 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20570] ppid=20565 vsize=823104 CPUtime=4.39
/proc/20567/task/20570/stat : 20570 (java) S 20565 20567 19954 0 -1 64 76355 0 0 0 401 38 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20571] ppid=20565 vsize=823104 CPUtime=4.35
/proc/20567/task/20571/stat : 20571 (java) S 20565 20567 19954 0 -1 64 78749 0 0 0 396 39 0 0 16 0 13 0 2002591341 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20572] ppid=20565 vsize=823104 CPUtime=951.38
/proc/20567/task/20572/stat : 20572 (java) R 20565 20567 19954 0 -1 64 1080447 0 0 0 94568 570 0 0 25 0 13 0 2002591343 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20573] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20573/stat : 20573 (java) S 20565 20567 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20574] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20574/stat : 20574 (java) S 20565 20567 19954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002591344 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20575] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20575/stat : 20575 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20576] ppid=20565 vsize=823104 CPUtime=1.58
/proc/20567/task/20576/stat : 20576 (java) S 20565 20567 19954 0 -1 64 4944 0 0 0 155 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20577] ppid=20565 vsize=823104 CPUtime=1.96
/proc/20567/task/20577/stat : 20577 (java) S 20565 20567 19954 0 -1 64 6271 0 0 0 193 3 0 0 16 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20578] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20578/stat : 20578 (java) S 20565 20567 19954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20567/tid=20579] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20579/stat : 20579 (java) S 20565 20567 19954 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002591348 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20567/tid=20637] ppid=20565 vsize=823104 CPUtime=0
/proc/20567/task/20637/stat : 20637 (java) S 20565 20567 19954 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002716038 842858496 175159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.14
Current children cumulated vsize (KiB) 823104

[startup+1252.8 s]
/proc/loadavg: 2.00 2.02 2.06 3/107 20637
/proc/meminfo: memFree=1006448/2055920 swapFree=4179680/4192956
[pid=20567] ppid=20565 vsize=0 CPUtime=1239.49
/proc/20567/stat : 20567 (java) Z 20565 20567 19954 0 -1 12 1265867 0 29 0 123262 687 0 0 16 0 2 0 2002591333 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20567/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1239.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1252.81
CPU time (s): 1239.51
CPU user time (s): 1232.62
CPU system time (s): 6.88395
CPU usage (%): 98.9383
Max. virtual memory (cumulated for all children) (KiB): 832008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1232.62
system time used= 6.88395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1265867
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31635
involuntary context switches= 35595

runsolver used 1.82172 second user time and 4.45732 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 07:36:27
IDJOB=1085938
IDBENCH=57732
IDSOLVER=344
FILE ID=node54/1085938-1215236187
PBS_JOBID= 7881921
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1bc0ce20909360461048c9e001540ac
RANDOM SEED=614998022

node54.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.279
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.279
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:       1890736 kB
Buffers:          4048 kB
Cached:          54424 kB
SwapCached:       6536 kB
Active:          98696 kB
Inactive:        12048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890736 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:          60180 kB
Slab:            39616 kB
Committed_AS:  4080244 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node54 at 2008-07-05 07:57:20