Trace number 1048272

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? 39.556 38.549

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-14_ext.xml
MD5SUM5610cc036ea79adfae60e963b5762b73
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 benchmark0.542917
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1048272-1215042635/watcher-1048272-1215042635 -o /tmp/evaluation-result-1048272-1215042635/solver-1048272-1215042635 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048272-1215042635.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.92 2.00 1.92 3/81 16360
/proc/meminfo: memFree=1898640/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=1836 CPUtime=0
/proc/16360/stat : 16360 (java6) R 16358 16360 15861 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1983238877 1880064 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16360/statm: 451 155 111 9 0 93 0

[startup+0.103247 s]
/proc/loadavg: 1.92 2.00 1.92 3/81 16360
/proc/meminfo: memFree=1898640/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=801432 CPUtime=0.06
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 2464 0 28 0 2 4 0 0 18 0 5 0 1983238877 820666368 2228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 200358 2229 949 9 0 197741 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 801432

[startup+0.201256 s]
/proc/loadavg: 1.92 2.00 1.92 3/81 16360
/proc/meminfo: memFree=1898640/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=804916 CPUtime=0.13
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 3247 0 28 0 8 5 0 0 18 0 12 0 1983238877 824233984 3005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 201229 3005 1248 9 0 198598 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 804916

[startup+0.301266 s]
/proc/loadavg: 1.92 2.00 1.92 3/81 16360
/proc/meminfo: memFree=1898640/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=808244 CPUtime=0.22
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 4519 0 28 0 17 5 0 0 18 0 12 0 1983238877 827641856 3875 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 202061 3875 1295 9 0 199430 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808244

[startup+0.701303 s]
/proc/loadavg: 1.92 2.00 1.92 3/81 16360
/proc/meminfo: memFree=1898640/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=808272 CPUtime=0.54
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 5969 0 28 0 46 8 0 0 18 0 12 0 1983238877 827670528 5126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 202068 5126 1322 9 0 199430 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 808272

[startup+1.50138 s]
/proc/loadavg: 1.92 2.00 1.92 4/93 16372
/proc/meminfo: memFree=1869424/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=808272 CPUtime=1.32
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 8255 0 28 0 121 11 0 0 18 0 12 0 1983238877 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 202068 7156 1347 9 0 199430 0
[pid=16360/tid=16362] ppid=16358 vsize=808272 CPUtime=0.6
/proc/16360/task/16362/stat : 16362 (java) R 16358 16360 15861 0 -1 64 5420 0 1 0 53 7 0 0 22 0 12 0 1983238884 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=808272 CPUtime=0
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1983238885 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=808272 CPUtime=0
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1983238885 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=808272 CPUtime=0
/proc/16360/task/16365/stat : 16365 (java) S 16358 16360 15861 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983238887 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=808272 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1983238888 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=808272 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 1983238888 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=808272 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=808272 CPUtime=0.28
/proc/16360/task/16369/stat : 16369 (java) R 16358 16360 15861 0 -1 64 671 0 0 0 28 0 0 0 16 0 12 0 1983238894 827670528 7156 996147200 134512640 134550740 4294956032 18446744073709551615 105562629 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=808416 CPUtime=0.39
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 1428 0 0 0 39 0 0 0 16 0 12 0 1983238894 827817984 7169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=808416 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 827817984 7184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=808416 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 827817984 7192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 808272

[startup+3.10253 s]
/proc/loadavg: 1.92 2.00 1.92 5/93 16372
/proc/meminfo: memFree=1815152/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=813156 CPUtime=2.93
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 26829 0 28 0 271 22 0 0 18 0 12 0 1983238877 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 203289 24468 1360 9 0 200651 0
[pid=16360/tid=16362] ppid=16358 vsize=813156 CPUtime=1.52
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 16975 0 1 0 137 15 0 0 25 0 12 0 1983238884 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=813156 CPUtime=0.07
/proc/16360/task/16363/stat : 16363 (java) R 16358 16360 15861 0 -1 64 2988 0 0 0 6 1 0 0 16 0 12 0 1983238885 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16360/tid=16364] ppid=16358 vsize=813156 CPUtime=0.07
/proc/16360/task/16364/stat : 16364 (java) R 16358 16360 15861 0 -1 64 2480 0 0 0 6 1 0 0 16 0 12 0 1983238885 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16360/tid=16365] ppid=16358 vsize=813156 CPUtime=0
/proc/16360/task/16365/stat : 16365 (java) S 16358 16360 15861 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983238887 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=813156 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=813156 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=813156 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=813156 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=813156 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=813156 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=813156 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 832671744 24468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 813156

[startup+6.30284 s]
/proc/loadavg: 1.93 2.00 1.92 5/93 16372
/proc/meminfo: memFree=1702896/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=820744 CPUtime=6.79
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 59335 0 28 0 642 37 0 0 18 0 12 0 1983238877 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 205186 52974 1360 9 0 202548 0
[pid=16360/tid=16362] ppid=16358 vsize=820744 CPUtime=3.19
/proc/16360/task/16362/stat : 16362 (java) R 16358 16360 15861 0 -1 64 16980 0 1 0 304 15 0 0 22 0 12 0 1983238884 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=820744 CPUtime=1.12
/proc/16360/task/16363/stat : 16363 (java) R 16358 16360 15861 0 -1 64 17371 0 0 0 105 7 0 0 16 0 12 0 1983238885 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=820744 CPUtime=1.2
/proc/16360/task/16364/stat : 16364 (java) R 16358 16360 15861 0 -1 64 20571 0 0 0 111 9 0 0 16 0 12 0 1983238885 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16365/stat : 16365 (java) S 16358 16360 15861 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983238887 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=820744 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=820744 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 840441856 52974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 820744

[startup+12.7024 s]
/proc/loadavg: 2.01 2.01 1.92 4/93 16372
/proc/meminfo: memFree=1497200/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=820744 CPUtime=13.44
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 127782 0 28 0 1265 79 0 0 18 0 12 0 1983238877 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 205186 120741 1360 9 0 202548 0
[pid=16360/tid=16362] ppid=16358 vsize=820744 CPUtime=5.65
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 35426 0 1 0 539 26 0 0 18 0 12 0 1983238884 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=820744 CPUtime=4.92
/proc/16360/task/16363/stat : 16363 (java) R 16358 16360 15861 0 -1 64 64857 0 0 0 455 37 0 0 18 0 12 0 1983238885 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=820744 CPUtime=1.58
/proc/16360/task/16364/stat : 16364 (java) R 16358 16360 15861 0 -1 64 23086 0 0 0 148 10 0 0 20 0 12 0 1983238885 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16365/stat : 16365 (java) S 16358 16360 15861 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983238887 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=820744 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=820744 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 840441856 120741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 820744

[startup+25.5017 s]
/proc/loadavg: 2.22 2.06 1.94 5/93 16372
/proc/meminfo: memFree=1217968/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=820744 CPUtime=26.23
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 191305 0 28 0 2509 114 0 0 18 0 12 0 1983238877 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 205186 168744 1364 9 0 202548 0
[pid=16360/tid=16362] ppid=16358 vsize=820744 CPUtime=8.99
/proc/16360/task/16362/stat : 16362 (java) R 16358 16360 15861 0 -1 64 35441 0 1 0 873 26 0 0 18 0 12 0 1983238884 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4109796846 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=820744 CPUtime=6.96
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 81533 0 0 0 649 47 0 0 20 0 12 0 1983238885 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16360/tid=16364] ppid=16358 vsize=820744 CPUtime=5.09
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 54400 0 0 0 482 27 0 0 22 0 12 0 1983238885 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=820744 CPUtime=3.92
/proc/16360/task/16365/stat : 16365 (java) R 16358 16360 15861 0 -1 64 15575 0 0 0 383 9 0 0 21 0 12 0 1983238887 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=820744 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 840441856 168744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16360/tid=16371] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 873213952 181021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 873213952 181021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.01
Current children cumulated vsize (KiB) 852748

[startup+35.2016 s]
/proc/loadavg: 2.19 2.06 1.94 3/93 16372
/proc/meminfo: memFree=1163056/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=852748 CPUtime=36.22
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 243604 0 28 0 3477 145 0 0 18 0 12 0 1983238877 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 213187 182431 1364 9 0 210549 0
[pid=16360/tid=16362] ppid=16358 vsize=852748 CPUtime=9.59
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 35444 0 1 0 933 26 0 0 17 0 12 0 1983238884 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=852748 CPUtime=7.52
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 81963 0 0 0 705 47 0 0 17 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=852748 CPUtime=5.79
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 54517 0 0 0 552 27 0 0 20 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=852748 CPUtime=12.02
/proc/16360/task/16365/stat : 16365 (java) R 16358 16360 15861 0 -1 64 67324 0 0 0 1163 39 0 0 25 0 12 0 1983238887 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 105677288 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=852748 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=852748 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.22
Current children cumulated vsize (KiB) 852748

[startup+36.8028 s]
/proc/loadavg: 2.19 2.06 1.94 3/93 16372
/proc/meminfo: memFree=1163056/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=852748 CPUtime=37.81
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 243604 0 28 0 3636 145 0 0 18 0 12 0 1983238877 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 213187 182431 1364 9 0 210549 0
[pid=16360/tid=16362] ppid=16358 vsize=852748 CPUtime=9.59
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 35444 0 1 0 933 26 0 0 17 0 12 0 1983238884 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=852748 CPUtime=7.52
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 81963 0 0 0 705 47 0 0 17 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=852748 CPUtime=5.79
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 54517 0 0 0 552 27 0 0 20 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=852748 CPUtime=13.62
/proc/16360/task/16365/stat : 16365 (java) R 16358 16360 15861 0 -1 64 67324 0 0 0 1323 39 0 0 25 0 12 0 1983238887 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=852748 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=852748 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 852748

[startup+37.6028 s]
/proc/loadavg: 2.19 2.06 1.94 3/93 16372
/proc/meminfo: memFree=1163056/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=852748 CPUtime=38.61
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 243604 0 28 0 3716 145 0 0 18 0 12 0 1983238877 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 213187 182431 1364 9 0 210549 0
[pid=16360/tid=16362] ppid=16358 vsize=852748 CPUtime=9.59
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 35444 0 1 0 933 26 0 0 17 0 12 0 1983238884 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=852748 CPUtime=7.52
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 81963 0 0 0 705 47 0 0 17 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=852748 CPUtime=5.79
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 54517 0 0 0 552 27 0 0 20 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=852748 CPUtime=14.42
/proc/16360/task/16365/stat : 16365 (java) R 16358 16360 15861 0 -1 64 67324 0 0 0 1403 39 0 0 25 0 12 0 1983238887 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=852748 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=852748 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.61
Current children cumulated vsize (KiB) 852748

[startup+38.0029 s]
/proc/loadavg: 2.19 2.06 1.94 3/93 16372
/proc/meminfo: memFree=1163056/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=852748 CPUtime=39.01
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 243604 0 28 0 3756 145 0 0 18 0 12 0 1983238877 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 213187 182431 1364 9 0 210549 0
[pid=16360/tid=16362] ppid=16358 vsize=852748 CPUtime=9.59
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 35444 0 1 0 933 26 0 0 17 0 12 0 1983238884 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=852748 CPUtime=7.52
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 81963 0 0 0 705 47 0 0 17 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=852748 CPUtime=5.79
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 54517 0 0 0 552 27 0 0 20 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=852748 CPUtime=14.81
/proc/16360/task/16365/stat : 16365 (java) R 16358 16360 15861 0 -1 64 67324 0 0 0 1442 39 0 0 25 0 12 0 1983238887 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 106123854 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=852748 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=852748 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.01
Current children cumulated vsize (KiB) 852748

[startup+38.4029 s]
/proc/loadavg: 2.19 2.06 1.94 3/93 16372
/proc/meminfo: memFree=1163056/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=852748 CPUtime=39.41
/proc/16360/stat : 16360 (java) S 16358 16360 15861 0 -1 0 243604 0 28 0 3796 145 0 0 18 0 12 0 1983238877 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 213187 182431 1364 9 0 210549 0
[pid=16360/tid=16362] ppid=16358 vsize=852748 CPUtime=9.59
/proc/16360/task/16362/stat : 16362 (java) S 16358 16360 15861 0 -1 64 35444 0 1 0 933 26 0 0 17 0 12 0 1983238884 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16363] ppid=16358 vsize=852748 CPUtime=7.52
/proc/16360/task/16363/stat : 16363 (java) S 16358 16360 15861 0 -1 64 81963 0 0 0 705 47 0 0 17 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16364] ppid=16358 vsize=852748 CPUtime=5.79
/proc/16360/task/16364/stat : 16364 (java) S 16358 16360 15861 0 -1 64 54517 0 0 0 552 27 0 0 20 0 12 0 1983238885 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16365] ppid=16358 vsize=852748 CPUtime=15.21
/proc/16360/task/16365/stat : 16365 (java) R 16358 16360 15861 0 -1 64 67324 0 0 0 1482 39 0 0 25 0 12 0 1983238887 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16366] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16366/stat : 16366 (java) S 16358 16360 15861 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16367] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16367/stat : 16367 (java) S 16358 16360 15861 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1983238888 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16368] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16368/stat : 16368 (java) S 16358 16360 15861 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16369] ppid=16358 vsize=852748 CPUtime=0.54
/proc/16360/task/16369/stat : 16369 (java) S 16358 16360 15861 0 -1 64 795 0 0 0 54 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16370] ppid=16358 vsize=852748 CPUtime=0.66
/proc/16360/task/16370/stat : 16370 (java) S 16358 16360 15861 0 -1 64 2826 0 0 0 66 0 0 0 16 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16371] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16371/stat : 16371 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1983238894 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16360/tid=16372] ppid=16358 vsize=852748 CPUtime=0
/proc/16360/task/16372/stat : 16372 (java) S 16358 16360 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983238895 873213952 182431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.41
Current children cumulated vsize (KiB) 852748

[startup+38.5029 s]
/proc/loadavg: 2.19 2.06 1.94 3/83 16373
/proc/meminfo: memFree=1584624/2055920 swapFree=4180024/4192956
[pid=16360] ppid=16358 vsize=0 CPUtime=39.51
/proc/16360/stat : 16360 (java) Z 16358 16360 15861 0 -1 12 243619 0 28 0 3799 152 0 0 16 0 2 0 1983238877 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 38.549
CPU time (s): 39.556
CPU user time (s): 37.9902
CPU system time (s): 1.56576
CPU usage (%): 102.612
Max. virtual memory (cumulated for all children) (KiB): 868752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9902
system time used= 1.56576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243619
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2442
involuntary context switches= 1951

runsolver used 0.06299 second user time and 0.131979 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-03 01:50:35
IDJOB=1048272
IDBENCH=54355
IDSOLVER=344
FILE ID=node4/1048272-1215042635
PBS_JOBID= 7875166
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-14_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-1048272-1215042635/watcher-1048272-1215042635 -o /tmp/evaluation-result-1048272-1215042635/solver-1048272-1215042635 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048272-1215042635.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5610cc036ea79adfae60e963b5762b73
RANDOM SEED=1043192612

node4.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.213
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.213
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:       1899120 kB
Buffers:          2760 kB
Cached:          70752 kB
SwapCached:       5980 kB
Active:          62136 kB
Inactive:        38704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899120 kB
SwapTotal:     4192956 kB
SwapFree:      4180024 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:          44524 kB
Slab:            40916 kB
Committed_AS:  3194692 kB
PageTables:       2024 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= 66548 MiB
End job on node4 at 2008-07-03 01:51:14