Trace number 1087597

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? 956.804 960.148

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-3.xml
MD5SUM1d1f1cebdc92b091f3f5ffe18a2e82b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.1067
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1087597-1215244886/watcher-1087597-1215244886 -o /tmp/evaluation-result-1087597-1215244886/solver-1087597-1215244886 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087597-1215244886.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.08 2.06 2.01 3/73 32755
/proc/meminfo: memFree=1729144/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=18572 CPUtime=0
/proc/32755/stat : 32755 (runsolver) R 32753 32755 30380 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2003457343 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32755/statm: 4643 292 257 25 0 2626 0

[startup+0.0818291 s]
/proc/loadavg: 2.08 2.06 2.01 3/73 32755
/proc/meminfo: memFree=1729144/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=802236 CPUtime=0.06
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2786 0 1 0 4 2 0 0 18 0 7 0 2003457343 821489664 2521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 200559 2521 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102831 s]
/proc/loadavg: 2.08 2.06 2.01 3/73 32755
/proc/meminfo: memFree=1729144/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=804612 CPUtime=0.08
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2975 0 1 0 6 2 0 0 18 0 12 0 2003457343 823922688 2708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 201153 2708 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302858 s]
/proc/loadavg: 2.08 2.06 2.01 3/73 32755
/proc/meminfo: memFree=1729144/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=808244 CPUtime=0.28
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 4879 0 1 0 25 3 0 0 18 0 12 0 2003457343 827641856 4206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 202061 4206 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702912 s]
/proc/loadavg: 2.08 2.06 2.01 3/73 32755
/proc/meminfo: memFree=1729144/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=808272 CPUtime=0.68
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 6324 0 1 0 64 4 0 0 18 0 12 0 2003457343 827670528 5452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 202068 5452 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50303 s]
/proc/loadavg: 2.08 2.06 2.01 4/85 32767
/proc/meminfo: memFree=1711704/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=808272 CPUtime=1.47
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 9838 0 1 0 141 6 0 0 18 0 12 0 2003457343 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 202068 8304 1343 9 0 199430 0
[pid=32755/tid=32757] ppid=32753 vsize=808272 CPUtime=0.78
/proc/32755/task/32757/stat : 32757 (java) R 32753 32755 30380 0 -1 64 6553 0 1 0 74 4 0 0 23 0 12 0 2003457344 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32758] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2003457345 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32759] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2003457345 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32760] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32760/stat : 32760 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2003457347 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32761] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 2003457348 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32762] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2003457348 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32763] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=808272 CPUtime=0.32
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 1299 0 0 0 32 0 0 0 16 0 12 0 2003457352 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=808272 CPUtime=0.33
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 1224 0 0 0 33 0 0 0 16 0 12 0 2003457352 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003457352 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=808272 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003457352 827670528 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10124 s]
/proc/loadavg: 2.08 2.06 2.01 4/85 32767
/proc/meminfo: memFree=1635736/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=815960 CPUtime=3.05
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 50552 0 1 0 279 26 0 0 18 0 12 0 2003457343 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 203990 46541 1359 9 0 201352 0
[pid=32755/tid=32757] ppid=32753 vsize=815960 CPUtime=1.25
/proc/32755/task/32757/stat : 32757 (java) R 32753 32755 30380 0 -1 64 17106 0 1 0 115 10 0 0 17 0 12 0 2003457344 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 103280040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32758] ppid=32753 vsize=815960 CPUtime=0.21
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 8189 0 0 0 18 3 0 0 18 0 12 0 2003457345 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32759] ppid=32753 vsize=815960 CPUtime=0.59
/proc/32755/task/32759/stat : 32759 (java) R 32753 32755 30380 0 -1 64 21298 0 0 0 50 9 0 0 20 0 12 0 2003457345 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32760] ppid=32753 vsize=815960 CPUtime=0
/proc/32755/task/32760/stat : 32760 (java) S 32753 32755 30380 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2003457347 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32761] ppid=32753 vsize=815960 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003457348 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32762] ppid=32753 vsize=815960 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003457348 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32763] ppid=32753 vsize=815960 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=815960 CPUtime=0.53
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 1940 0 0 0 53 0 0 0 16 0 12 0 2003457352 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=815960 CPUtime=0.4
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 1229 0 0 0 40 0 0 0 15 0 12 0 2003457352 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=815960 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003457352 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=815960 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003457352 835543040 46541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815960

[startup+6.30267 s]
/proc/loadavg: 2.15 2.07 2.02 3/85 32767
/proc/meminfo: memFree=1502936/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=821944 CPUtime=6.4
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 64907 0 1 0 608 32 0 0 18 0 12 0 2003457343 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 205486 57896 1390 9 0 202848 0
[pid=32755/tid=32757] ppid=32753 vsize=821944 CPUtime=2.89
/proc/32755/task/32757/stat : 32757 (java) R 32753 32755 30380 0 -1 64 17357 0 1 0 278 11 0 0 25 0 12 0 2003457344 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4109755785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32758] ppid=32753 vsize=821944 CPUtime=0.56
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 13568 0 0 0 50 6 0 0 17 0 12 0 2003457345 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32759] ppid=32753 vsize=821944 CPUtime=0.94
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 26347 0 0 0 83 11 0 0 17 0 12 0 2003457345 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32760] ppid=32753 vsize=821944 CPUtime=0
/proc/32755/task/32760/stat : 32760 (java) S 32753 32755 30380 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2003457347 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32761] ppid=32753 vsize=821944 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003457348 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32762] ppid=32753 vsize=821944 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003457348 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32763] ppid=32753 vsize=821944 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=821944 CPUtime=0.87
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2003 0 0 0 86 1 0 0 16 0 12 0 2003457352 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=821944 CPUtime=1.09
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4840 0 0 0 108 1 0 0 16 0 12 0 2003457352 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=821944 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003457352 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=821944 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003457352 841670656 57896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 821944

[startup+12.7015 s]
/proc/loadavg: 2.14 2.07 2.02 6/85 32767
/proc/meminfo: memFree=1474968/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=821600 CPUtime=12.77
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 72040 0 1 0 1240 37 0 0 18 0 12 0 2003457343 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 205400 64922 1390 9 0 202762 0
[pid=32755/tid=32757] ppid=32753 vsize=821600 CPUtime=8.78
/proc/32755/task/32757/stat : 32757 (java) R 32753 32755 30380 0 -1 64 17374 0 1 0 867 11 0 0 25 0 12 0 2003457344 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4109958216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32758] ppid=32753 vsize=821600 CPUtime=0.77
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 16896 0 0 0 69 8 0 0 16 0 12 0 2003457345 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32759] ppid=32753 vsize=821600 CPUtime=1.1
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 30132 0 0 0 98 12 0 0 16 0 12 0 2003457345 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32760] ppid=32753 vsize=821600 CPUtime=0.01
/proc/32755/task/32760/stat : 32760 (java) S 32753 32755 30380 0 -1 64 32 0 0 0 1 0 0 0 16 0 12 0 2003457347 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32761] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003457348 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32762] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003457348 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32763] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=821600 CPUtime=0.91
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2003 0 0 0 90 1 0 0 17 0 12 0 2003457352 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=821600 CPUtime=1.14
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4842 0 0 0 113 1 0 0 16 0 12 0 2003457352 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003457352 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003457352 841318400 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 821600

[startup+25.5023 s]
/proc/loadavg: 2.11 2.07 2.02 3/85 32767
/proc/meminfo: memFree=1435928/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=821600 CPUtime=25.44
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 81886 0 1 0 2502 42 0 0 18 0 12 0 2003457343 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 205400 74741 1390 9 0 202762 0
[pid=32755/tid=32757] ppid=32753 vsize=821600 CPUtime=21.02
/proc/32755/task/32757/stat : 32757 (java) R 32753 32755 30380 0 -1 64 17401 0 1 0 2091 11 0 0 25 0 12 0 2003457344 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4109836090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32758] ppid=32753 vsize=821600 CPUtime=0.98
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 21983 0 0 0 87 11 0 0 16 0 12 0 2003457345 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32759] ppid=32753 vsize=821600 CPUtime=1.32
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 34864 0 0 0 118 14 0 0 16 0 12 0 2003457345 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32760] ppid=32753 vsize=821600 CPUtime=0.01
/proc/32755/task/32760/stat : 32760 (java) S 32753 32755 30380 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 2003457347 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32761] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003457348 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32762] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003457348 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32763] ppid=32753 vsize=821600 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 841318400 74741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+953.501 s]
/proc/loadavg: 2.03 2.12 2.08 3/85 453
/proc/meminfo: memFree=1064216/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=830628 CPUtime=950.15
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2178893 0 1 0 93941 1074 0 0 18 0 12 0 2003457343 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 207657 177085 1400 9 0 205019 0
[pid=32755/tid=32757] ppid=32753 vsize=830628 CPUtime=295.95
/proc/32755/task/32757/stat : 32757 (java) S 32753 32755 30380 0 -1 64 18285 0 1 0 29580 15 0 0 16 0 12 0 2003457344 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32758] ppid=32753 vsize=830628 CPUtime=4.49
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 73614 0 0 0 416 33 0 0 16 0 12 0 2003457345 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32759] ppid=32753 vsize=830628 CPUtime=5
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 83752 0 0 0 463 37 0 0 15 0 12 0 2003457345 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32760] ppid=32753 vsize=830628 CPUtime=642.35
/proc/32755/task/32760/stat : 32760 (java) R 32753 32755 30380 0 -1 64 1995626 0 0 0 63252 983 0 0 25 0 12 0 2003457347 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 104136413 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32761] ppid=32753 vsize=830628 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003457348 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32762] ppid=32753 vsize=830628 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003457348 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32763] ppid=32753 vsize=830628 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=830628 CPUtime=1.09
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2012 0 0 0 108 1 0 0 17 0 12 0 2003457352 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=830628 CPUtime=1.19
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4842 0 0 0 118 1 0 0 17 0 12 0 2003457352 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=830628 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003457352 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=830628 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2003457352 850563072 177085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 950.15
Current children cumulated vsize (KiB) 830628

[startup+956.703 s]
/proc/loadavg: 2.03 2.12 2.08 3/86 454
/proc/meminfo: memFree=1064208/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=830952 CPUtime=953.35
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2189411 0 1 0 94256 1079 0 0 18 0 13 0 2003457343 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 207738 177091 1400 9 0 205100 0
[pid=32755/tid=32757] ppid=32753 vsize=830952 CPUtime=295.95
/proc/32755/task/32757/stat : 32757 (java) S 32753 32755 30380 0 -1 64 18289 0 1 0 29580 15 0 0 16 0 13 0 2003457344 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32758] ppid=32753 vsize=830952 CPUtime=4.49
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 73614 0 0 0 416 33 0 0 16 0 13 0 2003457345 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32759] ppid=32753 vsize=830952 CPUtime=5
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 83752 0 0 0 463 37 0 0 15 0 13 0 2003457345 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32760] ppid=32753 vsize=830952 CPUtime=645.56
/proc/32755/task/32760/stat : 32760 (java) R 32753 32755 30380 0 -1 64 2006135 0 0 0 63568 988 0 0 25 0 13 0 2003457347 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32761] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003457348 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32762] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2003457348 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32763] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=830952 CPUtime=1.09
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2012 0 0 0 108 1 0 0 17 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=830952 CPUtime=1.19
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4842 0 0 0 118 1 0 0 17 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=454] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/454/stat : 454 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 2003552875 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 953.35
Current children cumulated vsize (KiB) 830952

[startup+958.303 s]
/proc/loadavg: 2.03 2.12 2.08 3/86 454
/proc/meminfo: memFree=1064208/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=830952 CPUtime=954.96
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2192915 0 1 0 94415 1081 0 0 18 0 13 0 2003457343 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 207738 177091 1400 9 0 205100 0
[pid=32755/tid=32757] ppid=32753 vsize=830952 CPUtime=295.95
/proc/32755/task/32757/stat : 32757 (java) S 32753 32755 30380 0 -1 64 18289 0 1 0 29580 15 0 0 16 0 13 0 2003457344 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32758] ppid=32753 vsize=830952 CPUtime=4.49
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 73614 0 0 0 416 33 0 0 16 0 13 0 2003457345 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32759] ppid=32753 vsize=830952 CPUtime=5
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 83752 0 0 0 463 37 0 0 15 0 13 0 2003457345 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32760] ppid=32753 vsize=830952 CPUtime=647.16
/proc/32755/task/32760/stat : 32760 (java) R 32753 32755 30380 0 -1 64 2009638 0 0 0 63726 990 0 0 25 0 13 0 2003457347 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32761] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003457348 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32762] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2003457348 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32763] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=830952 CPUtime=1.09
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2012 0 0 0 108 1 0 0 17 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=830952 CPUtime=1.19
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4842 0 0 0 118 1 0 0 17 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=454] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/454/stat : 454 (java) S 32753 32755 30380 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2003552875 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 954.96
Current children cumulated vsize (KiB) 830952

[startup+959.102 s]
/proc/loadavg: 2.03 2.12 2.08 3/86 454
/proc/meminfo: memFree=1064208/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=830952 CPUtime=955.76
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2196419 0 1 0 94494 1082 0 0 18 0 13 0 2003457343 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 207738 177091 1400 9 0 205100 0
[pid=32755/tid=32757] ppid=32753 vsize=830952 CPUtime=295.95
/proc/32755/task/32757/stat : 32757 (java) S 32753 32755 30380 0 -1 64 18289 0 1 0 29580 15 0 0 16 0 13 0 2003457344 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32758] ppid=32753 vsize=830952 CPUtime=4.49
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 73614 0 0 0 416 33 0 0 16 0 13 0 2003457345 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32759] ppid=32753 vsize=830952 CPUtime=5
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 83752 0 0 0 463 37 0 0 15 0 13 0 2003457345 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32760] ppid=32753 vsize=830952 CPUtime=647.96
/proc/32755/task/32760/stat : 32760 (java) R 32753 32755 30380 0 -1 64 2013141 0 0 0 63805 991 0 0 25 0 13 0 2003457347 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 105852592 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32761] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003457348 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32762] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2003457348 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32763] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=830952 CPUtime=1.09
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2012 0 0 0 108 1 0 0 17 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=830952 CPUtime=1.19
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4842 0 0 0 118 1 0 0 17 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) R 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2003457352 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=454] ppid=32753 vsize=830952 CPUtime=0
/proc/32755/task/454/stat : 454 (java) S 32753 32755 30380 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003552875 850894848 177091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 955.76
Current children cumulated vsize (KiB) 830952

[startup+959.902 s]
/proc/loadavg: 2.03 2.12 2.08 3/86 454
/proc/meminfo: memFree=1064208/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=822948 CPUtime=956.55
/proc/32755/stat : 32755 (java) S 32753 32755 30380 0 -1 0 2196421 0 1 0 94573 1082 0 0 18 0 12 0 2003457343 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32755/statm: 205737 175091 1401 9 0 203099 0
[pid=32755/tid=32757] ppid=32753 vsize=822948 CPUtime=295.95
/proc/32755/task/32757/stat : 32757 (java) S 32753 32755 30380 0 -1 64 18289 0 1 0 29580 15 0 0 16 0 12 0 2003457344 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32758] ppid=32753 vsize=822948 CPUtime=4.49
/proc/32755/task/32758/stat : 32758 (java) S 32753 32755 30380 0 -1 64 73614 0 0 0 416 33 0 0 16 0 12 0 2003457345 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32759] ppid=32753 vsize=822948 CPUtime=5
/proc/32755/task/32759/stat : 32759 (java) S 32753 32755 30380 0 -1 64 83752 0 0 0 463 37 0 0 15 0 12 0 2003457345 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32760] ppid=32753 vsize=822948 CPUtime=648.75
/proc/32755/task/32760/stat : 32760 (java) R 32753 32755 30380 0 -1 64 2013141 0 0 0 63884 991 0 0 25 0 12 0 2003457347 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32761] ppid=32753 vsize=822948 CPUtime=0
/proc/32755/task/32761/stat : 32761 (java) S 32753 32755 30380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003457348 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32762] ppid=32753 vsize=822948 CPUtime=0
/proc/32755/task/32762/stat : 32762 (java) S 32753 32755 30380 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003457348 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32755/tid=32763] ppid=32753 vsize=822948 CPUtime=0
/proc/32755/task/32763/stat : 32763 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003457352 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32764] ppid=32753 vsize=822948 CPUtime=1.09
/proc/32755/task/32764/stat : 32764 (java) S 32753 32755 30380 0 -1 64 2012 0 0 0 108 1 0 0 17 0 12 0 2003457352 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32765] ppid=32753 vsize=822948 CPUtime=1.19
/proc/32755/task/32765/stat : 32765 (java) S 32753 32755 30380 0 -1 64 4842 0 0 0 118 1 0 0 17 0 12 0 2003457352 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32766] ppid=32753 vsize=822948 CPUtime=0
/proc/32755/task/32766/stat : 32766 (java) S 32753 32755 30380 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003457352 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32755/tid=32767] ppid=32753 vsize=822948 CPUtime=0
/proc/32755/task/32767/stat : 32767 (java) S 32753 32755 30380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2003457352 842698752 175091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 956.55
Current children cumulated vsize (KiB) 822948

[startup+960.101 s]
/proc/loadavg: 2.03 2.12 2.08 3/86 454
/proc/meminfo: memFree=1064208/2055920 swapFree=4180436/4192956
[pid=32755] ppid=32753 vsize=0 CPUtime=956.75
/proc/32755/stat : 32755 (java) Z 32753 32755 30380 0 -1 12 2196425 0 1 0 94587 1088 0 0 16 0 2 0 2003457343 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32755/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 956.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 960.148
CPU time (s): 956.804
CPU user time (s): 945.875
CPU system time (s): 10.9283
CPU usage (%): 99.6516
Max. virtual memory (cumulated for all children) (KiB): 851216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 945.875
system time used= 10.9283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2196425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26080
involuntary context switches= 22317

runsolver used 1.3098 second user time and 3.22751 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 10:01:26
IDJOB=1087597
IDBENCH=58020
IDSOLVER=344
FILE ID=node71/1087597-1215244886
PBS_JOBID= 7881853
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1d1f1cebdc92b091f3f5ffe18a2e82b4
RANDOM SEED=1082953492

node71.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.209
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.209
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:       1729624 kB
Buffers:         25036 kB
Cached:         184020 kB
SwapCached:       6572 kB
Active:         224028 kB
Inactive:        47100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729624 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3832 kB
Writeback:           0 kB
Mapped:          69992 kB
Slab:            40128 kB
Committed_AS:  4296312 kB
PageTables:       1996 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= 66484 MiB
End job on node71 at 2008-07-05 10:17:26