Trace number 1047556

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? 91.2041 88.1785

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-18_ext.xml
MD5SUM2a6d4f94d2365440bb23cc53eb11a85d
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 benchmark17.4263
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1047556-1215040560/watcher-1047556-1215040560 -o /tmp/evaluation-result-1047556-1215040560/solver-1047556-1215040560 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047556-1215040560.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.06 2.06 1.40 4/82 24053
/proc/meminfo: memFree=756672/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=18572 CPUtime=0
/proc/24053/stat : 24053 (runsolver) R 24051 24053 23761 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1983031061 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24053/statm: 4643 292 257 25 0 2626 0

[startup+0.0187701 s]
/proc/loadavg: 2.06 2.06 1.40 4/82 24053
/proc/meminfo: memFree=756672/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=13288 CPUtime=0
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 744 0 0 0 0 0 0 0 21 0 2 0 1983031061 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 3322 538 219 9 0 1232 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13288

[startup+0.10166 s]
/proc/loadavg: 2.06 2.06 1.40 4/82 24053
/proc/meminfo: memFree=756672/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=804612 CPUtime=0.07
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 2996 0 1 0 5 2 0 0 21 0 12 0 1983031061 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.30168 s]
/proc/loadavg: 2.06 2.06 1.40 4/82 24053
/proc/meminfo: memFree=756672/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=808920 CPUtime=0.26
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 4857 0 1 0 23 3 0 0 21 0 12 0 1983031061 828334080 4186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 202230 4186 1299 9 0 199599 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808920

[startup+0.701716 s]
/proc/loadavg: 2.06 2.06 1.40 4/82 24053
/proc/meminfo: memFree=756672/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=808948 CPUtime=0.65
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 6344 0 1 0 59 6 0 0 21 0 12 0 1983031061 828362752 5410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 202237 5410 1335 9 0 199599 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 808948

[startup+1.50279 s]
/proc/loadavg: 2.06 2.06 1.40 3/94 24065
/proc/meminfo: memFree=734176/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=814068 CPUtime=1.45
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 11980 0 1 0 137 8 0 0 21 0 12 0 1983031061 833605632 9314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 203517 9315 1348 9 0 200879 0
[pid=24053/tid=24055] ppid=24051 vsize=814068 CPUtime=0.64
/proc/24053/task/24055/stat : 24055 (java) R 24051 24053 23761 0 -1 64 6383 0 1 0 59 5 0 0 19 0 12 0 1983031062 833605632 9316 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24056] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 1983031064 833605632 9317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1983031064 833605632 9317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24058/stat : 24058 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983031065 833605632 9318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24059] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1983031066 833605632 9319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24060] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983031066 833605632 9319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24061] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 833605632 9320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=814068 CPUtime=0.25
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 869 0 0 0 25 0 0 0 16 0 12 0 1983031070 833605632 9321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24063] ppid=24051 vsize=814068 CPUtime=0.52
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 3965 0 0 0 51 1 0 0 16 0 12 0 1983031070 833605632 9321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24064] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 833605632 9322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=814068 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 833605632 9323 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 814068

[startup+3.10295 s]
/proc/loadavg: 2.06 2.06 1.40 3/94 24065
/proc/meminfo: memFree=708128/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=815996 CPUtime=3.03
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 29281 0 1 0 289 14 0 0 21 0 12 0 1983031061 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 203999 26102 1359 9 0 201361 0
[pid=24053/tid=24055] ppid=24051 vsize=815996 CPUtime=1.7
/proc/24053/task/24055/stat : 24055 (java) R 24051 24053 23761 0 -1 64 16972 0 1 0 161 9 0 0 25 0 12 0 1983031062 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24056] ppid=24051 vsize=815996 CPUtime=0.09
/proc/24053/task/24056/stat : 24056 (java) R 24051 24053 23761 0 -1 64 3642 0 0 0 8 1 0 0 15 0 12 0 1983031064 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24057] ppid=24051 vsize=815996 CPUtime=0.09
/proc/24053/task/24057/stat : 24057 (java) R 24051 24053 23761 0 -1 64 2867 0 0 0 9 0 0 0 16 0 12 0 1983031064 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24058] ppid=24051 vsize=815996 CPUtime=0
/proc/24053/task/24058/stat : 24058 (java) R 24051 24053 23761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983031065 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24059] ppid=24051 vsize=815996 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24060] ppid=24051 vsize=815996 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=815996 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=815996 CPUtime=0.37
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 920 0 0 0 37 0 0 0 16 0 12 0 1983031070 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24063] ppid=24051 vsize=815996 CPUtime=0.73
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4088 0 0 0 72 1 0 0 16 0 12 0 1983031070 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24064] ppid=24051 vsize=815996 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=815996 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 835579904 26102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 815996

[startup+6.30124 s]
/proc/loadavg: 2.06 2.06 1.40 7/94 24065
/proc/meminfo: memFree=556128/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=824316 CPUtime=7.06
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 65742 0 1 0 674 32 0 0 21 0 12 0 1983031061 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 206079 57734 1359 9 0 203441 0
[pid=24053/tid=24055] ppid=24051 vsize=824316 CPUtime=3.66
/proc/24053/task/24055/stat : 24055 (java) R 24051 24053 23761 0 -1 64 16977 0 1 0 356 10 0 0 19 0 12 0 1983031062 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4109692784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24056] ppid=24051 vsize=824316 CPUtime=1.14
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 24770 0 0 0 104 10 0 0 16 0 12 0 1983031064 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24057] ppid=24051 vsize=824316 CPUtime=1.11
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 18195 0 0 0 103 8 0 0 19 0 12 0 1983031064 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24058] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24058/stat : 24058 (java) S 24051 24053 23761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983031065 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24059] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24060] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=824316 CPUtime=0.37
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 920 0 0 0 37 0 0 0 16 0 12 0 1983031070 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24063] ppid=24051 vsize=824316 CPUtime=0.73
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4088 0 0 0 72 1 0 0 16 0 12 0 1983031070 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24064] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 844099584 57734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 824316

[startup+12.7028 s]
/proc/loadavg: 2.21 2.09 1.41 5/94 24065
/proc/meminfo: memFree=363296/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=824316 CPUtime=14.98
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 113682 0 1 0 1446 52 0 0 21 0 12 0 1983031061 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 206079 103012 1359 9 0 203441 0
[pid=24053/tid=24055] ppid=24051 vsize=824316 CPUtime=6.64
/proc/24053/task/24055/stat : 24055 (java) R 24051 24053 23761 0 -1 64 16992 0 1 0 654 10 0 0 25 0 12 0 1983031062 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4109701127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24056] ppid=24051 vsize=824316 CPUtime=3.62
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 50593 0 0 0 340 22 0 0 16 0 12 0 1983031064 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24057] ppid=24051 vsize=824316 CPUtime=3.57
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 40297 0 0 0 340 17 0 0 16 0 12 0 1983031064 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24058/stat : 24058 (java) S 24051 24053 23761 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1983031065 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24059] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24060] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=824316 CPUtime=0.37
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 920 0 0 0 37 0 0 0 17 0 12 0 1983031070 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24063] ppid=24051 vsize=824316 CPUtime=0.73
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4088 0 0 0 72 1 0 0 16 0 12 0 1983031070 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24064] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=824316 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 844099584 103012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 824316

[startup+25.502 s]
/proc/loadavg: 2.40 2.14 1.44 4/94 24065
/proc/meminfo: memFree=62496/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=825252 CPUtime=28.37
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 198321 0 1 0 2749 88 0 0 21 0 12 0 1983031061 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 206313 170384 1365 9 0 203675 0
[pid=24053/tid=24055] ppid=24051 vsize=825252 CPUtime=11.29
/proc/24053/task/24055/stat : 24055 (java) R 24051 24053 23761 0 -1 64 23158 0 1 0 1116 13 0 0 19 0 12 0 1983031062 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4109701133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24056] ppid=24051 vsize=825252 CPUtime=5.26
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 70110 0 0 0 496 30 0 0 19 0 12 0 1983031064 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=825252 CPUtime=7.98
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 83180 0 0 0 763 35 0 0 16 0 12 0 1983031064 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=825252 CPUtime=2.6
/proc/24053/task/24058/stat : 24058 (java) S 24051 24053 23761 0 -1 64 15800 0 0 0 253 7 0 0 19 0 12 0 1983031065 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24059] ppid=24051 vsize=825252 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24060] ppid=24051 vsize=825252 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=825252 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 845058048 170384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=24053/tid=24064] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 841256

[startup+76.7028 s]
/proc/loadavg: 2.21 2.13 1.47 3/94 24065
/proc/meminfo: memFree=31008/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=857256 CPUtime=79.81
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 374667 0 1 0 7815 166 0 0 21 0 12 0 1983031061 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 214314 183301 1365 9 0 211676 0
[pid=24053/tid=24055] ppid=24051 vsize=857256 CPUtime=13.51
/proc/24053/task/24055/stat : 24055 (java) S 24051 24053 23761 0 -1 64 23174 0 1 0 1338 13 0 0 17 0 12 0 1983031062 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24056] ppid=24051 vsize=857256 CPUtime=5.95
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 70223 0 0 0 565 30 0 0 18 0 12 0 1983031064 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=857256 CPUtime=8.66
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 83265 0 0 0 831 35 0 0 16 0 12 0 1983031064 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=857256 CPUtime=50.43
/proc/24053/task/24058/stat : 24058 (java) R 24051 24053 23761 0 -1 64 191932 0 0 0 4959 84 0 0 25 0 12 0 1983031065 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24059] ppid=24051 vsize=857256 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24060] ppid=24051 vsize=857256 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=857256 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=857256 CPUtime=0.43
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 1208 0 0 0 43 0 0 0 16 0 12 0 1983031070 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24063] ppid=24051 vsize=857256 CPUtime=0.76
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4103 0 0 0 75 1 0 0 16 0 12 0 1983031070 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24064] ppid=24051 vsize=857256 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=857256 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 877830144 183301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.81
Current children cumulated vsize (KiB) 857256

[startup+83.1014 s]
/proc/loadavg: 2.27 2.14 1.48 3/94 24065
/proc/meminfo: memFree=53088/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=841256 CPUtime=86.17
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 397934 0 1 0 8441 176 0 0 21 0 12 0 1983031061 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 210314 179301 1365 9 0 207676 0
[pid=24053/tid=24055] ppid=24051 vsize=841256 CPUtime=13.52
/proc/24053/task/24055/stat : 24055 (java) S 24051 24053 23761 0 -1 64 23176 0 1 0 1339 13 0 0 17 0 12 0 1983031062 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24056] ppid=24051 vsize=841256 CPUtime=5.95
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 70223 0 0 0 565 30 0 0 18 0 12 0 1983031064 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=841256 CPUtime=8.66
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 83265 0 0 0 831 35 0 0 16 0 12 0 1983031064 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=841256 CPUtime=56.79
/proc/24053/task/24058/stat : 24058 (java) R 24051 24053 23761 0 -1 64 215197 0 0 0 5585 94 0 0 25 0 12 0 1983031065 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24059] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24060] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=841256 CPUtime=0.43
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 1208 0 0 0 43 0 0 0 16 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24063] ppid=24051 vsize=841256 CPUtime=0.76
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4103 0 0 0 75 1 0 0 16 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24064] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 861446144 179301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.17
Current children cumulated vsize (KiB) 841256

[startup+86.3027 s]
/proc/loadavg: 2.25 2.14 1.48 3/94 24065
/proc/meminfo: memFree=40544/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=841256 CPUtime=89.36
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 405692 0 1 0 8756 180 0 0 21 0 12 0 1983031061 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 210314 179302 1366 9 0 207676 0
[pid=24053/tid=24055] ppid=24051 vsize=841256 CPUtime=13.52
/proc/24053/task/24055/stat : 24055 (java) S 24051 24053 23761 0 -1 64 23179 0 1 0 1339 13 0 0 17 0 12 0 1983031062 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24056] ppid=24051 vsize=841256 CPUtime=5.95
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 70223 0 0 0 565 30 0 0 18 0 12 0 1983031064 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=841256 CPUtime=8.66
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 83265 0 0 0 831 35 0 0 16 0 12 0 1983031064 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=841256 CPUtime=59.98
/proc/24053/task/24058/stat : 24058 (java) R 24051 24053 23761 0 -1 64 222952 0 0 0 5900 98 0 0 25 0 12 0 1983031065 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 106122255 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24059] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24060] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=841256 CPUtime=0.43
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 1208 0 0 0 43 0 0 0 16 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24063] ppid=24051 vsize=841256 CPUtime=0.76
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4103 0 0 0 75 1 0 0 16 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24064] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.36
Current children cumulated vsize (KiB) 841256

[startup+87.1028 s]
/proc/loadavg: 2.25 2.14 1.48 3/94 24065
/proc/meminfo: memFree=39840/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=841256 CPUtime=90.16
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 405692 0 1 0 8836 180 0 0 21 0 12 0 1983031061 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 210314 179302 1366 9 0 207676 0
[pid=24053/tid=24055] ppid=24051 vsize=841256 CPUtime=13.52
/proc/24053/task/24055/stat : 24055 (java) S 24051 24053 23761 0 -1 64 23179 0 1 0 1339 13 0 0 17 0 12 0 1983031062 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24056] ppid=24051 vsize=841256 CPUtime=5.95
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 70223 0 0 0 565 30 0 0 18 0 12 0 1983031064 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=841256 CPUtime=8.66
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 83265 0 0 0 831 35 0 0 16 0 12 0 1983031064 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=841256 CPUtime=60.77
/proc/24053/task/24058/stat : 24058 (java) R 24051 24053 23761 0 -1 64 222952 0 0 0 5979 98 0 0 25 0 12 0 1983031065 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24059] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24060] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=841256 CPUtime=0.43
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 1208 0 0 0 43 0 0 0 16 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24063] ppid=24051 vsize=841256 CPUtime=0.76
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4103 0 0 0 75 1 0 0 16 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24064] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.16
Current children cumulated vsize (KiB) 841256

[startup+87.9029 s]
/proc/loadavg: 2.25 2.14 1.48 3/94 24065
/proc/meminfo: memFree=39136/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=841256 CPUtime=90.96
/proc/24053/stat : 24053 (java) S 24051 24053 23761 0 -1 0 405692 0 1 0 8916 180 0 0 21 0 12 0 1983031061 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 210314 179302 1366 9 0 207676 0
[pid=24053/tid=24055] ppid=24051 vsize=841256 CPUtime=13.52
/proc/24053/task/24055/stat : 24055 (java) S 24051 24053 23761 0 -1 64 23179 0 1 0 1339 13 0 0 17 0 12 0 1983031062 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24056] ppid=24051 vsize=841256 CPUtime=5.95
/proc/24053/task/24056/stat : 24056 (java) S 24051 24053 23761 0 -1 64 70223 0 0 0 565 30 0 0 18 0 12 0 1983031064 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24057] ppid=24051 vsize=841256 CPUtime=8.66
/proc/24053/task/24057/stat : 24057 (java) S 24051 24053 23761 0 -1 64 83265 0 0 0 831 35 0 0 16 0 12 0 1983031064 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24058] ppid=24051 vsize=841256 CPUtime=61.57
/proc/24053/task/24058/stat : 24058 (java) R 24051 24053 23761 0 -1 64 222952 0 0 0 6059 98 0 0 25 0 12 0 1983031065 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24059] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24059/stat : 24059 (java) S 24051 24053 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983031066 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24060] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24060/stat : 24060 (java) S 24051 24053 23761 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983031066 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24053/tid=24061] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24061/stat : 24061 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24062] ppid=24051 vsize=841256 CPUtime=0.43
/proc/24053/task/24062/stat : 24062 (java) S 24051 24053 23761 0 -1 64 1208 0 0 0 43 0 0 0 16 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24063] ppid=24051 vsize=841256 CPUtime=0.76
/proc/24053/task/24063/stat : 24063 (java) S 24051 24053 23761 0 -1 64 4103 0 0 0 75 1 0 0 16 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24064] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24064/stat : 24064 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24053/tid=24065] ppid=24051 vsize=841256 CPUtime=0
/proc/24053/task/24065/stat : 24065 (java) S 24051 24053 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983031070 861446144 179302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.96
Current children cumulated vsize (KiB) 841256

[startup+88.1034 s]
/proc/loadavg: 2.25 2.14 1.48 3/94 24065
/proc/meminfo: memFree=39136/2055920 swapFree=4179560/4192956
[pid=24053] ppid=24051 vsize=0 CPUtime=91.12
/proc/24053/stat : 24053 (java) Z 24051 24053 23761 0 -1 12 405707 0 1 0 8929 183 0 0 16 0 2 0 1983031061 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24053/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 88.1785
CPU time (s): 91.2041
CPU user time (s): 89.2964
CPU system time (s): 1.90771
CPU usage (%): 103.431
Max. virtual memory (cumulated for all children) (KiB): 873260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2964
system time used= 1.90771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405707
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= 2967
involuntary context switches= 4504

runsolver used 0.107983 second user time and 0.312952 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 01:16:00
IDJOB=1047556
IDBENCH=54152
IDSOLVER=344
FILE ID=node8/1047556-1215040560
PBS_JOBID= 7875157
Free space on /tmp= 65888 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-18_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-1047556-1215040560/watcher-1047556-1215040560 -o /tmp/evaluation-result-1047556-1215040560/solver-1047556-1215040560 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047556-1215040560.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a6d4f94d2365440bb23cc53eb11a85d
RANDOM SEED=1436999925

node8.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.222
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.222
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:        757152 kB
Buffers:         61780 kB
Cached:        1051752 kB
SwapCached:       6700 kB
Active:         461912 kB
Inactive:       739584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        757152 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:           22216 kB
Writeback:           0 kB
Mapped:         101768 kB
Slab:            82096 kB
Committed_AS:  3957104 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65832 MiB
End job on node8 at 2008-07-03 01:17:28