Trace number 2073341

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 2.1.1? 80.0658 79.5926

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-10_ext.xml
MD5SUMc5b8b02c8b97ccddd1a9c359efeb6b23
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.78788
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

0.11/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.34	c See www.sat4j.org for details.
0.11/0.34	c That software uses the Rhino library from the Mozilla project.
0.11/0.35	c version 2.1.1.v20090622
0.11/0.35	c sun.arch.data.model	32
0.11/0.35	c java.version	1.6.0_12
0.11/0.35	c os.name	Linux
0.11/0.35	c os.version	2.6.9-22.EL.rootsmp
0.11/0.35	c os.arch	i386
0.11/0.35	c Free memory 671000808
0.11/0.35	c Max memory 672137216
0.11/0.35	c Total memory 672137216
0.11/0.36	c Number of processors 2
0.21/0.44	c c --- Begin Solver configuration ---
0.21/0.44	c Stops conflict analysis at the first Unique Implication Point
0.21/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.44	c Learn all clauses as in MiniSAT
0.21/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.44	c Expensive reason simplification
0.21/0.44	c MiniSAT restarts strategy
0.21/0.44	c Memory based learned constraints deletion strategy
0.21/0.44	c timeout=2147483s
0.21/0.44	c DB Simplification allowed=false
0.21/0.44	c --- End Solver configuration ---
0.21/0.44	c solving HOME/instance-2073341-1247358325.xml
0.21/0.44	c reading problem ... 
0.46/0.73	c reading problem named null
0.46/0.73	c reading domains done.
0.46/0.74	c reading variables done.
0.46/0.75	c reading relations done.
2.46/2.75	c reading constraints
79.87/79.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
79.87/79.47		at java.util.HashMap.addEntry(Unknown Source)
79.87/79.47		at java.util.HashMap.put(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.87/79.48		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
79.87/79.48		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
79.87/79.48		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
79.87/79.48		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
79.87/79.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
79.87/79.48	c starts		: 0
79.87/79.48	c conflicts		: 0
79.87/79.48	c decisions		: 0
79.87/79.48	c propagations		: 0
79.87/79.48	c inspects		: 0
79.87/79.48	c learnt literals	: 0
79.87/79.48	c learnt binary clauses	: 0
79.87/79.48	c learnt ternary clauses	: 0
79.87/79.48	c learnt clauses	: 0
79.87/79.48	c ignored clauses	: 0
79.87/79.48	c root simplifications	: 0
79.87/79.48	c removed literals (reason simplification)	: 0
79.87/79.48	c reason swapping (by a shorter reason)	: 0
79.87/79.48	c Calls to reduceDB	: 0
79.87/79.48	c speed (assignments/second)	: 0.0
79.87/79.48	c non guided choices	0
79.87/79.48	c learnt constraints type 
79.87/79.48	c constraints type 
79.87/79.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4852762
79.87/79.48	c org.sat4j.minisat.constraints.card.AtLeast => 21
79.87/79.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21
79.87/79.48	s UNKNOWN
79.87/79.48	c Total wall clock time (in seconds) : 79.04

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073341-1247358325/watcher-2073341-1247358325 -o /tmp/evaluation-result-2073341-1247358325/solver-2073341-1247358325 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073341-1247358325.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20701
/proc/meminfo: memFree=1812056/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=1612 CPUtime=0
/proc/20701/stat : 20701 (java6) D 20699 20701 19993 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 22897547 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20701/statm: 403 147 111 9 0 45 0

[startup+0.0154101 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20701
/proc/meminfo: memFree=1812056/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=12928 CPUtime=0
/proc/20701/stat : 20701 (java) D 20699 20701 19993 0 -1 0 366 0 1 0 0 0 0 0 19 0 1 0 22897547 13238272 174 996147200 134512640 134550932 4294956016 18446744073709551615 4012920 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/20701/statm: 3232 174 134 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.101428 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20701
/proc/meminfo: memFree=1812056/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=13792 CPUtime=0.02
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 902 0 29 0 0 2 0 0 18 0 2 0 22897547 14123008 685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 3448 685 349 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13792

[startup+0.301452 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20701
/proc/meminfo: memFree=1812056/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=804592 CPUtime=0.11
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 3037 0 29 0 7 4 0 0 18 0 12 0 22897547 823902208 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 201148 2808 1083 9 0 198482 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 804592

[startup+0.701503 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20701
/proc/meminfo: memFree=1812056/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=807180 CPUtime=0.46
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 5230 0 30 0 40 6 0 0 18 0 12 0 22897547 826552320 4789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 201795 4790 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 807180

[startup+1.5026 s]
/proc/loadavg: 2.07 2.02 2.00 4/93 20713
/proc/meminfo: memFree=1752440/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=807180 CPUtime=1.26
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 16463 0 30 0 115 11 0 0 18 0 12 0 22897547 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 201795 15977 1388 9 0 199122 0
[pid=20701/tid=20703] ppid=20699 vsize=807180 CPUtime=0.95
/proc/20701/task/20703/stat : 20703 (java) R 20699 20701 19993 0 -1 64 14569 0 2 0 86 9 0 0 25 0 12 0 22897554 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20704] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22897565 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20705] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22897565 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20706] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20706/stat : 20706 (java) S 20699 20701 19993 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22897567 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20707] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22897568 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20708] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 22897568 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=807180 CPUtime=0.28
/proc/20701/task/20711/stat : 20711 (java) R 20699 20701 19993 0 -1 64 1165 0 0 0 28 0 0 0 16 0 12 0 22897575 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=807180 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 826552320 15977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 807180

[startup+3.10281 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 20713
/proc/meminfo: memFree=1735224/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=809276 CPUtime=2.85
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 31065 0 30 0 268 17 0 0 18 0 12 0 22897547 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 202319 28108 1422 9 0 199646 0
[pid=20701/tid=20703] ppid=20699 vsize=809276 CPUtime=1.59
/proc/20701/task/20703/stat : 20703 (java) R 20699 20701 19993 0 -1 64 16905 0 2 0 149 10 0 0 25 0 12 0 22897554 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4109162715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20704] ppid=20699 vsize=809276 CPUtime=0.04
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 4869 0 0 0 2 2 0 0 16 0 12 0 22897565 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20705] ppid=20699 vsize=809276 CPUtime=0.04
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 4323 0 0 0 3 1 0 0 16 0 12 0 22897565 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20706] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20706/stat : 20706 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22897567 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20707] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20708] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=809276 CPUtime=1.13
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4230 0 0 0 112 1 0 0 17 0 12 0 22897575 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=809276 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 828698624 28108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 809276

[startup+6.3022 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 20713
/proc/meminfo: memFree=1609208/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=808828 CPUtime=6.27
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 59288 0 30 0 598 29 0 0 18 0 12 0 22897547 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 202207 54445 1423 9 0 199534 0
[pid=20701/tid=20703] ppid=20699 vsize=808828 CPUtime=3.67
/proc/20701/task/20703/stat : 20703 (java) R 20699 20701 19993 0 -1 64 16914 0 2 0 357 10 0 0 25 0 12 0 22897554 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4109716132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=808828 CPUtime=0.64
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 18903 0 0 0 56 8 0 0 16 0 12 0 22897565 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=808828 CPUtime=0.72
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 18502 0 0 0 66 6 0 0 16 0 12 0 22897565 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20706/stat : 20706 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22897567 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20708] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=808828 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=808828 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 828239872 54445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 808828

[startup+12.702 s]
/proc/loadavg: 2.20 2.05 2.01 3/93 20713
/proc/meminfo: memFree=1389824/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=811396 CPUtime=12.89
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 115718 0 30 0 1237 52 0 0 18 0 12 0 22897547 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 202849 109474 1423 9 0 200176 0
[pid=20701/tid=20703] ppid=20699 vsize=811396 CPUtime=7.21
/proc/20701/task/20703/stat : 20703 (java) R 20699 20701 19993 0 -1 64 16932 0 2 0 711 10 0 0 25 0 12 0 22897554 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4109677985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20704] ppid=20699 vsize=811396 CPUtime=2.22
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 47284 0 0 0 202 20 0 0 16 0 12 0 22897565 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20705] ppid=20699 vsize=811396 CPUtime=2.23
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 46533 0 0 0 206 17 0 0 16 0 12 0 22897565 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20706] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20706/stat : 20706 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 22897567 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20707] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20708] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=811396 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=811396 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 830869504 109474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 811396

[startup+25.5026 s]
/proc/loadavg: 2.31 2.08 2.02 3/93 20713
/proc/meminfo: memFree=1100032/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=843400 CPUtime=26.26
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 198153 0 30 0 2538 88 0 0 18 0 12 0 22897547 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 210850 177538 1425 9 0 208177 0
[pid=20701/tid=20703] ppid=20699 vsize=843400 CPUtime=11.5
/proc/20701/task/20703/stat : 20703 (java) S 20699 20701 19993 0 -1 64 16953 0 2 0 1140 10 0 0 18 0 12 0 22897554 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=843400 CPUtime=4.57
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 78516 0 0 0 422 35 0 0 16 0 12 0 22897565 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=843400 CPUtime=4.53
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 77223 0 0 0 424 29 0 0 17 0 12 0 22897565 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=843400 CPUtime=4.43
/proc/20701/task/20706/stat : 20706 (java) R 20699 20701 19993 0 -1 64 20505 0 0 0 434 9 0 0 18 0 12 0 22897567 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=843400 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20708] ppid=20699 vsize=843400 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=843400 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 863641600 177538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=843400 CPUtime=0

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

[pid=20701/tid=20712] ppid=20699 vsize=843400 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 863641600 180016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=843400 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 863641600 180016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.48
Current children cumulated vsize (KiB) 843400

[startup+70.3022 s]
/proc/loadavg: 2.19 2.08 2.02 3/85 20741
/proc/meminfo: memFree=1184832/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=827400 CPUtime=70.82
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 419999 0 30 0 6895 187 0 0 18 0 12 0 22897547 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 206850 176016 1425 9 0 204177 0
[pid=20701/tid=20703] ppid=20699 vsize=827400 CPUtime=12.83
/proc/20701/task/20703/stat : 20703 (java) S 20699 20701 19993 0 -1 64 16967 0 2 0 1273 10 0 0 17 0 12 0 22897554 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=827400 CPUtime=4.57
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 78516 0 0 0 422 35 0 0 16 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=827400 CPUtime=4.53
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 77223 0 0 0 424 29 0 0 17 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=827400 CPUtime=47.66
/proc/20701/task/20706/stat : 20706 (java) R 20699 20701 19993 0 -1 64 242337 0 0 0 4658 108 0 0 25 0 12 0 22897567 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20708] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=827400 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.82
Current children cumulated vsize (KiB) 827400

[startup+73.5016 s]
/proc/loadavg: 2.17 2.08 2.02 3/85 20741
/proc/meminfo: memFree=1182848/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=827400 CPUtime=74.01
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 427755 0 30 0 7210 191 0 0 18 0 12 0 22897547 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 206850 176016 1425 9 0 204177 0
[pid=20701/tid=20703] ppid=20699 vsize=827400 CPUtime=12.83
/proc/20701/task/20703/stat : 20703 (java) S 20699 20701 19993 0 -1 64 16968 0 2 0 1273 10 0 0 17 0 12 0 22897554 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=827400 CPUtime=4.57
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 78516 0 0 0 422 35 0 0 16 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=827400 CPUtime=4.53
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 77223 0 0 0 424 29 0 0 17 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=827400 CPUtime=50.85
/proc/20701/task/20706/stat : 20706 (java) R 20699 20701 19993 0 -1 64 250092 0 0 0 4973 112 0 0 25 0 12 0 22897567 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20708] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=827400 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.01
Current children cumulated vsize (KiB) 827400

[startup+76.702 s]
/proc/loadavg: 2.17 2.08 2.02 3/85 20741
/proc/meminfo: memFree=1180032/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=827400 CPUtime=77.19
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 443269 0 30 0 7522 197 0 0 18 0 12 0 22897547 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 206850 176016 1424 9 0 204177 0
[pid=20701/tid=20703] ppid=20699 vsize=827400 CPUtime=12.83
/proc/20701/task/20703/stat : 20703 (java) S 20699 20701 19993 0 -1 64 16972 0 2 0 1273 10 0 0 16 0 12 0 22897554 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=827400 CPUtime=4.57
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 78516 0 0 0 422 35 0 0 16 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=827400 CPUtime=4.53
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 77223 0 0 0 424 29 0 0 17 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=827400 CPUtime=54.03
/proc/20701/task/20706/stat : 20706 (java) R 20699 20701 19993 0 -1 64 265602 0 0 0 5285 118 0 0 25 0 12 0 22897567 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 104177899 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20708] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=827400 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.19
Current children cumulated vsize (KiB) 827400

[startup+78.3023 s]
/proc/loadavg: 2.16 2.08 2.02 3/85 20741
/proc/meminfo: memFree=1143616/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=827400 CPUtime=78.78
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 443269 0 30 0 7681 197 0 0 18 0 12 0 22897547 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 206850 176016 1424 9 0 204177 0
[pid=20701/tid=20703] ppid=20699 vsize=827400 CPUtime=12.83
/proc/20701/task/20703/stat : 20703 (java) S 20699 20701 19993 0 -1 64 16972 0 2 0 1273 10 0 0 16 0 12 0 22897554 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=827400 CPUtime=4.57
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 78516 0 0 0 422 35 0 0 16 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=827400 CPUtime=4.53
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 77223 0 0 0 424 29 0 0 17 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=827400 CPUtime=55.62
/proc/20701/task/20706/stat : 20706 (java) R 20699 20701 19993 0 -1 64 265602 0 0 0 5444 118 0 0 25 0 12 0 22897567 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20708] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=827400 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.78
Current children cumulated vsize (KiB) 827400

[startup+79.1023 s]
/proc/loadavg: 2.16 2.08 2.02 3/85 20741
/proc/meminfo: memFree=1090176/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=827400 CPUtime=79.58
/proc/20701/stat : 20701 (java) S 20699 20701 19993 0 -1 0 443269 0 30 0 7761 197 0 0 18 0 12 0 22897547 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20701/statm: 206850 176016 1424 9 0 204177 0
[pid=20701/tid=20703] ppid=20699 vsize=827400 CPUtime=12.83
/proc/20701/task/20703/stat : 20703 (java) S 20699 20701 19993 0 -1 64 16972 0 2 0 1273 10 0 0 16 0 12 0 22897554 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20704] ppid=20699 vsize=827400 CPUtime=4.57
/proc/20701/task/20704/stat : 20704 (java) S 20699 20701 19993 0 -1 64 78516 0 0 0 422 35 0 0 16 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20705] ppid=20699 vsize=827400 CPUtime=4.53
/proc/20701/task/20705/stat : 20705 (java) S 20699 20701 19993 0 -1 64 77223 0 0 0 424 29 0 0 17 0 12 0 22897565 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20706] ppid=20699 vsize=827400 CPUtime=56.41
/proc/20701/task/20706/stat : 20706 (java) R 20699 20701 19993 0 -1 64 265602 0 0 0 5523 118 0 0 25 0 12 0 22897567 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20707] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20707/stat : 20707 (java) S 20699 20701 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20701/tid=20708] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20708/stat : 20708 (java) S 20699 20701 19993 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22897568 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20709] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20709/stat : 20709 (java) S 20699 20701 19993 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20710] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20710/stat : 20710 (java) S 20699 20701 19993 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20711] ppid=20699 vsize=827400 CPUtime=1.17
/proc/20701/task/20711/stat : 20711 (java) S 20699 20701 19993 0 -1 64 4231 0 0 0 116 1 0 0 17 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20712] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20712/stat : 20712 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20701/tid=20713] ppid=20699 vsize=827400 CPUtime=0
/proc/20701/task/20713/stat : 20713 (java) S 20699 20701 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22897575 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.58
Current children cumulated vsize (KiB) 827400

[startup+79.5027 s]
/proc/loadavg: 2.16 2.08 2.02 3/85 20741
/proc/meminfo: memFree=1090176/2055920 swapFree=4192812/4192956
[pid=20701] ppid=20699 vsize=0 CPUtime=79.96
/proc/20701/stat : 20701 (java) Z 20699 20701 19993 0 -1 12 443287 0 30 0 7798 198 0 0 16 0 2 0 22897547 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20701/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.96
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 79.5926
CPU time (s): 80.0658
CPU user time (s): 77.9891
CPU system time (s): 2.07668
CPU usage (%): 100.595
Max. virtual memory (cumulated for all children) (KiB): 859404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.9891
system time used= 2.07668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443287
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3584
involuntary context switches= 4112

runsolver used 0.103984 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 02:25:25
IDJOB=2073341
IDBENCH=55970
IDSOLVER=731
FILE ID=node92/2073341-1247358325
PBS_JOBID= 9506950
Free space on /tmp= 66268 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-10_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073341-1247358325/watcher-2073341-1247358325 -o /tmp/evaluation-result-2073341-1247358325/solver-2073341-1247358325 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073341-1247358325.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c5b8b02c8b97ccddd1a9c359efeb6b23
RANDOM SEED=828879533

node92.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.216
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.216
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:       1812536 kB
Buffers:         10860 kB
Cached:          80056 kB
SwapCached:          0 kB
Active:         151184 kB
Inactive:        43044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:         119948 kB
Slab:            34264 kB
Committed_AS:   891292 kB
PageTables:       2060 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= 66268 MiB
End job on node92 at 2009-07-12 02:26:45