Trace number 1052030

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? 90.7252 89.9932

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-13_ext.xml
MD5SUM0f3490aea838fd1e586170a769e38567
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 benchmark15.1097
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.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1052030-1215055501.xml
0.39/0.40	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.59/0.67	c reading variables done.
0.68/0.70	c reading relations done.
2.67/2.79	c reading constraints
90.55/89.85	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
90.55/89.85		at java.util.HashMap.addEntry(Unknown Source)
90.55/89.85		at java.util.HashMap.put(Unknown Source)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:85)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
90.55/89.85		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
90.55/89.85		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
90.55/89.85		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
90.55/89.85		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
90.55/89.85		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
90.55/89.86		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
90.55/89.86	c starts		: 0
90.55/89.86	c conflicts		: 0
90.55/89.86	c decisions		: 0
90.55/89.86	c propagations		: 0
90.55/89.86	c inspects		: 0
90.55/89.86	c learnt literals	: 0
90.55/89.86	c learnt binary clauses	: 0
90.55/89.86	c learnt ternary clauses	: 0
90.55/89.86	c learnt clauses	: 0
90.55/89.86	c ignored clauses	: 0
90.55/89.86	c root simplifications	: 0
90.55/89.86	c removed literals (reason simplification)	: 0
90.55/89.86	c reason swapping (by a shorter reason)	: 0
90.55/89.86	c Calls to reduceDB	: 0
90.55/89.86	c speed (assignments/second)	: 0.0
90.55/89.86	c non guided choices	0
90.55/89.86	s UNKNOWN
90.55/89.86	c Total wall clock time (in seconds) : 89.459

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.01 4/72 30515
/proc/meminfo: memFree=1714592/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=1804 CPUtime=0
/proc/30515/stat : 30515 (java) D 30513 30515 27538 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1984522398 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 10519332 0 2147483391 4096 0 18446744072099785718 0 0 17 1 0 0
/proc/30515/statm: 451 163 118 9 0 93 0
[pid=30515/tid=30516] ppid=30513 vsize=13288 CPUtime=0
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1984522399 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 11366360 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0314421 s]
/proc/loadavg: 2.08 2.05 2.01 4/72 30515
/proc/meminfo: memFree=1714592/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=800744 CPUtime=0.02
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 2327 0 1 0 1 1 0 0 18 0 4 0 1984522398 819961856 2065 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 200186 2065 911 9 0 197569 0
[pid=30515/tid=30516] ppid=30513 vsize=800744 CPUtime=0.01
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 1580 0 1 0 1 0 0 0 19 0 4 0 1984522399 819961856 2065 996147200 134512640 134550740 4294956032 18446744073709551615 105882406 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.102457 s]
/proc/loadavg: 2.08 2.05 2.01 4/72 30515
/proc/meminfo: memFree=1714592/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=804612 CPUtime=0.09
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 3004 0 1 0 8 1 0 0 18 0 12 0 1984522398 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 201153 2737 1048 9 0 198522 0
[pid=30515/tid=30516] ppid=30513 vsize=804612 CPUtime=0.07
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 2228 0 1 0 7 0 0 0 21 0 12 0 1984522399 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 4109181022 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302498 s]
/proc/loadavg: 2.08 2.05 2.01 4/72 30515
/proc/meminfo: memFree=1714592/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=808244 CPUtime=0.29
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 4980 0 1 0 26 3 0 0 18 0 12 0 1984522398 827641856 4307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 202061 4307 1299 9 0 199430 0
[pid=30515/tid=30516] ppid=30513 vsize=808244 CPUtime=0.18
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 2723 0 1 0 17 1 0 0 18 0 12 0 1984522399 827641856 4307 996147200 134512640 134550740 4294956032 18446744073709551615 106819582 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.701571 s]
/proc/loadavg: 2.08 2.05 2.01 4/72 30515
/proc/meminfo: memFree=1714592/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=808272 CPUtime=0.68
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 6344 0 1 0 64 4 0 0 18 0 12 0 1984522398 827670528 5472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 202068 5472 1335 9 0 199430 0
[pid=30515/tid=30516] ppid=30513 vsize=808272 CPUtime=0.39
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 3783 0 1 0 37 2 0 0 20 0 12 0 1984522399 827670528 5472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50172 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 30527
/proc/meminfo: memFree=1661440/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=808272 CPUtime=1.48
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 17484 0 1 0 138 10 0 0 18 0 12 0 1984522398 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 202068 16611 1339 9 0 199430 0
[pid=30515/tid=30516] ppid=30513 vsize=808272 CPUtime=1.05
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 14908 0 1 0 97 8 0 0 25 0 12 0 1984522399 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984522400 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984522400 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1984522402 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1984522402 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984522402 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=808272 CPUtime=0.2
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 642 0 0 0 20 0 0 0 16 0 12 0 1984522407 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=808272 CPUtime=0.2
/proc/30515/task/30525/stat : 30525 (java) R 30513 30515 27538 0 -1 64 1172 0 0 0 20 0 0 0 16 0 12 0 1984522407 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 105559669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=808272 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 827670528 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808272

[startup+3.10302 s]
/proc/loadavg: 2.15 2.06 2.02 3/84 30527
/proc/meminfo: memFree=1644992/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=810112 CPUtime=3.07
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 31514 0 1 0 291 16 0 0 18 0 12 0 1984522398 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 202528 28577 1358 9 0 199890 0
[pid=30515/tid=30516] ppid=30513 vsize=810112 CPUtime=1.69
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 16971 0 1 0 160 9 0 0 25 0 12 0 1984522399 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=810112 CPUtime=0.05
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 5255 0 0 0 3 2 0 0 16 0 12 0 1984522400 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=810112 CPUtime=0.04
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 4215 0 0 0 3 1 0 0 16 0 12 0 1984522400 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=810112 CPUtime=0
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 27538 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984522402 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=810112 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=810112 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=810112 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=810112 CPUtime=0.75
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2706 0 0 0 75 0 0 0 16 0 12 0 1984522407 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=810112 CPUtime=0.48
/proc/30515/task/30525/stat : 30525 (java) R 30513 30515 27538 0 -1 64 1550 0 0 0 47 1 0 0 16 0 12 0 1984522407 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 105561062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=810112 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=810112 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 829554688 28577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810112

[startup+6.30162 s]
/proc/loadavg: 2.15 2.06 2.02 3/84 30527
/proc/meminfo: memFree=1525568/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=820020 CPUtime=6.72
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 65187 0 1 0 642 30 0 0 18 0 12 0 1984522398 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 205005 56613 1360 9 0 202367 0
[pid=30515/tid=30516] ppid=30513 vsize=820020 CPUtime=3.56
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 16976 0 1 0 347 9 0 0 17 0 12 0 1984522399 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4109800037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=820020 CPUtime=0.88
/proc/30515/task/30518/stat : 30518 (java) R 30513 30515 27538 0 -1 64 22145 0 0 0 80 8 0 0 19 0 12 0 1984522400 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=820020 CPUtime=0.78
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 20202 0 0 0 70 8 0 0 19 0 12 0 1984522400 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 27538 0 -1 64 55 0 0 0 0 0 0 0 17 0 12 0 1984522402 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=820020 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=820020 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 839700480 56613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 820020

[startup+12.7048 s]
/proc/loadavg: 2.28 2.09 2.03 4/84 30527
/proc/meminfo: memFree=1318920/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=820020 CPUtime=13.09
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 114183 0 1 0 1260 49 0 0 18 0 12 0 1984522398 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 205005 105594 1360 9 0 202367 0
[pid=30515/tid=30516] ppid=30513 vsize=820020 CPUtime=6.85
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 16991 0 1 0 676 9 0 0 16 0 12 0 1984522399 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4109752204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=820020 CPUtime=0.88
/proc/30515/task/30518/stat : 30518 (java) R 30513 30515 27538 0 -1 64 22145 0 0 0 80 8 0 0 19 0 12 0 1984522400 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=820020 CPUtime=3.86
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 69183 0 0 0 359 27 0 0 17 0 12 0 1984522400 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 27538 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984522402 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=820020 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=820020 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 839700480 105594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=820020 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 839700480 105594 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) 820020

[startup+25.5022 s]
/proc/loadavg: 2.46 2.14 2.04 3/93 30575
/proc/meminfo: memFree=903032/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=820020 CPUtime=26.8
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 182441 0 1 0 2599 81 0 0 18 0 12 0 1984522398 839700480 169273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 205005 169273 1364 9 0 202367 0
[pid=30515/tid=30516] ppid=30513 vsize=820020 CPUtime=12.22
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 27538 0 -1 64 23157 0 1 0 1208 14 0 0 25 0 12 0 1984522399 839700480 169273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=820020 CPUtime=3.21
/proc/30515/task/30518/stat : 30518 (java) R 30513 30515 27538 0 -1 64 32036 0 0 0 309 12 0 0 15 0 12 0 1984522400 839700480 169273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=30515/tid=30526] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 856088576 178302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 856088576 178302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.57
Current children cumulated vsize (KiB) 836024

[startup+83.1011 s]
/proc/loadavg: 2.24 2.14 2.05 3/93 30575
/proc/meminfo: memFree=831992/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=836024 CPUtime=83.9
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 413616 0 1 0 8205 185 0 0 18 0 12 0 1984522398 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 209006 178303 1365 9 0 206368 0
[pid=30515/tid=30516] ppid=30513 vsize=836024 CPUtime=14.05
/proc/30515/task/30516/stat : 30516 (java) S 30513 30515 27538 0 -1 64 23179 0 1 0 1391 14 0 0 17 0 12 0 1984522399 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=836024 CPUtime=3.27
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 32036 0 0 0 315 12 0 0 15 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=836024 CPUtime=8.08
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 118135 0 0 0 759 49 0 0 16 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=836024 CPUtime=57.01
/proc/30515/task/30520/stat : 30520 (java) R 30513 30515 27538 0 -1 64 234457 0 0 0 5596 105 0 0 25 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=836024 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=836024 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.9
Current children cumulated vsize (KiB) 836024

[startup+86.3027 s]
/proc/loadavg: 2.24 2.14 2.05 3/93 30575
/proc/meminfo: memFree=829944/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=836024 CPUtime=87.08
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 421372 0 1 0 8519 189 0 0 18 0 12 0 1984522398 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 209006 178303 1365 9 0 206368 0
[pid=30515/tid=30516] ppid=30513 vsize=836024 CPUtime=14.05
/proc/30515/task/30516/stat : 30516 (java) S 30513 30515 27538 0 -1 64 23180 0 1 0 1391 14 0 0 17 0 12 0 1984522399 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=836024 CPUtime=3.27
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 32036 0 0 0 315 12 0 0 15 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=836024 CPUtime=8.08
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 118135 0 0 0 759 49 0 0 16 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=836024 CPUtime=60.19
/proc/30515/task/30520/stat : 30520 (java) R 30513 30515 27538 0 -1 64 242212 0 0 0 5910 109 0 0 25 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=836024 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=836024 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.08
Current children cumulated vsize (KiB) 836024

[startup+87.902 s]
/proc/loadavg: 2.22 2.14 2.05 3/93 30575
/proc/meminfo: memFree=828664/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=836024 CPUtime=88.67
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 429127 0 1 0 8674 193 0 0 18 0 12 0 1984522398 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 209006 178303 1365 9 0 206368 0
[pid=30515/tid=30516] ppid=30513 vsize=836024 CPUtime=14.05
/proc/30515/task/30516/stat : 30516 (java) S 30513 30515 27538 0 -1 64 23180 0 1 0 1391 14 0 0 17 0 12 0 1984522399 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=836024 CPUtime=3.27
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 32036 0 0 0 315 12 0 0 15 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=836024 CPUtime=8.08
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 118135 0 0 0 759 49 0 0 16 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=836024 CPUtime=61.76
/proc/30515/task/30520/stat : 30520 (java) R 30513 30515 27538 0 -1 64 249967 0 0 0 6064 112 0 0 25 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 106122411 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=836024 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=836024 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.67
Current children cumulated vsize (KiB) 836024

[startup+88.7021 s]
/proc/loadavg: 2.22 2.14 2.05 3/93 30575
/proc/meminfo: memFree=828664/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=836024 CPUtime=89.46
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 429127 0 1 0 8753 193 0 0 18 0 12 0 1984522398 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 209006 178303 1365 9 0 206368 0
[pid=30515/tid=30516] ppid=30513 vsize=836024 CPUtime=14.05
/proc/30515/task/30516/stat : 30516 (java) S 30513 30515 27538 0 -1 64 23180 0 1 0 1391 14 0 0 17 0 12 0 1984522399 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=836024 CPUtime=3.27
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 32036 0 0 0 315 12 0 0 15 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=836024 CPUtime=8.08
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 118135 0 0 0 759 49 0 0 16 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=836024 CPUtime=62.56
/proc/30515/task/30520/stat : 30520 (java) R 30513 30515 27538 0 -1 64 249967 0 0 0 6144 112 0 0 25 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=836024 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=836024 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 836024

[startup+89.5023 s]
/proc/loadavg: 2.22 2.14 2.05 3/93 30575
/proc/meminfo: memFree=827960/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=836024 CPUtime=90.25
/proc/30515/stat : 30515 (java) S 30513 30515 27538 0 -1 0 429127 0 1 0 8832 193 0 0 18 0 12 0 1984522398 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 209006 178303 1365 9 0 206368 0
[pid=30515/tid=30516] ppid=30513 vsize=836024 CPUtime=14.05
/proc/30515/task/30516/stat : 30516 (java) S 30513 30515 27538 0 -1 64 23180 0 1 0 1391 14 0 0 17 0 12 0 1984522399 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30518] ppid=30513 vsize=836024 CPUtime=3.27
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 27538 0 -1 64 32036 0 0 0 315 12 0 0 15 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30519] ppid=30513 vsize=836024 CPUtime=8.08
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 27538 0 -1 64 118135 0 0 0 759 49 0 0 16 0 12 0 1984522400 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30520] ppid=30513 vsize=836024 CPUtime=63.35
/proc/30515/task/30520/stat : 30520 (java) R 30513 30515 27538 0 -1 64 249967 0 0 0 6223 112 0 0 25 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30521] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 27538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30522] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984522402 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30523] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30524] ppid=30513 vsize=836024 CPUtime=0.81
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 27538 0 -1 64 2713 0 0 0 81 0 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30525] ppid=30513 vsize=836024 CPUtime=0.61
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 27538 0 -1 64 2334 0 0 0 60 1 0 0 16 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30526] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 27538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30515/tid=30527] ppid=30513 vsize=836024 CPUtime=0
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984522407 856088576 178303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.25
Current children cumulated vsize (KiB) 836024

[startup+89.9029 s]
/proc/loadavg: 2.22 2.14 2.05 3/93 30575
/proc/meminfo: memFree=827960/2055920 swapFree=4116764/4192956
[pid=30515] ppid=30513 vsize=0 CPUtime=90.63
/proc/30515/stat : 30515 (java) Z 30513 30515 27538 0 -1 12 429140 0 1 0 8867 196 0 0 16 0 2 0 1984522398 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30515/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 89.9932
CPU time (s): 90.7252
CPU user time (s): 88.6795
CPU system time (s): 2.04569
CPU usage (%): 100.813
Max. virtual memory (cumulated for all children) (KiB): 868028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.6795
system time used= 2.04569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429140
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= 2950
involuntary context switches= 4708

runsolver used 0.120981 second user time and 0.308953 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 05:25:01
IDJOB=1052030
IDBENCH=55962
IDSOLVER=344
FILE ID=node47/1052030-1215055501
PBS_JOBID= 7875081
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f3490aea838fd1e586170a769e38567
RANDOM SEED=1721609003

node47.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.281
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.281
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:       1715072 kB
Buffers:         33736 kB
Cached:         148120 kB
SwapCached:      70084 kB
Active:         201252 kB
Inactive:        81436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715072 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:            6332 kB
Writeback:           0 kB
Mapped:         108140 kB
Slab:            43216 kB
Committed_AS:  3927688 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node47 at 2008-07-03 05:26:31