Trace number 1052122

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? 85.604 85.449

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-7_ext.xml
MD5SUMeba2fe074420dddfb095f3c4667a29a8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.812875
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1052122-1215055918/watcher-1052122-1215055918 -o /tmp/evaluation-result-1052122-1215055918/solver-1052122-1215055918 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052122-1215055918.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.11 2.03 4/72 12603
/proc/meminfo: memFree=1774608/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=152 CPUtime=0
/proc/12603/stat : 12603 (java) R 12601 12603 10362 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1984565064 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 3167012 0 0 4096 0 0 0 0 17 0 0 0
/proc/12603/statm: 38 26 19 9 0 4 0

[startup+0.0443 s]
/proc/loadavg: 2.11 2.11 2.03 4/72 12603
/proc/meminfo: memFree=1774608/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=802236 CPUtime=0.03
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 2593 0 1 0 2 1 0 0 18 0 7 0 1984565064 821489664 2328 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 200559 2328 981 9 0 197942 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802236

[startup+0.101306 s]
/proc/loadavg: 2.11 2.11 2.03 4/72 12603
/proc/meminfo: memFree=1774608/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=804756 CPUtime=0.09
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 3240 0 1 0 7 2 0 0 18 0 12 0 1984565064 824070144 2972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 201189 2973 1230 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301326 s]
/proc/loadavg: 2.11 2.11 2.03 4/72 12603
/proc/meminfo: memFree=1774608/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=808296 CPUtime=0.29
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 5055 0 1 0 27 2 0 0 18 0 12 0 1984565064 827695104 4383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 202074 4383 1307 9 0 199443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808296

[startup+0.701369 s]
/proc/loadavg: 2.11 2.11 2.03 4/72 12603
/proc/meminfo: memFree=1774608/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=808324 CPUtime=0.69
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 6392 0 1 0 65 4 0 0 18 0 12 0 1984565064 827723776 5573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 202081 5573 1335 9 0 199443 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808324

[startup+1.50246 s]
/proc/loadavg: 2.10 2.11 2.03 3/84 12615
/proc/meminfo: memFree=1721456/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=808324 CPUtime=1.49
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 17829 0 1 0 139 10 0 0 18 0 12 0 1984565064 827723776 16897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 202081 16898 1339 9 0 199443 0
[pid=12603/tid=12605] ppid=12601 vsize=808324 CPUtime=1
/proc/12603/task/12605/stat : 12605 (java) R 12601 12603 10362 0 -1 64 15216 0 1 0 92 8 0 0 25 0 12 0 1984565065 827723776 16898 996147200 134512640 134550740 4294956032 18446744073709551615 4109607852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12606] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1984565066 827723776 16899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12607] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1984565066 827723776 16900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12608] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12608/stat : 12608 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1984565067 827723776 16901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12609] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1984565068 827723776 16901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12610] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1984565068 827723776 16902 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 827723776 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=808324 CPUtime=0.25
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 708 0 0 0 25 0 0 0 16 0 12 0 1984565072 827723776 16904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=808324 CPUtime=0.21
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 1144 0 0 0 21 0 0 0 16 0 12 0 1984565072 827723776 16905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 827723776 16905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=808324 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 827723776 16906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808324

[startup+3.10163 s]
/proc/loadavg: 2.10 2.11 2.03 3/84 12615
/proc/meminfo: memFree=1676144/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=811076 CPUtime=3.08
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 32173 0 1 0 293 15 0 0 18 0 12 0 1984565064 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 202769 28831 1359 9 0 200131 0
[pid=12603/tid=12605] ppid=12601 vsize=811076 CPUtime=1.66
/proc/12603/task/12605/stat : 12605 (java) R 12601 12603 10362 0 -1 64 17004 0 1 0 156 10 0 0 25 0 12 0 1984565065 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12606] ppid=12601 vsize=811076 CPUtime=0.04
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 4333 0 0 0 3 1 0 0 16 0 12 0 1984565066 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12607] ppid=12601 vsize=811076 CPUtime=0.04
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 5135 0 0 0 3 1 0 0 16 0 12 0 1984565066 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12608] ppid=12601 vsize=811076 CPUtime=0
/proc/12603/task/12608/stat : 12608 (java) S 12601 12603 10362 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984565067 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12609] ppid=12601 vsize=811076 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12610] ppid=12601 vsize=811076 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=811076 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=811076 CPUtime=0.74
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2591 0 0 0 74 0 0 0 16 0 12 0 1984565072 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=811076 CPUtime=0.55
/proc/12603/task/12613/stat : 12613 (java) R 12601 12603 10362 0 -1 64 2292 0 0 0 55 0 0 0 16 0 12 0 1984565072 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 103114054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=811076 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=811076 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 830541824 28831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 811076

[startup+6.30298 s]
/proc/loadavg: 2.10 2.11 2.03 3/84 12615
/proc/meminfo: memFree=1588792/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=814920 CPUtime=6.7
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 61416 0 1 0 641 29 0 0 18 0 12 0 1984565064 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 203730 55444 1360 9 0 201092 0
[pid=12603/tid=12605] ppid=12601 vsize=814920 CPUtime=3.61
/proc/12603/task/12605/stat : 12605 (java) R 12601 12603 10362 0 -1 64 17010 0 1 0 351 10 0 0 16 0 12 0 1984565065 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4109835075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12606] ppid=12601 vsize=814920 CPUtime=0.94
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 19939 0 0 0 86 8 0 0 17 0 12 0 1984565066 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12607] ppid=12601 vsize=814920 CPUtime=0.76
/proc/12603/task/12607/stat : 12607 (java) R 12601 12603 10362 0 -1 64 18761 0 0 0 69 7 0 0 19 0 12 0 1984565066 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12608] ppid=12601 vsize=814920 CPUtime=0
/proc/12603/task/12608/stat : 12608 (java) S 12601 12603 10362 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984565067 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12609] ppid=12601 vsize=814920 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12610] ppid=12601 vsize=814920 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=814920 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=814920 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=814920 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=814920 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=814920 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 834478080 55444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 814920

[startup+12.7017 s]
/proc/loadavg: 2.32 2.15 2.04 4/84 12615
/proc/meminfo: memFree=1362936/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=817480 CPUtime=13.09
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 116208 0 1 0 1259 50 0 0 18 0 12 0 1984565064 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 204370 109579 1360 9 0 201732 0
[pid=12603/tid=12605] ppid=12601 vsize=817480 CPUtime=7.04
/proc/12603/task/12605/stat : 12605 (java) R 12601 12603 10362 0 -1 64 17026 0 1 0 694 10 0 0 15 0 12 0 1984565065 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4109787563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12606] ppid=12601 vsize=817480 CPUtime=3.9
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 74715 0 0 0 361 29 0 0 17 0 12 0 1984565066 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12607] ppid=12601 vsize=817480 CPUtime=0.76
/proc/12603/task/12607/stat : 12607 (java) R 12601 12603 10362 0 -1 64 18761 0 0 0 69 7 0 0 19 0 12 0 1984565066 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12608] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12608/stat : 12608 (java) S 12601 12603 10362 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984565067 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12609] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12610] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=817480 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=817480 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 837099520 109579 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 817480

[startup+25.5021 s]
/proc/loadavg: 2.42 2.18 2.05 4/92 12650
/proc/meminfo: memFree=1009656/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=833484 CPUtime=26.25
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 186989 0 1 0 2546 79 0 0 18 0 12 0 1984565064 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 208371 172667 1364 9 0 205733 0
[pid=12603/tid=12605] ppid=12601 vsize=833484 CPUtime=11.74
/proc/12603/task/12605/stat : 12605 (java) S 12601 12603 10362 0 -1 64 23192 0 1 0 1162 12 0 0 18 0 12 0 1984565065 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12606] ppid=12601 vsize=833484 CPUtime=7.86
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 125519 0 0 0 737 49 0 0 16 0 12 0 1984565066 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12607] ppid=12601 vsize=833484 CPUtime=1.64
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 21059 0 0 0 155 9 0 0 16 0 12 0 1984565066 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12608] ppid=12601 vsize=833484 CPUtime=3.6
/proc/12603/task/12608/stat : 12608 (java) R 12601 12603 10362 0 -1 64 11569 0 0 0 356 4 0 0 17 0 12 0 1984565067 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12609] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12610] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 172667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12603/tid=12614] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.97
Current children cumulated vsize (KiB) 833484

[startup+79.902 s]
/proc/loadavg: 2.28 2.19 2.07 3/92 12650
/proc/meminfo: memFree=977272/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=833484 CPUtime=80.13
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 450623 0 1 0 7814 199 0 0 18 0 12 0 1984565064 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 208371 177665 1364 9 0 205733 0
[pid=12603/tid=12605] ppid=12601 vsize=833484 CPUtime=13.3
/proc/12603/task/12605/stat : 12605 (java) S 12601 12603 10362 0 -1 64 23207 0 1 0 1318 12 0 0 17 0 12 0 1984565065 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12606] ppid=12601 vsize=833484 CPUtime=7.86
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 125519 0 0 0 737 49 0 0 16 0 12 0 1984565066 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12607] ppid=12601 vsize=833484 CPUtime=1.64
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 21059 0 0 0 155 9 0 0 16 0 12 0 1984565066 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12608] ppid=12601 vsize=833484 CPUtime=55.93
/proc/12603/task/12608/stat : 12608 (java) R 12601 12603 10362 0 -1 64 275188 0 0 0 5468 125 0 0 25 0 12 0 1984565067 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12609] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12610] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=833484 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=833484 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 853487616 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.13
Current children cumulated vsize (KiB) 833484

[startup+83.1024 s]
/proc/loadavg: 2.25 2.18 2.06 3/92 12650
/proc/meminfo: memFree=985208/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=833484 CPUtime=83.3
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 466136 0 1 0 8124 206 0 0 18 0 12 0 1984565064 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 208371 177666 1365 9 0 205733 0
[pid=12603/tid=12605] ppid=12601 vsize=833484 CPUtime=13.31
/proc/12603/task/12605/stat : 12605 (java) S 12601 12603 10362 0 -1 64 23210 0 1 0 1319 12 0 0 17 0 12 0 1984565065 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12606] ppid=12601 vsize=833484 CPUtime=7.86
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 125519 0 0 0 737 49 0 0 16 0 12 0 1984565066 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12607] ppid=12601 vsize=833484 CPUtime=1.64
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 21059 0 0 0 155 9 0 0 16 0 12 0 1984565066 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12608] ppid=12601 vsize=833484 CPUtime=59.09
/proc/12603/task/12608/stat : 12608 (java) R 12601 12603 10362 0 -1 64 290698 0 0 0 5778 131 0 0 25 0 12 0 1984565067 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12609] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12610] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=833484 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=833484 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.3
Current children cumulated vsize (KiB) 833484

[startup+84.7076 s]
/proc/loadavg: 2.25 2.18 2.06 3/92 12650
/proc/meminfo: memFree=977144/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=833484 CPUtime=84.89
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 466136 0 1 0 8283 206 0 0 18 0 12 0 1984565064 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 208371 177666 1365 9 0 205733 0
[pid=12603/tid=12605] ppid=12601 vsize=833484 CPUtime=13.31
/proc/12603/task/12605/stat : 12605 (java) S 12601 12603 10362 0 -1 64 23210 0 1 0 1319 12 0 0 17 0 12 0 1984565065 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12606] ppid=12601 vsize=833484 CPUtime=7.86
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 125519 0 0 0 737 49 0 0 16 0 12 0 1984565066 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12607] ppid=12601 vsize=833484 CPUtime=1.64
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 21059 0 0 0 155 9 0 0 16 0 12 0 1984565066 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12608] ppid=12601 vsize=833484 CPUtime=60.68
/proc/12603/task/12608/stat : 12608 (java) R 12601 12603 10362 0 -1 64 290698 0 0 0 5937 131 0 0 25 0 12 0 1984565067 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12609] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12610] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=833484 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=833484 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.89
Current children cumulated vsize (KiB) 833484

[startup+85.1026 s]
/proc/loadavg: 2.25 2.18 2.06 3/92 12650
/proc/meminfo: memFree=977144/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=833484 CPUtime=85.28
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 466136 0 1 0 8322 206 0 0 18 0 12 0 1984565064 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 208371 177666 1365 9 0 205733 0
[pid=12603/tid=12605] ppid=12601 vsize=833484 CPUtime=13.31
/proc/12603/task/12605/stat : 12605 (java) S 12601 12603 10362 0 -1 64 23210 0 1 0 1319 12 0 0 17 0 12 0 1984565065 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12606] ppid=12601 vsize=833484 CPUtime=7.86
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 125519 0 0 0 737 49 0 0 16 0 12 0 1984565066 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12607] ppid=12601 vsize=833484 CPUtime=1.64
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 21059 0 0 0 155 9 0 0 16 0 12 0 1984565066 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12608] ppid=12601 vsize=833484 CPUtime=61.07
/proc/12603/task/12608/stat : 12608 (java) R 12601 12603 10362 0 -1 64 290698 0 0 0 5976 131 0 0 25 0 12 0 1984565067 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12609] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) S 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12610] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=833484 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=833484 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=833484 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 853487616 177666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.28
Current children cumulated vsize (KiB) 833484

[startup+85.3026 s]
/proc/loadavg: 2.25 2.18 2.06 3/92 12650
/proc/meminfo: memFree=977144/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=817480 CPUtime=85.48
/proc/12603/stat : 12603 (java) S 12601 12603 10362 0 -1 0 466137 0 1 0 8342 206 0 0 18 0 12 0 1984565064 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12603/statm: 204370 173665 1365 9 0 201732 0
[pid=12603/tid=12605] ppid=12601 vsize=817480 CPUtime=13.31
/proc/12603/task/12605/stat : 12605 (java) R 12601 12603 10362 0 -1 64 23211 0 1 0 1319 12 0 0 17 0 12 0 1984565065 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12606] ppid=12601 vsize=817480 CPUtime=7.86
/proc/12603/task/12606/stat : 12606 (java) S 12601 12603 10362 0 -1 64 125519 0 0 0 737 49 0 0 16 0 12 0 1984565066 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12607] ppid=12601 vsize=817480 CPUtime=1.64
/proc/12603/task/12607/stat : 12607 (java) S 12601 12603 10362 0 -1 64 21059 0 0 0 155 9 0 0 16 0 12 0 1984565066 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12608] ppid=12601 vsize=817480 CPUtime=61.27
/proc/12603/task/12608/stat : 12608 (java) R 12601 12603 10362 0 -1 64 290698 0 0 0 5995 132 0 0 25 0 12 0 1984565067 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12609] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12609/stat : 12609 (java) R 12601 12603 10362 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1984565068 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12603/tid=12610] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12610/stat : 12610 (java) S 12601 12603 10362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984565068 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12611] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12611/stat : 12611 (java) S 12601 12603 10362 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984565072 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12612] ppid=12601 vsize=817480 CPUtime=0.76
/proc/12603/task/12612/stat : 12612 (java) S 12601 12603 10362 0 -1 64 2592 0 0 0 76 0 0 0 16 0 12 0 1984565072 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12613] ppid=12601 vsize=817480 CPUtime=0.56
/proc/12603/task/12613/stat : 12613 (java) S 12601 12603 10362 0 -1 64 2296 0 0 0 56 0 0 0 16 0 12 0 1984565072 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12614] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12614/stat : 12614 (java) S 12601 12603 10362 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984565072 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12603/tid=12615] ppid=12601 vsize=817480 CPUtime=0
/proc/12603/task/12615/stat : 12615 (java) S 12601 12603 10362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984565072 837099520 173665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.48
Current children cumulated vsize (KiB) 817480

[startup+85.4029 s]
/proc/loadavg: 2.25 2.18 2.06 3/92 12650
/proc/meminfo: memFree=977144/2055920 swapFree=4179764/4192956
[pid=12603] ppid=12601 vsize=0 CPUtime=85.55
/proc/12603/stat : 12603 (java) Z 12601 12603 10362 0 -1 12 466149 0 1 0 8342 213 0 0 16 0 2 0 1984565064 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12603/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.55
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 85.449
CPU time (s): 85.604
CPU user time (s): 83.4273
CPU system time (s): 2.17667
CPU usage (%): 100.181
Max. virtual memory (cumulated for all children) (KiB): 865488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.4273
system time used= 2.17667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466149
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= 2803
involuntary context switches= 10913

runsolver used 0.116982 second user time and 0.282956 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-03 05:31:58
IDJOB=1052122
IDBENCH=55966
IDSOLVER=344
FILE ID=node37/1052122-1215055918
PBS_JOBID= 7875099
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-7_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052122-1215055918/watcher-1052122-1215055918 -o /tmp/evaluation-result-1052122-1215055918/solver-1052122-1215055918 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052122-1215055918.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eba2fe074420dddfb095f3c4667a29a8
RANDOM SEED=622192999

node37.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.236
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.236
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:       1775088 kB
Buffers:         44316 kB
Cached:         148760 kB
SwapCached:       7116 kB
Active:         119268 kB
Inactive:        90188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775088 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            6448 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            56808 kB
Committed_AS:  3371296 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node37 at 2008-07-03 05:33:24