Trace number 1086232

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? 976.221 981.888

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-6.xml
MD5SUM4865df64d75a9de2ecccf47a2577a6da
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.6067
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.22/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.36	c See www.sat4j.org for details.
0.22/0.36	c That software uses the Rhino library from the Mozilla project.
0.32/0.40	c version 9.9.9.token
0.32/0.40	c sun.arch.data.model	32
0.32/0.40	c java.version	1.6.0_06
0.32/0.40	c os.name	Linux
0.32/0.40	c os.version	2.6.9-22.EL.rootsmp
0.32/0.40	c os.arch	i386
0.32/0.40	c Free memory 669864272
0.32/0.40	c Max memory 672137216
0.32/0.40	c Total memory 672137216
0.32/0.40	c Number of processors 2
0.32/0.45	c c --- Begin Solver configuration ---
0.32/0.45	c Stops conflict analysis at the first Unique Implication Point
0.32/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.45	c Learn all clauses as in MiniSAT
0.32/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.45	c Expensive reason simplification
0.32/0.45	c MiniSAT restarts strategy
0.32/0.45	c timeout=2147483s
0.32/0.45	c DB Simplification allowed=false
0.32/0.45	c --- End Solver configuration ---
0.32/0.45	c solving HOME/instance-1086232-1215238206.xml
0.32/0.45	c reading problem ... 
0.61/0.71	c reading problem named null
0.61/0.72	c reading domains done.
0.61/0.75	c reading variables done.
1.10/1.21	c reading predicates  done.
1.19/1.39	c reading constraints
967.83/973.50	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
970.81/976.43		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
970.81/976.43		at org.sat4j.core.VecInt.push(VecInt.java:269)
970.81/976.43		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(BinarySupportEncoding.java:83)
970.81/976.43		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(BinarySupportEncoding.java:73)
970.81/976.43		at org.sat4j.csp.Predicate.find(Predicate.java:130)
970.81/976.43		at org.sat4j.csp.Predicate.find(Predicate.java:139)
970.81/976.43		at org.sat4j.csp.Predicate.find(Predicate.java:139)
970.81/976.43		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
970.81/976.43		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
970.81/976.43		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
970.81/976.43		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
970.81/976.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
970.81/976.43		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
970.81/976.43		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
970.81/976.43		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
970.81/976.43		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
970.81/976.43		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
970.81/976.43		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
975.86/981.51	c starts		: 0
975.86/981.51	c conflicts		: 0
975.86/981.51	c decisions		: 0
975.86/981.51	c propagations		: 0
975.86/981.51	c inspects		: 0
975.86/981.51	c learnt literals	: 0
975.86/981.51	c learnt binary clauses	: 0
975.86/981.51	c learnt ternary clauses	: 0
975.86/981.51	c learnt clauses	: 0
975.86/981.51	c ignored clauses	: 0
975.86/981.51	c root simplifications	: 0
975.86/981.51	c removed literals (reason simplification)	: 0
975.86/981.51	c reason swapping (by a shorter reason)	: 0
975.86/981.51	c Calls to reduceDB	: 0
975.86/981.51	c speed (assignments/second)	: 0.0
975.86/981.51	c non guided choices	0
975.86/981.51	s UNKNOWN
975.86/981.51	c Total wall clock time (in seconds) : 975.979

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.83 4/72 10547
/proc/meminfo: memFree=1887152/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=48 CPUtime=0
/proc/10547/stat : 10547 (java6) R 10545 10547 8486 0 -1 0 17 0 0 0 0 0 0 0 19 0 1 0 135815959 49152 2 996147200 0 0 4294956593 18446744073709551615 244276849959 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 12 2 0 0 0 1 0

[startup+0.063193 s]
/proc/loadavg: 2.00 1.99 1.83 4/72 10547
/proc/meminfo: memFree=1887152/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=13012 CPUtime=0.01
/proc/10547/stat : 10547 (java) D 10545 10547 8486 0 -1 0 504 0 26 0 0 1 0 0 18 0 1 0 135815959 13324288 331 996147200 134512640 134550740 4294956016 18446744073709551615 12473130 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10547/statm: 3253 331 137 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.110204 s]
/proc/loadavg: 2.00 1.99 1.83 4/72 10547
/proc/meminfo: memFree=1887152/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=802236 CPUtime=0.04
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 2623 0 30 0 3 1 0 0 18 0 7 0 135815959 821489664 2387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 200559 2387 993 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.301239 s]
/proc/loadavg: 2.00 1.99 1.83 4/72 10547
/proc/meminfo: memFree=1887152/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=807760 CPUtime=0.22
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 4570 0 30 0 20 2 0 0 18 0 12 0 135815959 827146240 3928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 201940 3928 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 807760

[startup+0.701316 s]
/proc/loadavg: 2.00 1.99 1.83 4/72 10547
/proc/meminfo: memFree=1887152/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=807788 CPUtime=0.61
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 6190 0 30 0 57 4 0 0 18 0 12 0 135815959 827174912 5349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 201947 5349 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 807788

[startup+1.50147 s]
/proc/loadavg: 2.08 2.00 1.83 3/84 10559
/proc/meminfo: memFree=1860176/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=807788 CPUtime=1.39
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 13609 0 30 0 131 8 0 0 18 0 12 0 135815959 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 201947 12122 1349 9 0 199309 0
[pid=10547/tid=10549] ppid=10545 vsize=807788 CPUtime=0.84
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 8486 0 -1 64 10540 0 1 0 78 6 0 0 22 0 12 0 135815966 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 135815967 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 135815967 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 135815969 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 135815969 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 135815969 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=807788 CPUtime=0.18
/proc/10547/task/10556/stat : 10556 (java) R 10545 10547 8486 0 -1 64 422 0 0 0 18 0 0 0 16 0 12 0 135815973 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 105562139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=807788 CPUtime=0.35
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 1915 0 0 0 35 0 0 0 16 0 12 0 135815973 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135815973 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=807788 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135815974 827174912 12122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 807788

[startup+3.10277 s]
/proc/loadavg: 2.08 2.00 1.83 3/84 10559
/proc/meminfo: memFree=1822480/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=815928 CPUtime=2.98
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 30467 0 30 0 284 14 0 0 18 0 12 0 135815959 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 203982 26401 1387 9 0 201344 0
[pid=10547/tid=10549] ppid=10545 vsize=815928 CPUtime=1.39
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 8486 0 -1 64 17300 0 1 0 130 9 0 0 25 0 12 0 135815966 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4109665325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=815928 CPUtime=0.08
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 3659 0 0 0 8 0 0 0 17 0 12 0 135815967 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=815928 CPUtime=0.05
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 2536 0 0 0 5 0 0 0 17 0 12 0 135815967 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=815928 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 8486 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 135815969 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=815928 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 135815969 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=815928 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135815969 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=815928 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=815928 CPUtime=0.5
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 819 0 0 0 50 0 0 0 16 0 12 0 135815973 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=815928 CPUtime=0.9
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5391 0 0 0 89 1 0 0 16 0 12 0 135815973 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=815928 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135815973 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=815928 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135815974 835510272 26401 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 815928

[startup+6.30138 s]
/proc/loadavg: 2.08 2.00 1.83 3/84 10559
/proc/meminfo: memFree=1766928/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=815544 CPUtime=6.15
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 34246 0 30 0 599 16 0 0 18 0 12 0 135815959 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 203886 30110 1387 9 0 201248 0
[pid=10547/tid=10549] ppid=10545 vsize=815544 CPUtime=4.22
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 8486 0 -1 64 17307 0 1 0 413 9 0 0 25 0 12 0 135815966 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4109905559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=815544 CPUtime=0.22
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 5554 0 0 0 21 1 0 0 16 0 12 0 135815967 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=815544 CPUtime=0.19
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 4408 0 0 0 18 1 0 0 16 0 12 0 135815967 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 8486 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 135815969 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 135815969 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135815969 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=815544 CPUtime=0.53
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 821 0 0 0 53 0 0 0 16 0 12 0 135815973 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=815544 CPUtime=0.93
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5394 0 0 0 92 1 0 0 17 0 12 0 135815973 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135815973 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135815974 835117056 30110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 815544

[startup+12.7026 s]
/proc/loadavg: 2.07 2.00 1.83 3/84 10559
/proc/meminfo: memFree=1744400/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=815544 CPUtime=12.5
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 39780 0 30 0 1231 19 0 0 18 0 12 0 135815959 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 203886 35626 1388 9 0 201248 0
[pid=10547/tid=10549] ppid=10545 vsize=815544 CPUtime=10.31
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 8486 0 -1 64 17327 0 1 0 1022 9 0 0 25 0 12 0 135815966 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4109665353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=815544 CPUtime=0.29
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 8168 0 0 0 27 2 0 0 16 0 12 0 135815967 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=815544 CPUtime=0.27
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 7303 0 0 0 24 3 0 0 16 0 12 0 135815967 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 8486 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 135815969 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 135815969 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135815969 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=815544 CPUtime=0.57
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 822 0 0 0 57 0 0 0 16 0 12 0 135815973 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=815544 CPUtime=0.98
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5398 0 0 0 97 1 0 0 16 0 12 0 135815973 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135815973 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135815974 835117056 35626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 815544

[startup+25.503 s]
/proc/loadavg: 2.06 2.00 1.84 3/84 10559
/proc/meminfo: memFree=1714704/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=815544 CPUtime=25.18
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 46894 0 30 0 2496 22 0 0 18 0 12 0 135815959 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 203886 42718 1390 9 0 201248 0
[pid=10547/tid=10549] ppid=10545 vsize=815544 CPUtime=22.71
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 8486 0 -1 64 17352 0 1 0 2261 10 0 0 25 0 12 0 135815966 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4109796816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=815544 CPUtime=0.38
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 11407 0 0 0 35 3 0 0 16 0 12 0 135815967 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=815544 CPUtime=0.35
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 11147 0 0 0 31 4 0 0 16 0 12 0 135815967 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 8486 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 135815969 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 135815969 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135815969 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=815544 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 835117056 42718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+975.903 s]
/proc/loadavg: 2.00 2.03 1.98 3/84 10660
/proc/meminfo: memFree=849304/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=816568 CPUtime=970.31
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 190944 0 30 0 96944 87 0 0 18 0 12 0 135815959 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 204142 173552 1395 9 0 201504 0
[pid=10547/tid=10549] ppid=10545 vsize=816568 CPUtime=295.17
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 8486 0 -1 64 18408 0 1 0 29504 13 0 0 16 0 12 0 135815966 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10550] ppid=10545 vsize=816568 CPUtime=3.76
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 76249 0 0 0 349 27 0 0 16 0 12 0 135815967 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=816568 CPUtime=3.64
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 77010 0 0 0 337 27 0 0 15 0 12 0 135815967 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=816568 CPUtime=665.39
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 8486 0 -1 64 12292 0 0 0 66524 15 0 0 25 0 12 0 135815969 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10553] ppid=10545 vsize=816568 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 135815969 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10554] ppid=10545 vsize=816568 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135815969 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=816568 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=816568 CPUtime=0.93
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 833 0 0 0 93 0 0 0 16 0 12 0 135815973 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=816568 CPUtime=1.34
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5419 0 0 0 133 1 0 0 16 0 12 0 135815973 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=816568 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135815973 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=816568 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135815974 836165632 173552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 970.31
Current children cumulated vsize (KiB) 816568

[startup+979.102 s]
/proc/loadavg: 2.00 2.03 1.98 3/85 10661
/proc/meminfo: memFree=849296/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=816892 CPUtime=973.48
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 190954 0 30 0 97261 87 0 0 18 0 13 0 135815959 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 204223 173559 1395 9 0 201585 0
[pid=10547/tid=10549] ppid=10545 vsize=816892 CPUtime=295.18
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 8486 0 -1 64 18412 0 1 0 29505 13 0 0 16 0 13 0 135815966 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10550] ppid=10545 vsize=816892 CPUtime=3.76
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 76249 0 0 0 349 27 0 0 16 0 13 0 135815967 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=816892 CPUtime=3.64
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 77010 0 0 0 337 27 0 0 15 0 13 0 135815967 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=816892 CPUtime=668.56
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 8486 0 -1 64 12292 0 0 0 66841 15 0 0 25 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10553] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10554] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10555] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=816892 CPUtime=0.93
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 833 0 0 0 93 0 0 0 16 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=816892 CPUtime=1.34
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5419 0 0 0 133 1 0 0 16 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135815974 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10661] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10661/stat : 10661 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 135913602 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 973.48
Current children cumulated vsize (KiB) 816892

[startup+980.702 s]
/proc/loadavg: 2.00 2.03 1.98 3/85 10661
/proc/meminfo: memFree=849296/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=816892 CPUtime=975.07
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 190955 0 30 0 97420 87 0 0 18 0 13 0 135815959 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 204223 173559 1395 9 0 201585 0
[pid=10547/tid=10549] ppid=10545 vsize=816892 CPUtime=295.18
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 8486 0 -1 64 18412 0 1 0 29505 13 0 0 16 0 13 0 135815966 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10550] ppid=10545 vsize=816892 CPUtime=3.76
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 76249 0 0 0 349 27 0 0 16 0 13 0 135815967 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=816892 CPUtime=3.64
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 77010 0 0 0 337 27 0 0 15 0 13 0 135815967 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=816892 CPUtime=670.15
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 8486 0 -1 64 12292 0 0 0 67000 15 0 0 25 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10553] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10554] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10555] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=816892 CPUtime=0.93
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 833 0 0 0 93 0 0 0 16 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=816892 CPUtime=1.34
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5419 0 0 0 133 1 0 0 16 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135815974 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10661] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10661/stat : 10661 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 135913602 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 975.07
Current children cumulated vsize (KiB) 816892

[startup+981.502 s]
/proc/loadavg: 2.00 2.03 1.98 3/85 10661
/proc/meminfo: memFree=849296/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=816892 CPUtime=975.86
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 190955 0 30 0 97499 87 0 0 18 0 13 0 135815959 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 204223 173559 1395 9 0 201585 0
[pid=10547/tid=10549] ppid=10545 vsize=816892 CPUtime=295.18
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 8486 0 -1 64 18412 0 1 0 29505 13 0 0 16 0 13 0 135815966 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10550] ppid=10545 vsize=816892 CPUtime=3.76
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 76249 0 0 0 349 27 0 0 16 0 13 0 135815967 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=816892 CPUtime=3.64
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 77010 0 0 0 337 27 0 0 15 0 13 0 135815967 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=816892 CPUtime=670.94
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 8486 0 -1 64 12292 0 0 0 67079 15 0 0 25 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10553] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10554] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 135815969 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10555] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=816892 CPUtime=0.93
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 833 0 0 0 93 0 0 0 16 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=816892 CPUtime=1.34
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5419 0 0 0 133 1 0 0 16 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135815973 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135815974 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10661] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10661/stat : 10661 (java) S 10545 10547 8486 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 135913602 836497408 173559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 975.86
Current children cumulated vsize (KiB) 816892

[startup+981.702 s]
/proc/loadavg: 2.00 2.03 1.98 3/85 10661
/proc/meminfo: memFree=849296/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=816892 CPUtime=976.06
/proc/10547/stat : 10547 (java) S 10545 10547 8486 0 -1 0 190957 0 30 0 97519 87 0 0 18 0 12 0 135815959 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 204223 173560 1396 9 0 201585 0
[pid=10547/tid=10549] ppid=10545 vsize=816892 CPUtime=295.18
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 8486 0 -1 64 18412 0 1 0 29505 13 0 0 16 0 12 0 135815966 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10550] ppid=10545 vsize=816892 CPUtime=3.76
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 8486 0 -1 64 76249 0 0 0 349 27 0 0 16 0 12 0 135815967 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=816892 CPUtime=3.64
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 8486 0 -1 64 77010 0 0 0 337 27 0 0 15 0 12 0 135815967 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=816892 CPUtime=671.14
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 8486 0 -1 64 12292 0 0 0 67099 15 0 0 25 0 12 0 135815969 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10553] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 8486 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 135815969 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10554] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 8486 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 135815969 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10555] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 8486 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135815973 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10556] ppid=10545 vsize=816892 CPUtime=0.93
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 8486 0 -1 64 833 0 0 0 93 0 0 0 16 0 12 0 135815973 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=816892 CPUtime=1.34
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 8486 0 -1 64 5419 0 0 0 133 1 0 0 16 0 12 0 135815973 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 8486 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135815973 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10559] ppid=10545 vsize=816892 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135815974 836497408 173560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 976.06
Current children cumulated vsize (KiB) 816892

[startup+981.802 s]
/proc/loadavg: 2.00 2.03 1.98 3/85 10661
/proc/meminfo: memFree=849296/2055920 swapFree=4191676/4192956
[pid=10547] ppid=10545 vsize=0 CPUtime=976.13
/proc/10547/stat : 10547 (java) Z 10545 10547 8486 0 -1 12 190961 0 30 0 97523 90 0 0 16 0 2 0 135815959 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 976.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 981.888
CPU time (s): 976.221
CPU user time (s): 975.24
CPU system time (s): 0.98085
CPU usage (%): 99.4228
Max. virtual memory (cumulated for all children) (KiB): 820572

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

runsolver used 1.26881 second user time and 3.2585 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 08:10:06
IDJOB=1086232
IDBENCH=57782
IDSOLVER=344
FILE ID=node63/1086232-1215238206
PBS_JOBID= 7881861
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-6.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-1086232-1215238206/watcher-1086232-1215238206 -o /tmp/evaluation-result-1086232-1215238206/solver-1086232-1215238206 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086232-1215238206.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4865df64d75a9de2ecccf47a2577a6da
RANDOM SEED=1098302367

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1887760 kB
Buffers:          4768 kB
Cached:          75212 kB
SwapCached:        260 kB
Active:          92252 kB
Inactive:        17060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887760 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          41856 kB
Slab:            44440 kB
Committed_AS:   397892 kB
PageTables:       1612 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-05 08:26:28