Trace number 1086421

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? 550.293 553.142

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-10.xml
MD5SUM68a6e67c26555a55d1774467340b6ea2
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 benchmark29.6525
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.44	c See www.sat4j.org for details.
0.29/0.44	c That software uses the Rhino library from the Mozilla project.
0.29/0.48	c version 9.9.9.token
0.29/0.48	c sun.arch.data.model	32
0.29/0.48	c java.version	1.6.0_06
0.29/0.48	c os.name	Linux
0.29/0.48	c os.version	2.6.9-22.EL.rootsmp
0.29/0.48	c os.arch	i386
0.29/0.48	c Free memory 669864272
0.29/0.48	c Max memory 672137216
0.29/0.48	c Total memory 672137216
0.29/0.48	c Number of processors 2
0.38/0.53	c c --- Begin Solver configuration ---
0.38/0.53	c Stops conflict analysis at the first Unique Implication Point
0.38/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.53	c Learn all clauses as in MiniSAT
0.38/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.53	c Expensive reason simplification
0.38/0.53	c MiniSAT restarts strategy
0.38/0.53	c timeout=2147483s
0.38/0.53	c DB Simplification allowed=false
0.38/0.53	c --- End Solver configuration ---
0.38/0.53	c solving HOME/instance-1086421-1215239268.xml
0.38/0.53	c reading problem ... 
0.57/0.79	c reading problem named null
0.57/0.79	c reading domains done.
0.87/1.07	c reading variables done.
1.46/1.64	c reading predicates  done.
1.66/1.83	c reading constraints
544.82/547.62	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
546.70/549.51		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
546.70/549.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
546.70/549.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
546.70/549.52		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
546.70/549.52		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
546.70/549.52		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
546.70/549.52		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
546.70/549.52		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
546.70/549.52		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
546.70/549.52		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
546.70/549.52		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
546.70/549.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
546.70/549.52		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
546.70/549.52		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
546.70/549.52		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
546.70/549.52		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
546.70/549.52		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
546.70/549.52		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
549.99/552.83	c starts		: 0
549.99/552.83	c conflicts		: 0
549.99/552.83	c decisions		: 0
549.99/552.83	c propagations		: 0
549.99/552.83	c inspects		: 0
549.99/552.83	c learnt literals	: 0
549.99/552.83	c learnt binary clauses	: 0
549.99/552.83	c learnt ternary clauses	: 0
549.99/552.83	c learnt clauses	: 0
549.99/552.83	c ignored clauses	: 0
549.99/552.83	c root simplifications	: 0
549.99/552.83	c removed literals (reason simplification)	: 0
549.99/552.83	c reason swapping (by a shorter reason)	: 0
549.99/552.83	c Calls to reduceDB	: 0
549.99/552.83	c speed (assignments/second)	: 0.0
549.99/552.83	c non guided choices	0
549.99/552.83	s UNKNOWN
549.99/552.83	c Total wall clock time (in seconds) : 548.988

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-1086421-1215239268/watcher-1086421-1215239268 -o /tmp/evaluation-result-1086421-1215239268/solver-1086421-1215239268 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086421-1215239268.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 2.00 2.00 4/82 30780
/proc/meminfo: memFree=1725136/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=18572 CPUtime=0
/proc/30780/stat : 30780 (runsolver) R 30778 30780 29362 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2002895668 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30780/statm: 4643 292 257 25 0 2626 0

[startup+0.0330631 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 30780
/proc/meminfo: memFree=1725136/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=13012 CPUtime=0.01
/proc/30780/stat : 30780 (java) R 30778 30780 29362 0 -1 0 384 0 5 0 0 1 0 0 20 0 1 0 2002895668 13324288 190 996147200 134512640 134550740 4294956016 18446744073709551615 8385322 0 0 4096 0 0 0 0 17 0 0 0
/proc/30780/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.103737 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 30780
/proc/meminfo: memFree=1725136/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=800744 CPUtime=0.04
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 2378 0 28 0 1 3 0 0 19 0 4 0 2002895668 819961856 2143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 200186 2143 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.302765 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 30780
/proc/meminfo: memFree=1725136/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=807800 CPUtime=0.22
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 4467 0 28 0 17 5 0 0 19 0 12 0 2002895668 827187200 3823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 201950 3823 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 807800

[startup+0.701838 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 30780
/proc/meminfo: memFree=1725136/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=807828 CPUtime=0.57
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 5821 0 28 0 50 7 0 0 19 0 12 0 2002895668 827215872 5125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 201957 5125 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 807828

[startup+1.50198 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 30792
/proc/meminfo: memFree=1697264/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=808440 CPUtime=1.36
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 9280 0 28 0 127 9 0 0 19 0 12 0 2002895668 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 202110 7894 1344 9 0 199472 0
[pid=30780/tid=30782] ppid=30778 vsize=808440 CPUtime=0.61
/proc/30780/task/30782/stat : 30782 (java) R 30778 30780 29362 0 -1 64 6073 0 1 0 55 6 0 0 24 0 12 0 2002895675 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4109640503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30783] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2002895676 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895676 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30785/stat : 30785 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002895679 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30786] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 2002895679 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30787] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 2002895679 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=808440 CPUtime=0.39
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1378 0 0 0 39 0 0 0 16 0 12 0 2002895686 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30790] ppid=30778 vsize=808440 CPUtime=0.32
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 1091 0 0 0 32 0 0 0 16 0 12 0 2002895686 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30791] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2002895686 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=808440 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002895686 827842560 7894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 808440

[startup+3.10227 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 30792
/proc/meminfo: memFree=1640240/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=819880 CPUtime=3.01
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 36630 0 28 0 281 20 0 0 19 0 12 0 2002895668 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 204970 32299 1384 9 0 202332 0
[pid=30780/tid=30782] ppid=30778 vsize=819880 CPUtime=1.29
/proc/30780/task/30782/stat : 30782 (java) R 30778 30780 29362 0 -1 64 17291 0 1 0 118 11 0 0 18 0 12 0 2002895675 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4109635681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30783] ppid=30778 vsize=819880 CPUtime=0.11
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 4341 0 0 0 10 1 0 0 16 0 12 0 2002895676 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=819880 CPUtime=0.18
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 7612 0 0 0 15 3 0 0 18 0 12 0 2002895676 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=819880 CPUtime=0
/proc/30780/task/30785/stat : 30785 (java) S 30778 30780 29362 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002895679 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30786] ppid=30778 vsize=819880 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002895679 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30787] ppid=30778 vsize=819880 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2002895679 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=819880 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=819880 CPUtime=0.5
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1658 0 0 0 50 0 0 0 16 0 12 0 2002895686 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30790] ppid=30778 vsize=819880 CPUtime=0.86
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4961 0 0 0 85 1 0 0 16 0 12 0 2002895686 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30791] ppid=30778 vsize=819880 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2002895686 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=819880 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002895686 839557120 32299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 819880

[startup+6.30184 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30792
/proc/meminfo: memFree=1568880/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=819788 CPUtime=6.2
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 40059 0 28 0 599 21 0 0 19 0 12 0 2002895668 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 204947 35628 1388 9 0 202309 0
[pid=30780/tid=30782] ppid=30778 vsize=819788 CPUtime=3.87
/proc/30780/task/30782/stat : 30782 (java) R 30778 30780 29362 0 -1 64 17303 0 1 0 376 11 0 0 25 0 12 0 2002895675 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4109711369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=819788 CPUtime=0.24
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 6046 0 0 0 23 1 0 0 16 0 12 0 2002895676 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30784] ppid=30778 vsize=819788 CPUtime=0.29
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 9202 0 0 0 26 3 0 0 17 0 12 0 2002895676 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30785] ppid=30778 vsize=819788 CPUtime=0
/proc/30780/task/30785/stat : 30785 (java) S 30778 30780 29362 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2002895679 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=819788 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002895679 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30787] ppid=30778 vsize=819788 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2002895679 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=819788 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=819788 CPUtime=0.68
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1760 0 0 0 68 0 0 0 17 0 12 0 2002895686 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=819788 CPUtime=1.04
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4980 0 0 0 103 1 0 0 16 0 12 0 2002895686 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30791] ppid=30778 vsize=819788 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2002895686 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=819788 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002895686 839462912 35628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 819788

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30792
/proc/meminfo: memFree=1522864/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=819308 CPUtime=12.57
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 47383 0 28 0 1233 24 0 0 19 0 12 0 2002895668 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 204827 42813 1390 9 0 202189 0
[pid=30780/tid=30782] ppid=30778 vsize=819308 CPUtime=9.81
/proc/30780/task/30782/stat : 30782 (java) R 30778 30780 29362 0 -1 64 17327 0 1 0 970 11 0 0 25 0 12 0 2002895675 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4109711369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=819308 CPUtime=0.4
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 9683 0 0 0 37 3 0 0 16 0 12 0 2002895676 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30784] ppid=30778 vsize=819308 CPUtime=0.44
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 12849 0 0 0 40 4 0 0 16 0 12 0 2002895676 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30785] ppid=30778 vsize=819308 CPUtime=0.01
/proc/30780/task/30785/stat : 30785 (java) S 30778 30780 29362 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 2002895679 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002895679 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30787] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2002895679 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=819308 CPUtime=0.76
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1772 0 0 0 76 0 0 0 16 0 12 0 2002895686 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=819308 CPUtime=1.08
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4984 0 0 0 107 1 0 0 16 0 12 0 2002895686 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30791] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2002895686 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002895686 838971392 42813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 819308

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30792
/proc/meminfo: memFree=1460080/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=819308 CPUtime=25.31
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 54019 0 28 0 2503 28 0 0 19 0 12 0 2002895668 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 204827 49429 1390 9 0 202189 0
[pid=30780/tid=30782] ppid=30778 vsize=819308 CPUtime=22.33
/proc/30780/task/30782/stat : 30782 (java) R 30778 30780 29362 0 -1 64 17348 0 1 0 2222 11 0 0 25 0 12 0 2002895675 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4109880531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=819308 CPUtime=0.49
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 13090 0 0 0 45 4 0 0 16 0 12 0 2002895676 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30784] ppid=30778 vsize=819308 CPUtime=0.52
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 16057 0 0 0 46 6 0 0 16 0 12 0 2002895676 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30785] ppid=30778 vsize=819308 CPUtime=0.01
/proc/30780/task/30785/stat : 30785 (java) S 30778 30780 29362 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 2002895679 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002895679 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30787] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2002895679 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=819308 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 838971392 49429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+543.903 s]
/proc/loadavg: 2.40 2.25 2.09 3/93 30793
/proc/meminfo: memFree=424240/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=820332 CPUtime=541.14
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 179783 0 28 0 54030 84 0 0 19 0 12 0 2002895668 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 205083 174503 1393 9 0 202445 0
[pid=30780/tid=30782] ppid=30778 vsize=820332 CPUtime=378.17
/proc/30780/task/30782/stat : 30782 (java) S 30778 30780 29362 0 -1 64 17978 0 1 0 37802 15 0 0 16 0 12 0 2002895675 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=820332 CPUtime=4.05
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 80887 0 0 0 376 29 0 0 16 0 12 0 2002895676 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=820332 CPUtime=4.01
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 72913 0 0 0 374 27 0 0 15 0 12 0 2002895676 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=820332 CPUtime=152.87
/proc/30780/task/30785/stat : 30785 (java) R 30778 30780 29362 0 -1 64 511 0 0 0 15281 6 0 0 25 0 12 0 2002895679 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002895679 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30787] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2002895679 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=820332 CPUtime=0.79
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1772 0 0 0 79 0 0 0 17 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=820332 CPUtime=1.16
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4984 0 0 0 115 1 0 0 17 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30791] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 541.14
Current children cumulated vsize (KiB) 820332

[startup+547.102 s]
/proc/loadavg: 2.40 2.25 2.09 3/93 30793
/proc/meminfo: memFree=424240/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=820332 CPUtime=544.32
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 179785 0 28 0 54348 84 0 0 19 0 12 0 2002895668 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 205083 174503 1393 9 0 202445 0
[pid=30780/tid=30782] ppid=30778 vsize=820332 CPUtime=378.18
/proc/30780/task/30782/stat : 30782 (java) S 30778 30780 29362 0 -1 64 17980 0 1 0 37803 15 0 0 17 0 12 0 2002895675 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=820332 CPUtime=4.05
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 80887 0 0 0 376 29 0 0 16 0 12 0 2002895676 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=820332 CPUtime=4.01
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 72913 0 0 0 374 27 0 0 15 0 12 0 2002895676 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=820332 CPUtime=156.05
/proc/30780/task/30785/stat : 30785 (java) R 30778 30780 29362 0 -1 64 511 0 0 0 15599 6 0 0 25 0 12 0 2002895679 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 105677283 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002895679 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30787] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2002895679 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30788] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=820332 CPUtime=0.79
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1772 0 0 0 79 0 0 0 17 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=820332 CPUtime=1.16
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4984 0 0 0 115 1 0 0 17 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30791] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=820332 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002895686 840019968 174503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 544.32
Current children cumulated vsize (KiB) 820332

[startup+550.303 s]
/proc/loadavg: 2.37 2.24 2.09 3/94 30794
/proc/meminfo: memFree=424168/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=820656 CPUtime=547.5
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 179797 0 28 0 54666 84 0 0 19 0 13 0 2002895668 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 205164 174510 1393 9 0 202526 0
[pid=30780/tid=30782] ppid=30778 vsize=820656 CPUtime=378.18
/proc/30780/task/30782/stat : 30782 (java) S 30778 30780 29362 0 -1 64 17987 0 1 0 37803 15 0 0 18 0 13 0 2002895675 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=820656 CPUtime=4.05
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 80887 0 0 0 376 29 0 0 16 0 13 0 2002895676 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=820656 CPUtime=4.01
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 72913 0 0 0 374 27 0 0 15 0 13 0 2002895676 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=820656 CPUtime=159.22
/proc/30780/task/30785/stat : 30785 (java) R 30778 30780 29362 0 -1 64 511 0 0 0 15916 6 0 0 25 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 104126450 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30787] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30788] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=820656 CPUtime=0.79
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1772 0 0 0 79 0 0 0 17 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=820656 CPUtime=1.16
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4984 0 0 0 115 1 0 0 17 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30791] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30794] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30794/stat : 30794 (java) S 30778 30780 29362 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002950620 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 547.5
Current children cumulated vsize (KiB) 820656

[startup+551.903 s]
/proc/loadavg: 2.37 2.24 2.09 3/94 30794
/proc/meminfo: memFree=424168/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=820656 CPUtime=549.09
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 179799 0 28 0 54825 84 0 0 19 0 13 0 2002895668 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 205164 174510 1393 9 0 202526 0
[pid=30780/tid=30782] ppid=30778 vsize=820656 CPUtime=378.18
/proc/30780/task/30782/stat : 30782 (java) S 30778 30780 29362 0 -1 64 17987 0 1 0 37803 15 0 0 18 0 13 0 2002895675 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=820656 CPUtime=4.05
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 80887 0 0 0 376 29 0 0 16 0 13 0 2002895676 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=820656 CPUtime=4.01
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 72913 0 0 0 374 27 0 0 15 0 13 0 2002895676 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=820656 CPUtime=160.81
/proc/30780/task/30785/stat : 30785 (java) R 30778 30780 29362 0 -1 64 511 0 0 0 16075 6 0 0 25 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30787] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30788] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=820656 CPUtime=0.79
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1772 0 0 0 79 0 0 0 17 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=820656 CPUtime=1.16
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4984 0 0 0 115 1 0 0 17 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30791] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30794] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30794/stat : 30794 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002950620 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 549.09
Current children cumulated vsize (KiB) 820656

[startup+552.702 s]
/proc/loadavg: 2.37 2.24 2.09 3/94 30794
/proc/meminfo: memFree=424168/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=820656 CPUtime=549.89
/proc/30780/stat : 30780 (java) S 30778 30780 29362 0 -1 0 179799 0 28 0 54905 84 0 0 19 0 13 0 2002895668 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30780/statm: 205164 174510 1393 9 0 202526 0
[pid=30780/tid=30782] ppid=30778 vsize=820656 CPUtime=378.18
/proc/30780/task/30782/stat : 30782 (java) S 30778 30780 29362 0 -1 64 17987 0 1 0 37803 15 0 0 18 0 13 0 2002895675 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30783] ppid=30778 vsize=820656 CPUtime=4.05
/proc/30780/task/30783/stat : 30783 (java) S 30778 30780 29362 0 -1 64 80887 0 0 0 376 29 0 0 16 0 13 0 2002895676 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30784] ppid=30778 vsize=820656 CPUtime=4.01
/proc/30780/task/30784/stat : 30784 (java) S 30778 30780 29362 0 -1 64 72913 0 0 0 374 27 0 0 15 0 13 0 2002895676 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30785] ppid=30778 vsize=820656 CPUtime=161.61
/proc/30780/task/30785/stat : 30785 (java) R 30778 30780 29362 0 -1 64 511 0 0 0 16155 6 0 0 25 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30786] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30786/stat : 30786 (java) S 30778 30780 29362 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30787] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30787/stat : 30787 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002895679 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30788] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30788/stat : 30788 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30789] ppid=30778 vsize=820656 CPUtime=0.79
/proc/30780/task/30789/stat : 30789 (java) S 30778 30780 29362 0 -1 64 1772 0 0 0 79 0 0 0 17 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30790] ppid=30778 vsize=820656 CPUtime=1.16
/proc/30780/task/30790/stat : 30790 (java) S 30778 30780 29362 0 -1 64 4984 0 0 0 115 1 0 0 17 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30780/tid=30791] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30791/stat : 30791 (java) S 30778 30780 29362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30792] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30792/stat : 30792 (java) S 30778 30780 29362 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002895686 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30780/tid=30794] ppid=30778 vsize=820656 CPUtime=0
/proc/30780/task/30794/stat : 30794 (java) S 30778 30780 29362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002950620 840351744 174510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 549.89
Current children cumulated vsize (KiB) 820656

[startup+553.102 s]
/proc/loadavg: 2.37 2.24 2.09 3/94 30794
/proc/meminfo: memFree=424168/2055920 swapFree=4111052/4192956
[pid=30780] ppid=30778 vsize=0 CPUtime=550.24
/proc/30780/stat : 30780 (java) Z 30778 30780 29362 0 -1 12 179806 0 28 0 54933 91 0 0 16 0 2 0 2002895668 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 550.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 553.142
CPU time (s): 550.293
CPU user time (s): 549.336
CPU system time (s): 0.957854
CPU usage (%): 99.4849
Max. virtual memory (cumulated for all children) (KiB): 820656

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

runsolver used 0.716891 second user time and 1.84672 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 08:27:48
IDJOB=1086421
IDBENCH=57818
IDSOLVER=344
FILE ID=node70/1086421-1215239268
PBS_JOBID= 7881935
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68a6e67c26555a55d1774467340b6ea2
RANDOM SEED=935140620

node70.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1725616 kB
Buffers:          9880 kB
Cached:          94608 kB
SwapCached:      76324 kB
Active:         236804 kB
Inactive:        38828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725616 kB
SwapTotal:     4192956 kB
SwapFree:      4111052 kB
Dirty:            4400 kB
Writeback:           0 kB
Mapped:         186948 kB
Slab:            39696 kB
Committed_AS:  4295884 kB
PageTables:       2124 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= 66340 MiB
End job on node70 at 2008-07-05 08:37:01