Trace number 1052766

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? 81.6196 80.1251

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-1_ext.xml
MD5SUMc4491792c3115bb34975dbe56a1ab4b4
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.718889
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1052766-1215057326/watcher-1052766-1215057326 -o /tmp/evaluation-result-1052766-1215057326/solver-1052766-1215057326 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052766-1215057326.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: 1.93 2.01 1.99 4/80 2968
/proc/meminfo: memFree=921904/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=18572 CPUtime=0
/proc/2968/stat : 2968 (runsolver) R 2966 2968 32463 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1984704950 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2968/statm: 4643 292 257 25 0 2626 0

[startup+0.0987401 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 2968
/proc/meminfo: memFree=921904/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=804612 CPUtime=0.08
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 2999 0 1 0 6 2 0 0 20 0 12 0 1984704950 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101733 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 2968
/proc/meminfo: memFree=921904/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=804612 CPUtime=0.08
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 3004 0 1 0 6 2 0 0 20 0 12 0 1984704950 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301761 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 2968
/proc/meminfo: memFree=921904/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=807744 CPUtime=0.29
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 4989 0 1 0 25 4 0 0 20 0 12 0 1984704950 827129856 4296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 201936 4296 1308 9 0 199305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807744

[startup+0.701813 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 2968
/proc/meminfo: memFree=921904/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=807772 CPUtime=0.68
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 6431 0 1 0 62 6 0 0 20 0 12 0 1984704950 827158528 5479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 201943 5479 1335 9 0 199305 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807772

[startup+1.50291 s]
/proc/loadavg: 1.93 2.01 1.99 3/92 2980
/proc/meminfo: memFree=869008/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=808060 CPUtime=1.47
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 17758 0 1 0 137 10 0 0 20 0 12 0 1984704950 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 202015 16693 1339 9 0 199377 0
[pid=2968/tid=2970] ppid=2966 vsize=808060 CPUtime=1
/proc/2968/task/2970/stat : 2970 (java) R 2966 2968 32463 0 -1 64 15057 0 1 0 92 8 0 0 25 0 12 0 1984704952 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2971] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984704953 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2972] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1984704953 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2973] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2973/stat : 2973 (java) S 2966 2968 32463 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984704954 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2974] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1984704955 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2975] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1984704955 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=808060 CPUtime=0.17
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 515 0 0 0 17 0 0 0 16 0 12 0 1984704959 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=808060 CPUtime=0.28
/proc/2968/task/2978/stat : 2978 (java) R 2966 2968 32463 0 -1 64 1424 0 0 0 27 1 0 0 16 0 12 0 1984704959 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 106225514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=808060 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) R 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 827453440 16693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808060

[startup+3.10209 s]
/proc/loadavg: 1.93 2.01 1.99 3/92 2980
/proc/meminfo: memFree=823312/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=811104 CPUtime=3.06
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 32377 0 1 0 290 16 0 0 20 0 12 0 1984704950 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 202776 28829 1358 9 0 200138 0
[pid=2968/tid=2970] ppid=2966 vsize=811104 CPUtime=1.64
/proc/2968/task/2970/stat : 2970 (java) R 2966 2968 32463 0 -1 64 16996 0 1 0 155 9 0 0 25 0 12 0 1984704952 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2971] ppid=2966 vsize=811104 CPUtime=0.04
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 5159 0 0 0 2 2 0 0 16 0 12 0 1984704953 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2972] ppid=2966 vsize=811104 CPUtime=0.04
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 4300 0 0 0 3 1 0 0 16 0 12 0 1984704953 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2973] ppid=2966 vsize=811104 CPUtime=0
/proc/2968/task/2973/stat : 2973 (java) S 2966 2968 32463 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984704954 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2974] ppid=2966 vsize=811104 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2975] ppid=2966 vsize=811104 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=811104 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=811104 CPUtime=0.5
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1660 0 0 0 50 0 0 0 16 0 12 0 1984704959 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=811104 CPUtime=0.78
/proc/2968/task/2978/stat : 2978 (java) R 2966 2968 32463 0 -1 64 3444 0 0 0 77 1 0 0 16 0 12 0 1984704959 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 104091652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=811104 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=811104 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 830570496 28829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811104

[startup+6.30147 s]
/proc/loadavg: 2.09 2.04 2.01 3/92 2980
/proc/meminfo: memFree=741520/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=814948 CPUtime=6.67
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 60485 0 1 0 639 28 0 0 20 0 12 0 1984704950 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 203737 52984 1360 9 0 201099 0
[pid=2968/tid=2970] ppid=2966 vsize=814948 CPUtime=3.6
/proc/2968/task/2970/stat : 2970 (java) R 2966 2968 32463 0 -1 64 17002 0 1 0 351 9 0 0 23 0 12 0 1984704952 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4109762262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2971] ppid=2966 vsize=814948 CPUtime=0.86
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 20178 0 0 0 78 8 0 0 16 0 12 0 1984704953 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=814948 CPUtime=0.8
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 17373 0 0 0 74 6 0 0 16 0 12 0 1984704953 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2973/stat : 2973 (java) S 2966 2968 32463 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984704954 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2975] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=814948 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=814948 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 834506752 52984 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 814948

[startup+12.7022 s]
/proc/loadavg: 2.25 2.07 2.02 3/92 2980
/proc/meminfo: memFree=522968/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=814948 CPUtime=13.68
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 112435 0 1 0 1317 51 0 0 20 0 12 0 1984704950 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 203737 103612 1360 9 0 201099 0
[pid=2968/tid=2970] ppid=2966 vsize=814948 CPUtime=6.96
/proc/2968/task/2970/stat : 2970 (java) R 2966 2968 32463 0 -1 64 17018 0 1 0 687 9 0 0 25 0 12 0 1984704952 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2971] ppid=2966 vsize=814948 CPUtime=2.69
/proc/2968/task/2971/stat : 2971 (java) R 2966 2968 32463 0 -1 64 49090 0 0 0 248 21 0 0 16 0 12 0 1984704953 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2972] ppid=2966 vsize=814948 CPUtime=2.61
/proc/2968/task/2972/stat : 2972 (java) R 2966 2968 32463 0 -1 64 40395 0 0 0 245 16 0 0 16 0 12 0 1984704953 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 105852850 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2973] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2973/stat : 2973 (java) S 2966 2968 32463 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984704954 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2974] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2975] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=814948 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=814948 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=814948 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 834506752 103612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 814948

[startup+25.5017 s]
/proc/loadavg: 2.49 2.13 2.04 3/92 2980
/proc/meminfo: memFree=240152/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=846952 CPUtime=27.29
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 198144 0 1 0 2642 87 0 0 20 0 12 0 1984704950 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 211738 175292 1364 9 0 209100 0
[pid=2968/tid=2970] ppid=2966 vsize=846952 CPUtime=11.74
/proc/2968/task/2970/stat : 2970 (java) S 2966 2968 32463 0 -1 64 23183 0 1 0 1163 11 0 0 20 0 12 0 1984704952 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2971] ppid=2966 vsize=846952 CPUtime=6.06
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 81217 0 0 0 572 34 0 0 16 0 12 0 1984704953 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=846952 CPUtime=5.16
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 68298 0 0 0 487 29 0 0 15 0 12 0 1984704953 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=846952 CPUtime=2.94
/proc/2968/task/2973/stat : 2973 (java) R 2966 2968 32463 0 -1 64 19570 0 0 0 286 8 0 0 16 0 12 0 1984704954 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=846952 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2975] ppid=2966 vsize=846952 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=846952 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 867278848 175292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=2968/tid=2979] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.5
Current children cumulated vsize (KiB) 830952

[startup+70.303 s]
/proc/loadavg: 2.23 2.11 2.03 3/92 2980
/proc/meminfo: memFree=228952/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=818952 CPUtime=71.88
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 409249 0 1 0 7010 178 0 0 20 0 12 0 1984704950 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 204738 174032 1364 9 0 202100 0
[pid=2968/tid=2970] ppid=2966 vsize=818952 CPUtime=13.17
/proc/2968/task/2970/stat : 2970 (java) S 2966 2968 32463 0 -1 64 23197 0 1 0 1305 12 0 0 17 0 12 0 1984704952 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2971] ppid=2966 vsize=818952 CPUtime=6.06
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 81217 0 0 0 572 34 0 0 16 0 12 0 1984704953 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=818952 CPUtime=5.16
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 68298 0 0 0 487 29 0 0 15 0 12 0 1984704953 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=818952 CPUtime=46.1
/proc/2968/task/2973/stat : 2973 (java) R 2966 2968 32463 0 -1 64 230661 0 0 0 4511 99 0 0 25 0 12 0 1984704954 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 105677201 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=818952 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2975] ppid=2966 vsize=818952 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=818952 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=818952 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=818952 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=818952 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=818952 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 838606848 174032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.88
Current children cumulated vsize (KiB) 818952

[startup+76.7018 s]
/proc/loadavg: 2.21 2.11 2.03 3/92 2980
/proc/meminfo: memFree=216920/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=830952 CPUtime=78.25
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 430762 0 1 0 7638 187 0 0 20 0 12 0 1984704950 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 207738 177032 1364 9 0 205100 0
[pid=2968/tid=2970] ppid=2966 vsize=830952 CPUtime=13.17
/proc/2968/task/2970/stat : 2970 (java) S 2966 2968 32463 0 -1 64 23198 0 1 0 1305 12 0 0 17 0 12 0 1984704952 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2971] ppid=2966 vsize=830952 CPUtime=6.06
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 81217 0 0 0 572 34 0 0 16 0 12 0 1984704953 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=830952 CPUtime=5.16
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 68298 0 0 0 487 29 0 0 15 0 12 0 1984704953 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=830952 CPUtime=52.46
/proc/2968/task/2973/stat : 2973 (java) R 2966 2968 32463 0 -1 64 252173 0 0 0 5139 107 0 0 25 0 12 0 1984704954 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2975] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=830952 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=830952 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 850894848 177032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.25
Current children cumulated vsize (KiB) 830952

[startup+78.303 s]
/proc/loadavg: 2.21 2.11 2.03 4/92 2980
/proc/meminfo: memFree=216920/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=830952 CPUtime=79.84
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 438520 0 1 0 7794 190 0 0 20 0 12 0 1984704950 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 207738 177033 1365 9 0 205100 0
[pid=2968/tid=2970] ppid=2966 vsize=830952 CPUtime=13.17
/proc/2968/task/2970/stat : 2970 (java) S 2966 2968 32463 0 -1 64 23201 0 1 0 1305 12 0 0 17 0 12 0 1984704952 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2971] ppid=2966 vsize=830952 CPUtime=6.06
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 81217 0 0 0 572 34 0 0 16 0 12 0 1984704953 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=830952 CPUtime=5.16
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 68298 0 0 0 487 29 0 0 15 0 12 0 1984704953 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=830952 CPUtime=54.05
/proc/2968/task/2973/stat : 2973 (java) R 2966 2968 32463 0 -1 64 259928 0 0 0 5294 111 0 0 25 0 12 0 1984704954 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2975] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=830952 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=830952 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.84
Current children cumulated vsize (KiB) 830952

[startup+79.1021 s]
/proc/loadavg: 2.21 2.11 2.03 3/92 2980
/proc/meminfo: memFree=216920/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=830952 CPUtime=80.63
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 438520 0 1 0 7873 190 0 0 20 0 12 0 1984704950 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 207738 177033 1365 9 0 205100 0
[pid=2968/tid=2970] ppid=2966 vsize=830952 CPUtime=13.17
/proc/2968/task/2970/stat : 2970 (java) S 2966 2968 32463 0 -1 64 23201 0 1 0 1305 12 0 0 17 0 12 0 1984704952 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2971] ppid=2966 vsize=830952 CPUtime=6.06
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 81217 0 0 0 572 34 0 0 16 0 12 0 1984704953 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=830952 CPUtime=5.16
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 68298 0 0 0 487 29 0 0 15 0 12 0 1984704953 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=830952 CPUtime=54.85
/proc/2968/task/2973/stat : 2973 (java) R 2966 2968 32463 0 -1 64 259928 0 0 0 5374 111 0 0 25 0 12 0 1984704954 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2975] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=830952 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=830952 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.63
Current children cumulated vsize (KiB) 830952

[startup+79.9022 s]
/proc/loadavg: 2.21 2.11 2.03 3/92 2980
/proc/meminfo: memFree=216920/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=830952 CPUtime=81.43
/proc/2968/stat : 2968 (java) S 2966 2968 32463 0 -1 0 438520 0 1 0 7953 190 0 0 20 0 12 0 1984704950 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2968/statm: 207738 177033 1365 9 0 205100 0
[pid=2968/tid=2970] ppid=2966 vsize=830952 CPUtime=13.17
/proc/2968/task/2970/stat : 2970 (java) S 2966 2968 32463 0 -1 64 23201 0 1 0 1305 12 0 0 17 0 12 0 1984704952 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2971] ppid=2966 vsize=830952 CPUtime=6.06
/proc/2968/task/2971/stat : 2971 (java) S 2966 2968 32463 0 -1 64 81217 0 0 0 572 34 0 0 16 0 12 0 1984704953 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2972] ppid=2966 vsize=830952 CPUtime=5.16
/proc/2968/task/2972/stat : 2972 (java) S 2966 2968 32463 0 -1 64 68298 0 0 0 487 29 0 0 15 0 12 0 1984704953 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2973] ppid=2966 vsize=830952 CPUtime=55.65
/proc/2968/task/2973/stat : 2973 (java) R 2966 2968 32463 0 -1 64 259928 0 0 0 5454 111 0 0 25 0 12 0 1984704954 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2974] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2974/stat : 2974 (java) S 2966 2968 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2968/tid=2975] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2975/stat : 2975 (java) S 2966 2968 32463 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984704955 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2976] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2976/stat : 2976 (java) S 2966 2968 32463 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2977] ppid=2966 vsize=830952 CPUtime=0.54
/proc/2968/task/2977/stat : 2977 (java) S 2966 2968 32463 0 -1 64 1668 0 0 0 54 0 0 0 16 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2978] ppid=2966 vsize=830952 CPUtime=0.8
/proc/2968/task/2978/stat : 2978 (java) S 2966 2968 32463 0 -1 64 3446 0 0 0 79 1 0 0 16 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2979] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2979/stat : 2979 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2968/tid=2980] ppid=2966 vsize=830952 CPUtime=0
/proc/2968/task/2980/stat : 2980 (java) S 2966 2968 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984704959 850894848 177033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.43
Current children cumulated vsize (KiB) 830952

[startup+80.1022 s]
/proc/loadavg: 2.21 2.11 2.03 3/92 2980
/proc/meminfo: memFree=216920/2055920 swapFree=4179900/4192956
[pid=2968] ppid=2966 vsize=0 CPUtime=81.59
/proc/2968/stat : 2968 (java) Z 2966 2968 32463 0 -1 12 438533 0 1 0 7961 198 0 0 16 0 2 0 1984704950 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2968/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 80.1251
CPU time (s): 81.6196
CPU user time (s): 79.6119
CPU system time (s): 2.00769
CPU usage (%): 101.865
Max. virtual memory (cumulated for all children) (KiB): 862956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.6119
system time used= 2.00769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438533
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= 2770
involuntary context switches= 4149

runsolver used 0.114982 second user time and 0.267959 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-03 05:55:26
IDJOB=1052766
IDBENCH=55994
IDSOLVER=344
FILE ID=node53/1052766-1215057326
PBS_JOBID= 7875070
Free space on /tmp= 65184 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4491792c3115bb34975dbe56a1ab4b4
RANDOM SEED=620261396

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        922320 kB
Buffers:         51004 kB
Cached:         887860 kB
SwapCached:       7492 kB
Active:         203612 kB
Inactive:       842060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        922320 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:         119736 kB
Slab:            73044 kB
Committed_AS:  4564736 kB
PageTables:       1940 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= 65180 MiB
End job on node53 at 2008-07-03 05:56:46