Trace number 1047188

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? 98.0601 93.131

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-11_ext.xml
MD5SUM2c2c36c03d5f8084d1d2682eb264d320
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.4513
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1047188-1215039514/watcher-1047188-1215039514 -o /tmp/evaluation-result-1047188-1215039514/solver-1047188-1215039514 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047188-1215039514.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: 0.00 0.00 0.00 3/67 23160
/proc/meminfo: memFree=1766352/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=1804 CPUtime=0
/proc/23160/stat : 23160 (java6) R 23158 23160 23121 0 -1 0 159 0 0 0 0 0 0 0 20 0 1 0 626888576 1847296 133 996147200 134512640 134550740 4294956192 18446744073709551615 8685568 0 0 4096 0 0 0 0 17 1 0 0
/proc/23160/statm: 451 135 91 9 0 93 0

[startup+0.0647701 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23160
/proc/meminfo: memFree=1766352/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=802236 CPUtime=0.05
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 2754 0 1 0 3 2 0 0 18 0 7 0 626888576 821489664 2489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 200559 2489 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101777 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23160
/proc/meminfo: memFree=1766352/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=805780 CPUtime=0.08
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 3086 0 1 0 6 2 0 0 18 0 12 0 626888576 825118720 2818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 201445 2818 1110 9 0 198814 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805780

[startup+0.301813 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23160
/proc/meminfo: memFree=1766352/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=808900 CPUtime=0.39
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 5378 0 1 0 35 4 0 0 18 0 12 0 626888576 828313600 4710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 202225 4710 1319 9 0 199587 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 808900

[startup+0.701889 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23160
/proc/meminfo: memFree=1766352/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=808900 CPUtime=1.01
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 7283 0 1 0 96 5 0 0 18 0 12 0 626888576 828313600 6453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 202225 6453 1343 9 0 199587 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 808900

[startup+1.50204 s]
/proc/loadavg: 0.00 0.00 0.00 3/79 23172
/proc/meminfo: memFree=1737840/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=815484 CPUtime=2.42
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 14942 0 1 0 233 9 0 0 18 0 12 0 626888576 835055616 11285 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 203871 11286 1354 9 0 201233 0
[pid=23160/tid=23162] ppid=23158 vsize=815484 CPUtime=0.98
/proc/23160/task/23162/stat : 23162 (java) R 23158 23160 23121 0 -1 64 7933 0 1 0 93 5 0 0 25 0 12 0 626888577 835055616 11287 996147200 134512640 134550740 4294956032 18446744073709551615 4109737290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23163] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 626888578 835055616 11288 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626888578 835055616 11290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23165] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23165/stat : 23165 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 626888580 835055616 11292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23166] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 626888580 835055616 11293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23167] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 626888580 835055616 11294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23168] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 835055616 11295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=815484 CPUtime=0.72
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2957 0 0 0 71 1 0 0 17 0 12 0 626888584 835055616 11296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23170] ppid=23158 vsize=815484 CPUtime=0.68
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3291 0 0 0 67 1 0 0 17 0 12 0 626888584 835055616 11297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23171] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 835055616 11298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=815484 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 835055616 11298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 815484

[startup+3.10235 s]
/proc/loadavg: 0.16 0.03 0.01 3/93 23192
/proc/meminfo: memFree=1658496/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=818052 CPUtime=4.14
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 39025 0 1 0 394 20 0 0 18 0 12 0 626888576 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 204513 35027 1359 9 0 201875 0
[pid=23160/tid=23162] ppid=23158 vsize=818052 CPUtime=2.2
/proc/23160/task/23162/stat : 23162 (java) R 23158 23160 23121 0 -1 64 17032 0 1 0 211 9 0 0 23 0 12 0 626888577 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4109733053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23163] ppid=23158 vsize=818052 CPUtime=0.24
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 6927 0 0 0 21 3 0 0 18 0 12 0 626888578 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23164] ppid=23158 vsize=818052 CPUtime=0.24
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 8026 0 0 0 21 3 0 0 18 0 12 0 626888578 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23165] ppid=23158 vsize=818052 CPUtime=0
/proc/23160/task/23165/stat : 23165 (java) S 23158 23160 23121 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 626888580 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23166] ppid=23158 vsize=818052 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23167] ppid=23158 vsize=818052 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=818052 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=818052 CPUtime=0.72
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2957 0 0 0 71 1 0 0 17 0 12 0 626888584 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23170] ppid=23158 vsize=818052 CPUtime=0.68
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3291 0 0 0 67 1 0 0 17 0 12 0 626888584 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23171] ppid=23158 vsize=818052 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=818052 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 837685248 35027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 818052

[startup+6.30197 s]
/proc/loadavg: 0.16 0.03 0.01 5/93 23192
/proc/meminfo: memFree=1524352/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=825732 CPUtime=8.13
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 67100 0 1 0 779 34 0 0 18 0 12 0 626888576 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 206433 57492 1359 9 0 203795 0
[pid=23160/tid=23162] ppid=23158 vsize=825732 CPUtime=4.07
/proc/23160/task/23162/stat : 23162 (java) R 23158 23160 23121 0 -1 64 17037 0 1 0 398 9 0 0 22 0 12 0 626888577 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=825732 CPUtime=1.29
/proc/23160/task/23163/stat : 23163 (java) R 23158 23160 23121 0 -1 64 21093 0 0 0 119 10 0 0 17 0 12 0 626888578 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 104146077 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=825732 CPUtime=1.31
/proc/23160/task/23164/stat : 23164 (java) R 23158 23160 23121 0 -1 64 21930 0 0 0 121 10 0 0 17 0 12 0 626888578 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 104136899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23165/stat : 23165 (java) S 23158 23160 23121 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23167] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=825732 CPUtime=0.73
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2957 0 0 0 72 1 0 0 16 0 12 0 626888584 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=825732 CPUtime=0.68
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3291 0 0 0 67 1 0 0 17 0 12 0 626888584 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23171] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 845549568 57492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 825732

[startup+12.7022 s]
/proc/loadavg: 0.68 0.15 0.05 3/93 23194
/proc/meminfo: memFree=1339512/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=825732 CPUtime=16.42
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 116453 0 1 0 1584 58 0 0 18 0 12 0 626888576 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 206433 104400 1359 9 0 203795 0
[pid=23160/tid=23162] ppid=23158 vsize=825732 CPUtime=7.15
/proc/23160/task/23162/stat : 23162 (java) R 23158 23160 23121 0 -1 64 17051 0 1 0 706 9 0 0 18 0 12 0 626888577 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=825732 CPUtime=3.89
/proc/23160/task/23163/stat : 23163 (java) R 23158 23160 23121 0 -1 64 40690 0 0 0 370 19 0 0 17 0 12 0 626888578 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=825732 CPUtime=3.92
/proc/23160/task/23164/stat : 23164 (java) R 23158 23160 23121 0 -1 64 51672 0 0 0 367 25 0 0 17 0 12 0 626888578 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23165] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23165/stat : 23165 (java) S 23158 23160 23121 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23167] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=825732 CPUtime=0.73
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2957 0 0 0 72 1 0 0 16 0 12 0 626888584 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=825732 CPUtime=0.68
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3291 0 0 0 67 1 0 0 17 0 12 0 626888584 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23171] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 845549568 104400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.42
Current children cumulated vsize (KiB) 825732

[startup+25.5016 s]
/proc/loadavg: 1.03 0.24 0.08 3/93 23194
/proc/meminfo: memFree=1060024/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=825732 CPUtime=30.71
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 199519 0 1 0 2976 95 0 0 18 0 12 0 626888576 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 206433 169888 1365 9 0 203795 0
[pid=23160/tid=23162] ppid=23158 vsize=825732 CPUtime=12.16
/proc/23160/task/23162/stat : 23162 (java) R 23158 23160 23121 0 -1 64 23217 0 1 0 1204 12 0 0 22 0 12 0 626888577 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4109766581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=825732 CPUtime=7.21
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 77170 0 0 0 686 35 0 0 17 0 12 0 626888578 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=825732 CPUtime=7.14
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 76309 0 0 0 679 35 0 0 18 0 12 0 626888578 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=825732 CPUtime=2.63
/proc/23160/task/23165/stat : 23165 (java) S 23158 23160 23121 0 -1 64 15790 0 0 0 256 7 0 0 15 0 12 0 626888580 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23167] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=825732 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 845549568 169888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=23160/tid=23171] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.74
Current children cumulated vsize (KiB) 857736

[startup+83.1027 s]
/proc/loadavg: 1.71 0.59 0.21 3/93 23194
/proc/meminfo: memFree=1004920/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=857736 CPUtime=88.1
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 487568 0 1 0 8592 218 0 0 18 0 12 0 626888576 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 214434 183542 1365 9 0 211796 0
[pid=23160/tid=23162] ppid=23158 vsize=857736 CPUtime=14.11
/proc/23160/task/23162/stat : 23162 (java) S 23158 23160 23121 0 -1 64 23235 0 1 0 1399 12 0 0 17 0 12 0 626888577 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=857736 CPUtime=7.54
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 77170 0 0 0 719 35 0 0 16 0 12 0 626888578 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=857736 CPUtime=7.42
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 76309 0 0 0 707 35 0 0 17 0 12 0 626888578 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=857736 CPUtime=57.46
/proc/23160/task/23165/stat : 23165 (java) R 23158 23160 23121 0 -1 64 303821 0 0 0 5617 129 0 0 25 0 12 0 626888580 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 104126385 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23167] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=857736 CPUtime=0.76
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2959 0 0 0 75 1 0 0 16 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=857736 CPUtime=0.75
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3312 0 0 0 74 1 0 0 16 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23171] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=857736 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 878321664 183542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.1
Current children cumulated vsize (KiB) 857736

[startup+89.5029 s]
/proc/loadavg: 1.73 0.61 0.22 3/93 23194
/proc/meminfo: memFree=1020920/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=841736 CPUtime=94.47
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 503082 0 1 0 9222 225 0 0 18 0 12 0 626888576 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 210434 179543 1366 9 0 207796 0
[pid=23160/tid=23162] ppid=23158 vsize=841736 CPUtime=14.11
/proc/23160/task/23162/stat : 23162 (java) S 23158 23160 23121 0 -1 64 23239 0 1 0 1399 12 0 0 17 0 12 0 626888577 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=841736 CPUtime=7.54
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 77170 0 0 0 719 35 0 0 16 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=841736 CPUtime=7.42
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 76309 0 0 0 707 35 0 0 17 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=841736 CPUtime=63.83
/proc/23160/task/23165/stat : 23165 (java) R 23158 23160 23121 0 -1 64 319331 0 0 0 6247 136 0 0 25 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23167] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=841736 CPUtime=0.76
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2959 0 0 0 75 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=841736 CPUtime=0.75
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3312 0 0 0 74 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23171] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.47
Current children cumulated vsize (KiB) 841736

[startup+91.1012 s]
/proc/loadavg: 1.73 0.61 0.22 3/93 23194
/proc/meminfo: memFree=1028856/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=841736 CPUtime=96.06
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 510837 0 1 0 9378 228 0 0 18 0 12 0 626888576 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 210434 179543 1366 9 0 207796 0
[pid=23160/tid=23162] ppid=23158 vsize=841736 CPUtime=14.11
/proc/23160/task/23162/stat : 23162 (java) S 23158 23160 23121 0 -1 64 23239 0 1 0 1399 12 0 0 17 0 12 0 626888577 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=841736 CPUtime=7.54
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 77170 0 0 0 719 35 0 0 16 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=841736 CPUtime=7.42
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 76309 0 0 0 707 35 0 0 17 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=841736 CPUtime=65.42
/proc/23160/task/23165/stat : 23165 (java) R 23158 23160 23121 0 -1 64 327086 0 0 0 6403 139 0 0 25 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23167] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=841736 CPUtime=0.76
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2959 0 0 0 75 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=841736 CPUtime=0.75
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3312 0 0 0 74 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23171] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.06
Current children cumulated vsize (KiB) 841736

[startup+91.9014 s]
/proc/loadavg: 1.73 0.61 0.22 3/93 23194
/proc/meminfo: memFree=1020856/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=841736 CPUtime=96.86
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 510837 0 1 0 9458 228 0 0 18 0 12 0 626888576 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 210434 179543 1366 9 0 207796 0
[pid=23160/tid=23162] ppid=23158 vsize=841736 CPUtime=14.11
/proc/23160/task/23162/stat : 23162 (java) S 23158 23160 23121 0 -1 64 23239 0 1 0 1399 12 0 0 17 0 12 0 626888577 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=841736 CPUtime=7.54
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 77170 0 0 0 719 35 0 0 16 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=841736 CPUtime=7.42
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 76309 0 0 0 707 35 0 0 17 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=841736 CPUtime=66.21
/proc/23160/task/23165/stat : 23165 (java) R 23158 23160 23121 0 -1 64 327086 0 0 0 6482 139 0 0 25 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 105852568 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23167] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=841736 CPUtime=0.76
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2959 0 0 0 75 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=841736 CPUtime=0.75
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3312 0 0 0 74 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23171] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.86
Current children cumulated vsize (KiB) 841736

[startup+92.7025 s]
/proc/loadavg: 1.75 0.63 0.22 3/93 23194
/proc/meminfo: memFree=1020856/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=841736 CPUtime=97.65
/proc/23160/stat : 23160 (java) S 23158 23160 23121 0 -1 0 510837 0 1 0 9537 228 0 0 18 0 12 0 626888576 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23160/statm: 210434 179543 1366 9 0 207796 0
[pid=23160/tid=23162] ppid=23158 vsize=841736 CPUtime=14.11
/proc/23160/task/23162/stat : 23162 (java) S 23158 23160 23121 0 -1 64 23239 0 1 0 1399 12 0 0 17 0 12 0 626888577 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23163] ppid=23158 vsize=841736 CPUtime=7.54
/proc/23160/task/23163/stat : 23163 (java) S 23158 23160 23121 0 -1 64 77170 0 0 0 719 35 0 0 16 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23164] ppid=23158 vsize=841736 CPUtime=7.42
/proc/23160/task/23164/stat : 23164 (java) S 23158 23160 23121 0 -1 64 76309 0 0 0 707 35 0 0 17 0 12 0 626888578 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23165] ppid=23158 vsize=841736 CPUtime=67.01
/proc/23160/task/23165/stat : 23165 (java) R 23158 23160 23121 0 -1 64 327086 0 0 0 6562 139 0 0 25 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23166] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23166/stat : 23166 (java) S 23158 23160 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23167] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23167/stat : 23167 (java) S 23158 23160 23121 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626888580 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23168] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23168/stat : 23168 (java) S 23158 23160 23121 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23169] ppid=23158 vsize=841736 CPUtime=0.76
/proc/23160/task/23169/stat : 23169 (java) S 23158 23160 23121 0 -1 64 2959 0 0 0 75 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23170] ppid=23158 vsize=841736 CPUtime=0.75
/proc/23160/task/23170/stat : 23170 (java) S 23158 23160 23121 0 -1 64 3312 0 0 0 74 1 0 0 16 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23160/tid=23171] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23171/stat : 23171 (java) S 23158 23160 23121 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23160/tid=23172] ppid=23158 vsize=841736 CPUtime=0
/proc/23160/task/23172/stat : 23172 (java) S 23158 23160 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 626888584 861937664 179543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.65
Current children cumulated vsize (KiB) 841736

[startup+93.1028 s]
/proc/loadavg: 1.75 0.63 0.22 3/93 23194
/proc/meminfo: memFree=1020856/2055920 swapFree=4175520/4192956
[pid=23160] ppid=23158 vsize=0 CPUtime=98.02
/proc/23160/stat : 23160 (java) Z 23158 23160 23121 0 -1 12 510850 0 1 0 9567 235 0 0 16 0 2 0 626888576 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23160/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.02
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 93.131
CPU time (s): 98.0601
CPU user time (s): 95.6725
CPU system time (s): 2.38764
CPU usage (%): 105.293
Max. virtual memory (cumulated for all children) (KiB): 873740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.6725
system time used= 2.38764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510850
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= 2916
involuntary context switches= 3285

runsolver used 0.114982 second user time and 0.321951 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-03 00:58:34
IDJOB=1047188
IDBENCH=54136
IDSOLVER=344
FILE ID=node5/1047188-1215039514
PBS_JOBID= 7875164
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c2c36c03d5f8084d1d2682eb264d320
RANDOM SEED=398734711

node5.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.279
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.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766768 kB
Buffers:         29984 kB
Cached:         183592 kB
SwapCached:      11096 kB
Active:         121616 kB
Inactive:       106252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766768 kB
SwapTotal:     4192956 kB
SwapFree:      4175520 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          15420 kB
Slab:            47020 kB
Committed_AS:   768124 kB
PageTables:       1600 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= 66540 MiB
End job on node5 at 2008-07-03 01:00:08