Trace number 1094692

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? 113.475 112.836

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-5.xml
MD5SUM12bcc8beb38dd34ffc03a20313fd6405
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.7706
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1094692-1215252592/watcher-1094692-1215252592 -o /tmp/evaluation-result-1094692-1215252592/solver-1094692-1215252592 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094692-1215252592.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.04 2.00 4/82 1835
/proc/meminfo: memFree=1209560/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=18572 CPUtime=0
/proc/1835/stat : 1835 (runsolver) R 1833 1835 1765 0 -1 4194368 16 0 0 0 0 0 0 0 23 0 1 0 648179903 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1835/statm: 4643 292 257 25 0 2626 0

[startup+0.044284 s]
/proc/loadavg: 2.00 2.04 2.00 4/82 1835
/proc/meminfo: memFree=1209560/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=801432 CPUtime=0.03
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 2492 0 1 0 2 1 0 0 23 0 5 0 648179903 820666368 2229 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 200358 2229 949 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.10129 s]
/proc/loadavg: 2.00 2.04 2.00 4/82 1835
/proc/meminfo: memFree=1209560/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=804612 CPUtime=0.09
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 3005 0 1 0 7 2 0 0 23 0 12 0 648179903 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301307 s]
/proc/loadavg: 2.00 2.04 2.00 4/82 1835
/proc/meminfo: memFree=1209560/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=808192 CPUtime=0.28
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 5023 0 1 0 25 3 0 0 23 0 12 0 648179903 827588608 4351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202048 4351 1308 9 0 199417 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808192

[startup+0.701355 s]
/proc/loadavg: 2.00 2.04 2.00 4/82 1835
/proc/meminfo: memFree=1209560/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=808220 CPUtime=0.69
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 6462 0 1 0 64 5 0 0 23 0 12 0 648179903 827617280 5643 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202055 5643 1335 9 0 199417 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808220

[startup+1.50243 s]
/proc/loadavg: 2.00 2.04 2.00 3/94 1847
/proc/meminfo: memFree=1134904/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=808220 CPUtime=1.48
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 20750 0 1 0 137 11 0 0 23 0 12 0 648179903 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202055 19930 1344 9 0 199417 0
[pid=1835/tid=1837] ppid=1833 vsize=808220 CPUtime=1.06
/proc/1835/task/1837/stat : 1837 (java) R 1833 1835 1765 0 -1 64 13940 0 1 0 98 8 0 0 25 0 12 0 648179905 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4109589142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1838] ppid=1833 vsize=808220 CPUtime=0.01
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 4071 0 0 0 0 1 0 0 17 0 12 0 648179906 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1839] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 226 0 0 0 0 0 0 0 17 0 12 0 648179906 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1840] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1840/stat : 1840 (java) S 1833 1835 1765 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 648179908 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1841] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1842] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=808220 CPUtime=0.19
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 691 0 0 0 19 0 0 0 16 0 12 0 648179912 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=808220 CPUtime=0.18
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 1033 0 0 0 18 0 0 0 16 0 12 0 648179912 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=808220 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 827617280 19930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808220

[startup+3.1026 s]
/proc/loadavg: 2.16 2.07 2.01 3/94 1847
/proc/meminfo: memFree=1127416/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=809988 CPUtime=3.07
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 38828 0 1 0 288 19 0 0 23 0 12 0 648179903 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202497 36884 1356 9 0 199859 0
[pid=1835/tid=1837] ppid=1833 vsize=809988 CPUtime=1.99
/proc/1835/task/1837/stat : 1837 (java) R 1833 1835 1765 0 -1 64 16820 0 1 0 190 9 0 0 25 0 12 0 648179905 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4109655564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1838] ppid=1833 vsize=809988 CPUtime=0.03
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 6363 0 0 0 1 2 0 0 17 0 12 0 648179906 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1839] ppid=1833 vsize=809988 CPUtime=0.08
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 11775 0 0 0 3 5 0 0 17 0 12 0 648179906 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1840] ppid=1833 vsize=809988 CPUtime=0
/proc/1835/task/1840/stat : 1840 (java) S 1833 1835 1765 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 648179908 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1841] ppid=1833 vsize=809988 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1842] ppid=1833 vsize=809988 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=809988 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=809988 CPUtime=0.55
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2031 0 0 0 55 0 0 0 16 0 12 0 648179912 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=809988 CPUtime=0.36
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 1050 0 0 0 36 0 0 0 16 0 12 0 648179912 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=809988 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=809988 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 829427712 36884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 809988

[startup+6.30192 s]
/proc/loadavg: 2.16 2.07 2.01 7/94 1847
/proc/meminfo: memFree=1024952/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=810504 CPUtime=6.27
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 55117 0 1 0 599 28 0 0 23 0 12 0 648179903 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202626 53007 1356 9 0 199988 0
[pid=1835/tid=1837] ppid=1833 vsize=810504 CPUtime=4.65
/proc/1835/task/1837/stat : 1837 (java) R 1833 1835 1765 0 -1 64 17005 0 1 0 454 11 0 0 25 0 12 0 648179905 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4109740742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1838] ppid=1833 vsize=810504 CPUtime=0.27
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 14067 0 0 0 21 6 0 0 16 0 12 0 648179906 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1839] ppid=1833 vsize=810504 CPUtime=0.34
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 20170 0 0 0 26 8 0 0 16 0 12 0 648179906 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1840] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1840/stat : 1840 (java) S 1833 1835 1765 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 648179908 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1841] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1842] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=810504 CPUtime=0.57
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2032 0 0 0 57 0 0 0 17 0 12 0 648179912 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=810504 CPUtime=0.38
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 1054 0 0 0 38 0 0 0 16 0 12 0 648179912 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 829956096 53007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 810504

[startup+12.7017 s]
/proc/loadavg: 2.39 2.12 2.03 3/94 1847
/proc/meminfo: memFree=838136/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=810504 CPUtime=12.64
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 97564 0 1 0 1219 45 0 0 23 0 12 0 648179903 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202626 95425 1356 9 0 199988 0
[pid=1835/tid=1837] ppid=1833 vsize=810504 CPUtime=10.06
/proc/1835/task/1837/stat : 1837 (java) R 1833 1835 1765 0 -1 64 21016 0 1 0 993 13 0 0 25 0 12 0 648179905 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4109741816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1838] ppid=1833 vsize=810504 CPUtime=0.75
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 34482 0 0 0 61 14 0 0 16 0 12 0 648179906 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1839] ppid=1833 vsize=810504 CPUtime=0.81
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 38191 0 0 0 66 15 0 0 16 0 12 0 648179906 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1840] ppid=1833 vsize=810504 CPUtime=0.01
/proc/1835/task/1840/stat : 1840 (java) S 1833 1835 1765 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 648179908 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1841] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1842] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=810504 CPUtime=0.57
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2032 0 0 0 57 0 0 0 17 0 12 0 648179912 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=810504 CPUtime=0.38
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 1054 0 0 0 38 0 0 0 17 0 12 0 648179912 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=810504 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 829956096 95425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 810504

[startup+25.5029 s]
/proc/loadavg: 2.59 2.18 2.05 3/94 1847
/proc/meminfo: memFree=545208/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=809828 CPUtime=25.44
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 170043 0 1 0 2467 77 0 0 23 0 12 0 648179903 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 202457 167638 1360 9 0 199819 0
[pid=1835/tid=1837] ppid=1833 vsize=809828 CPUtime=20.35
/proc/1835/task/1837/stat : 1837 (java) R 1833 1835 1765 0 -1 64 21068 0 1 0 2020 15 0 0 25 0 12 0 648179905 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 106734545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1838] ppid=1833 vsize=809828 CPUtime=1.65
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 58670 0 0 0 141 24 0 0 16 0 12 0 648179906 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1839] ppid=1833 vsize=809828 CPUtime=1.95
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 86425 0 0 0 161 34 0 0 16 0 12 0 648179906 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1840] ppid=1833 vsize=809828 CPUtime=0.42
/proc/1835/task/1840/stat : 1840 (java) S 1833 1835 1765 0 -1 64 33 0 0 0 42 0 0 0 15 0 12 0 648179908 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1841] ppid=1833 vsize=809828 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1842] ppid=1833 vsize=809828 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=809828 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 829263872 167638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1835/tid=1847] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 841621504 174767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.97
Current children cumulated vsize (KiB) 821896

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

[startup+108.701 s]
/proc/loadavg: 2.32 2.21 2.07 3/94 1847
/proc/meminfo: memFree=508728/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=817896 CPUtime=109.37
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 363879 0 1 0 10774 163 0 0 23 0 12 0 648179903 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 204474 173767 1364 9 0 201836 0
[pid=1835/tid=1837] ppid=1833 vsize=817896 CPUtime=37.12
/proc/1835/task/1837/stat : 1837 (java) S 1833 1835 1765 0 -1 64 23352 0 1 0 3693 19 0 0 17 0 12 0 648179905 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1838] ppid=1833 vsize=817896 CPUtime=5.15
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 59632 0 0 0 490 25 0 0 17 0 12 0 648179906 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1839] ppid=1833 vsize=817896 CPUtime=5.46
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 87387 0 0 0 511 35 0 0 17 0 12 0 648179906 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1840] ppid=1833 vsize=817896 CPUtime=60.27
/proc/1835/task/1840/stat : 1840 (java) R 1833 1835 1765 0 -1 64 188342 0 0 0 5947 80 0 0 25 0 12 0 648179908 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 104126415 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1841] ppid=1833 vsize=817896 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1842] ppid=1833 vsize=817896 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=817896 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=817896 CPUtime=0.7
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2045 0 0 0 70 0 0 0 16 0 12 0 648179912 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=817896 CPUtime=0.6
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 2361 0 0 0 60 0 0 0 16 0 12 0 648179912 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=817896 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=817896 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 837525504 173767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.37
Current children cumulated vsize (KiB) 817896

[startup+110.303 s]
/proc/loadavg: 2.32 2.21 2.07 3/94 1847
/proc/meminfo: memFree=516792/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=814396 CPUtime=110.96
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 366009 0 1 0 10933 163 0 0 23 0 12 0 648179903 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 203599 172893 1365 9 0 200961 0
[pid=1835/tid=1837] ppid=1833 vsize=814396 CPUtime=37.12
/proc/1835/task/1837/stat : 1837 (java) S 1833 1835 1765 0 -1 64 23355 0 1 0 3693 19 0 0 17 0 12 0 648179905 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1838] ppid=1833 vsize=814396 CPUtime=5.15
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 59632 0 0 0 490 25 0 0 17 0 12 0 648179906 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1839] ppid=1833 vsize=814396 CPUtime=5.46
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 87387 0 0 0 511 35 0 0 17 0 12 0 648179906 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1840] ppid=1833 vsize=814396 CPUtime=61.87
/proc/1835/task/1840/stat : 1840 (java) R 1833 1835 1765 0 -1 64 190469 0 0 0 6106 81 0 0 25 0 12 0 648179908 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 105847286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1841] ppid=1833 vsize=814396 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1842] ppid=1833 vsize=814396 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=814396 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=814396 CPUtime=0.7
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2045 0 0 0 70 0 0 0 16 0 12 0 648179912 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=814396 CPUtime=0.6
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 2361 0 0 0 60 0 0 0 16 0 12 0 648179912 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=814396 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=814396 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 833941504 172893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.96
Current children cumulated vsize (KiB) 814396

[startup+111.903 s]
/proc/loadavg: 2.32 2.21 2.07 3/94 1847
/proc/meminfo: memFree=516792/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=821896 CPUtime=112.57
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 369763 0 1 0 11092 165 0 0 23 0 12 0 648179903 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 205474 174768 1365 9 0 202836 0
[pid=1835/tid=1837] ppid=1833 vsize=821896 CPUtime=37.12
/proc/1835/task/1837/stat : 1837 (java) S 1833 1835 1765 0 -1 64 23355 0 1 0 3693 19 0 0 17 0 12 0 648179905 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1838] ppid=1833 vsize=821896 CPUtime=5.15
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 59632 0 0 0 490 25 0 0 17 0 12 0 648179906 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1839] ppid=1833 vsize=821896 CPUtime=5.46
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 87387 0 0 0 511 35 0 0 17 0 12 0 648179906 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1840] ppid=1833 vsize=821896 CPUtime=63.47
/proc/1835/task/1840/stat : 1840 (java) R 1833 1835 1765 0 -1 64 194223 0 0 0 6265 82 0 0 25 0 12 0 648179908 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1841] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1842] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=821896 CPUtime=0.7
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2045 0 0 0 70 0 0 0 16 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=821896 CPUtime=0.6
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 2361 0 0 0 60 0 0 0 16 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.57
Current children cumulated vsize (KiB) 821896

[startup+112.303 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 1847
/proc/meminfo: memFree=516792/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=821896 CPUtime=112.97
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 369763 0 1 0 11132 165 0 0 23 0 12 0 648179903 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 205474 174768 1365 9 0 202836 0
[pid=1835/tid=1837] ppid=1833 vsize=821896 CPUtime=37.12
/proc/1835/task/1837/stat : 1837 (java) S 1833 1835 1765 0 -1 64 23355 0 1 0 3693 19 0 0 17 0 12 0 648179905 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1838] ppid=1833 vsize=821896 CPUtime=5.15
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 59632 0 0 0 490 25 0 0 17 0 12 0 648179906 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1839] ppid=1833 vsize=821896 CPUtime=5.46
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 87387 0 0 0 511 35 0 0 17 0 12 0 648179906 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1840] ppid=1833 vsize=821896 CPUtime=63.87
/proc/1835/task/1840/stat : 1840 (java) R 1833 1835 1765 0 -1 64 194223 0 0 0 6305 82 0 0 25 0 12 0 648179908 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1841] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) S 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 648179908 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1842] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=821896 CPUtime=0.7
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2045 0 0 0 70 0 0 0 16 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=821896 CPUtime=0.6
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 2361 0 0 0 60 0 0 0 16 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=821896 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 841621504 174768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.97
Current children cumulated vsize (KiB) 821896

[startup+112.703 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 1847
/proc/meminfo: memFree=516792/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=813892 CPUtime=113.37
/proc/1835/stat : 1835 (java) S 1833 1835 1765 0 -1 0 369764 0 1 0 11172 165 0 0 23 0 12 0 648179903 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1835/statm: 203473 172767 1365 9 0 200835 0
[pid=1835/tid=1837] ppid=1833 vsize=813892 CPUtime=37.12
/proc/1835/task/1837/stat : 1837 (java) R 1833 1835 1765 0 -1 64 23356 0 1 0 3693 19 0 0 17 0 12 0 648179905 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1838] ppid=1833 vsize=813892 CPUtime=5.15
/proc/1835/task/1838/stat : 1838 (java) S 1833 1835 1765 0 -1 64 59632 0 0 0 490 25 0 0 17 0 12 0 648179906 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1839] ppid=1833 vsize=813892 CPUtime=5.46
/proc/1835/task/1839/stat : 1839 (java) S 1833 1835 1765 0 -1 64 87387 0 0 0 511 35 0 0 17 0 12 0 648179906 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1840] ppid=1833 vsize=813892 CPUtime=64.27
/proc/1835/task/1840/stat : 1840 (java) R 1833 1835 1765 0 -1 64 194223 0 0 0 6344 83 0 0 25 0 12 0 648179908 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1841] ppid=1833 vsize=813892 CPUtime=0
/proc/1835/task/1841/stat : 1841 (java) R 1833 1835 1765 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 648179908 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1835/tid=1842] ppid=1833 vsize=813892 CPUtime=0
/proc/1835/task/1842/stat : 1842 (java) S 1833 1835 1765 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 648179908 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1843] ppid=1833 vsize=813892 CPUtime=0
/proc/1835/task/1843/stat : 1843 (java) S 1833 1835 1765 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 648179912 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1844] ppid=1833 vsize=813892 CPUtime=0.7
/proc/1835/task/1844/stat : 1844 (java) S 1833 1835 1765 0 -1 64 2045 0 0 0 70 0 0 0 16 0 12 0 648179912 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1845] ppid=1833 vsize=813892 CPUtime=0.6
/proc/1835/task/1845/stat : 1845 (java) S 1833 1835 1765 0 -1 64 2361 0 0 0 60 0 0 0 16 0 12 0 648179912 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1846] ppid=1833 vsize=813892 CPUtime=0
/proc/1835/task/1846/stat : 1846 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 648179912 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1835/tid=1847] ppid=1833 vsize=813892 CPUtime=0
/proc/1835/task/1847/stat : 1847 (java) S 1833 1835 1765 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 648179912 833425408 172767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 113.37
Current children cumulated vsize (KiB) 813892

[startup+112.803 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 1847
/proc/meminfo: memFree=516792/2055920 swapFree=4177348/4192956
[pid=1835] ppid=1833 vsize=0 CPUtime=113.43
/proc/1835/stat : 1835 (java) Z 1833 1835 1765 0 -1 12 369776 0 1 0 11172 171 0 0 16 0 2 0 648179903 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 113.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 112.836
CPU time (s): 113.475
CPU user time (s): 111.722
CPU system time (s): 1.75273
CPU usage (%): 100.566
Max. virtual memory (cumulated for all children) (KiB): 837900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.722
system time used= 1.75273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369776
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= 4944
involuntary context switches= 5599

runsolver used 0.153976 second user time and 0.379942 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 12:09:58
IDJOB=1094692
IDBENCH=58819
IDSOLVER=344
FILE ID=node84/1094692-1215252592
PBS_JOBID= 7882096
Free space on /tmp= 66420 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-5.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-1094692-1215252592/watcher-1094692-1215252592 -o /tmp/evaluation-result-1094692-1215252592/solver-1094692-1215252592 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094692-1215252592.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12bcc8beb38dd34ffc03a20313fd6405
RANDOM SEED=260132930

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1209912 kB
Buffers:         19532 kB
Cached:         296184 kB
SwapCached:       9596 kB
Active:         717740 kB
Inactive:        76372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209912 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:           71408 kB
Writeback:           0 kB
Mapped:         494472 kB
Slab:            36184 kB
Committed_AS:  1963024 kB
PageTables:       2752 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= 66420 MiB
End job on node84 at 2008-07-05 12:11:51