Trace number 1083476

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? (exit code) 211.438 212.375

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-25.xml
MD5SUM38af2b06f564c2fa6a4a17a02adff205
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 benchmark956.216
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.44	c See www.sat4j.org for details.
0.29/0.44	c That software uses the Rhino library from the Mozilla project.
0.29/0.48	c version 9.9.9.token
0.29/0.48	c sun.arch.data.model	32
0.29/0.48	c java.version	1.6.0_06
0.29/0.48	c os.name	Linux
0.29/0.48	c os.version	2.6.9-22.EL.rootsmp
0.29/0.48	c os.arch	i386
0.29/0.48	c Free memory 669864272
0.29/0.48	c Max memory 672137216
0.29/0.48	c Total memory 672137216
0.29/0.48	c Number of processors 2
0.37/0.53	c c --- Begin Solver configuration ---
0.37/0.53	c Stops conflict analysis at the first Unique Implication Point
0.37/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.53	c Learn all clauses as in MiniSAT
0.37/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.53	c Expensive reason simplification
0.37/0.53	c MiniSAT restarts strategy
0.37/0.53	c timeout=2147483s
0.37/0.53	c DB Simplification allowed=false
0.37/0.53	c --- End Solver configuration ---
0.37/0.53	c solving HOME/instance-1083476-1215228380.xml
0.37/0.53	c reading problem ... 
0.67/0.81	c reading problem named null
0.67/0.81	c reading domains done.
0.67/0.84	c reading variables done.
3.35/3.38	c reading predicates  done.
3.54/3.56	c reading constraints
202.11/203.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
202.11/203.05		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
205.29/206.29		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
205.29/206.30		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
205.29/206.30		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
205.29/206.30		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
205.29/206.30		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
205.29/206.30		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
205.29/206.30		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
205.29/206.30		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
205.29/206.30		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
205.29/206.30		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
205.29/206.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
205.29/206.30		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
205.29/206.30		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
205.29/206.30		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
205.29/206.30		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
205.29/206.30		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
205.29/206.30		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
211.07/212.10	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
211.07/212.10		at java.lang.AbstractStringBuilder.(Unknown Source)
211.07/212.10		at java.lang.StringBuilder.(Unknown Source)
211.07/212.10		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
211.07/212.10		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
211.07/212.10		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
211.07/212.10		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1083476-1215228380/watcher-1083476-1215228380 -o /tmp/evaluation-result-1083476-1215228380/solver-1083476-1215228380 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083476-1215228380.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.11 2.04 2.01 4/75 23884
/proc/meminfo: memFree=1193104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=18572 CPUtime=0
/proc/23884/stat : 23884 (runsolver) R 23882 23884 22449 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 263780788 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23884/statm: 4643 292 257 25 0 2626 0

[startup+0.038387 s]
/proc/loadavg: 2.11 2.04 2.01 4/75 23884
/proc/meminfo: memFree=1193104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=13012 CPUtime=0.01
/proc/23884/stat : 23884 (java) R 23882 23884 22449 0 -1 0 385 0 4 0 0 1 0 0 20 0 1 0 263780788 13324288 190 996147200 134512640 134550740 4294956016 18446744073709551615 2573098 0 0 4096 0 0 0 0 17 0 0 0
/proc/23884/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.102011 s]
/proc/loadavg: 2.11 2.04 2.01 4/75 23884
/proc/meminfo: memFree=1193104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=800744 CPUtime=0.04
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 2339 0 26 0 1 3 0 0 19 0 4 0 263780788 819961856 2102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 200186 2102 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301051 s]
/proc/loadavg: 2.11 2.04 2.01 4/75 23884
/proc/meminfo: memFree=1193104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=807800 CPUtime=0.21
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 4427 0 26 0 16 5 0 0 19 0 12 0 263780788 827187200 3781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 201950 3781 1294 9 0 199319 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 807800

[startup+0.701129 s]
/proc/loadavg: 2.11 2.04 2.01 4/75 23884
/proc/meminfo: memFree=1193104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=807828 CPUtime=0.57
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 5765 0 26 0 50 7 0 0 19 0 12 0 263780788 827215872 5117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 201957 5117 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 807828

[startup+1.50229 s]
/proc/loadavg: 2.11 2.04 2.01 3/87 23896
/proc/meminfo: memFree=1168112/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=809756 CPUtime=1.47
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 27286 0 26 0 128 19 0 0 19 0 12 0 263780788 829190144 25808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 202439 25811 1347 9 0 199801 0
[pid=23884/tid=23886] ppid=23882 vsize=809756 CPUtime=0.74
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 16955 0 1 0 61 13 0 0 25 0 12 0 263780795 829190144 25812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=809756 CPUtime=0.12
/proc/23884/task/23887/stat : 23887 (java) R 23882 23884 22449 0 -1 64 3816 0 0 0 10 2 0 0 17 0 12 0 263780796 829190144 25814 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=809756 CPUtime=0.12
/proc/23884/task/23888/stat : 23888 (java) R 23882 23884 22449 0 -1 64 4248 0 0 0 11 1 0 0 17 0 12 0 263780796 829190144 25816 996147200 134512640 134550740 4294956016 18446744073709551615 106548852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=809756 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 22449 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 263780799 829190144 25817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=809756 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 263780800 829190144 25819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=809756 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 263780800 829190144 25820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=809756 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 263780806 829190144 25822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=809756 CPUtime=0.25
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 1116 0 0 0 25 0 0 0 16 0 12 0 263780806 829190144 25823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=809756 CPUtime=0.19
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 420 0 0 0 19 0 0 0 16 0 12 0 263780806 829190144 25825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=809756 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 263780806 829190144 25827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=809756 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 263780806 829190144 25828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809756

[startup+3.10261 s]
/proc/loadavg: 2.18 2.06 2.01 4/87 23896
/proc/meminfo: memFree=1017712/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=812956 CPUtime=3.15
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 66548 0 26 0 276 39 0 0 19 0 12 0 263780788 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 203239 63560 1348 9 0 200601 0
[pid=23884/tid=23886] ppid=23882 vsize=812956 CPUtime=1.15
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 16958 0 1 0 102 13 0 0 17 0 12 0 263780795 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=812956 CPUtime=0.84
/proc/23884/task/23887/stat : 23887 (java) R 23882 23884 22449 0 -1 64 28128 0 0 0 70 14 0 0 17 0 12 0 263780796 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=812956 CPUtime=0.66
/proc/23884/task/23888/stat : 23888 (java) R 23882 23884 22449 0 -1 64 19188 0 0 0 57 9 0 0 20 0 12 0 263780796 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=812956 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 22449 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 263780799 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=812956 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 263780800 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=812956 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 263780800 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=812956 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 263780806 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=812956 CPUtime=0.25
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 1116 0 0 0 25 0 0 0 16 0 12 0 263780806 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=812956 CPUtime=0.19
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 420 0 0 0 19 0 0 0 16 0 12 0 263780806 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=812956 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 263780806 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=812956 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 263780806 832466944 63560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 812956

[startup+6.30222 s]
/proc/loadavg: 2.18 2.06 2.01 3/87 23896
/proc/meminfo: memFree=878448/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=816456 CPUtime=6.32
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 83905 0 26 0 584 48 0 0 19 0 12 0 263780788 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 204114 79937 1374 9 0 201476 0
[pid=23884/tid=23886] ppid=23882 vsize=816456 CPUtime=3.42
/proc/23884/task/23886/stat : 23886 (java) R 23882 23884 22449 0 -1 64 17273 0 1 0 329 13 0 0 25 0 12 0 263780795 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4109720979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=816456 CPUtime=1.22
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 37767 0 0 0 104 18 0 0 16 0 12 0 263780796 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=816456 CPUtime=0.81
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 24744 0 0 0 69 12 0 0 16 0 12 0 263780796 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=816456 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 22449 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 263780799 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=816456 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 263780800 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=816456 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 263780800 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=816456 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 263780806 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=816456 CPUtime=0.55
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 2955 0 0 0 54 1 0 0 16 0 12 0 263780806 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=816456 CPUtime=0.25
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 428 0 0 0 25 0 0 0 16 0 12 0 263780806 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=816456 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 263780806 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=816456 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 263780806 836050944 79937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 816456

[startup+12.7024 s]
/proc/loadavg: 2.55 2.14 2.04 3/87 23896
/proc/meminfo: memFree=805808/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=822980 CPUtime=12.85
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 106573 0 26 0 1226 59 0 0 19 0 12 0 263780788 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 205745 97154 1386 9 0 203107 0
[pid=23884/tid=23886] ppid=23882 vsize=822980 CPUtime=8.67
/proc/23884/task/23886/stat : 23886 (java) R 23882 23884 22449 0 -1 64 17300 0 1 0 854 13 0 0 25 0 12 0 263780795 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4109747271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=822980 CPUtime=1.42
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 46255 0 0 0 120 22 0 0 16 0 12 0 263780796 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=822980 CPUtime=1
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 31838 0 0 0 85 15 0 0 16 0 12 0 263780796 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=822980 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 22449 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 263780799 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=822980 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 263780800 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=822980 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 263780800 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=822980 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 263780806 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=822980 CPUtime=0.76
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 4800 0 0 0 74 2 0 0 16 0 12 0 263780806 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=822980 CPUtime=0.92
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 5642 0 0 0 90 2 0 0 16 0 12 0 263780806 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=822980 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 263780806 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=822980 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 263780806 842731520 97154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 822980

[startup+25.5029 s]
/proc/loadavg: 2.46 2.14 2.04 3/87 23896
/proc/meminfo: memFree=710576/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=822948 CPUtime=25.54
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 129349 0 26 0 2484 70 0 0 19 0 12 0 263780788 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 205737 119898 1386 9 0 203099 0
[pid=23884/tid=23886] ppid=23882 vsize=822948 CPUtime=20.53
/proc/23884/task/23886/stat : 23886 (java) R 23882 23884 22449 0 -1 64 17332 0 1 0 2039 14 0 0 25 0 12 0 263780795 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4109720904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=822948 CPUtime=1.75
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 58994 0 0 0 147 28 0 0 15 0 12 0 263780796 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=822948 CPUtime=1.32
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 41836 0 0 0 112 20 0 0 16 0 12 0 263780796 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=822948 CPUtime=0.02
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 22449 0 -1 64 3 0 0 0 2 0 0 0 15 0 12 0 263780799 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=822948 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 263780800 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=822948 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 263780800 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=822948 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 263780806 842698752 119898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.58 2.27 2.09 3/87 23896
/proc/meminfo: memFree=477104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=846956 CPUtime=203.79
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 637655 0 26 0 20037 342 0 0 19 0 12 0 263780788 867282944 180284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 211739 180293 1391 9 0 209101 0
[pid=23884/tid=23886] ppid=23882 vsize=846956 CPUtime=123.42
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 17622 0 1 0 12327 15 0 0 17 0 12 0 263780795 867282944 180299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=846956 CPUtime=4.31
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 81545 0 0 0 393 38 0 0 15 0 12 0 263780796 867282944 180306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=846956 CPUtime=3.89
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 75678 0 0 0 355 34 0 0 16 0 12 0 263780796 867282944 180313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=846956 CPUtime=70.25
/proc/23884/task/23889/stat : 23889 (java) R 23882 23884 22449 0 -1 64 451659 0 0 0 6778 247 0 0 25 0 12 0 263780799 867282944 180320 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=846956 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 263780800 867282944 180328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=846956 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 263780800 867282944 180335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=846956 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 263780806 867282944 180342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=846956 CPUtime=0.87
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 4807 0 0 0 85 2 0 0 16 0 12 0 263780806 867282944 180349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=846956 CPUtime=0.99
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 5642 0 0 0 97 2 0 0 17 0 12 0 263780806 867282944 180357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=846956 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 263780806 867282944 180364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=846956 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 263780806 867282944 180371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 846956

[startup+207.906 s]
/proc/loadavg: 2.54 2.26 2.09 3/88 23897
/proc/meminfo: memFree=477096/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=831276 CPUtime=206.99
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 651267 0 26 0 20349 350 0 0 19 0 13 0 263780788 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 207819 177323 1390 9 0 205181 0
[pid=23884/tid=23886] ppid=23882 vsize=831276 CPUtime=123.42
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 17625 0 1 0 12327 15 0 0 18 0 13 0 263780795 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=831276 CPUtime=4.31
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 81545 0 0 0 393 38 0 0 15 0 13 0 263780796 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=831276 CPUtime=3.89
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 75678 0 0 0 355 34 0 0 16 0 13 0 263780796 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=831276 CPUtime=73.43
/proc/23884/task/23889/stat : 23889 (java) R 23882 23884 22449 0 -1 64 465226 0 0 0 7089 254 0 0 25 0 13 0 263780799 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 103550500 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=831276 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 263780800 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=831276 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 263780800 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=831276 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 263780806 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=831276 CPUtime=0.87
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 4807 0 0 0 85 2 0 0 16 0 13 0 263780806 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=831276 CPUtime=0.99
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 5642 0 0 0 97 2 0 0 17 0 13 0 263780806 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=831276 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 263780806 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=831276 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 263780806 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23897] ppid=23882 vsize=831276 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 22449 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 263801418 851226624 177323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 206.99
Current children cumulated vsize (KiB) 831276

[startup+209.503 s]
/proc/loadavg: 2.54 2.26 2.09 3/88 23897
/proc/meminfo: memFree=485096/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=844404 CPUtime=208.58
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 664836 0 26 0 20501 357 0 0 19 0 13 0 263780788 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 211101 180605 1390 9 0 208463 0
[pid=23884/tid=23886] ppid=23882 vsize=844404 CPUtime=123.42
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 17625 0 1 0 12327 15 0 0 18 0 13 0 263780795 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=844404 CPUtime=4.31
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 81545 0 0 0 393 38 0 0 15 0 13 0 263780796 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=844404 CPUtime=3.89
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 75678 0 0 0 355 34 0 0 16 0 13 0 263780796 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=844404 CPUtime=75.02
/proc/23884/task/23889/stat : 23889 (java) R 23882 23884 22449 0 -1 64 478794 0 0 0 7241 261 0 0 25 0 13 0 263780799 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 106122255 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 263780800 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 263780800 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=844404 CPUtime=0.87
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 4807 0 0 0 85 2 0 0 16 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=844404 CPUtime=0.99
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 5642 0 0 0 97 2 0 0 17 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23897] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 22449 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 263801418 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.58
Current children cumulated vsize (KiB) 844404

[startup+211.102 s]
/proc/loadavg: 2.54 2.26 2.09 3/88 23897
/proc/meminfo: memFree=464104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=844404 CPUtime=210.18
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 673122 0 26 0 20657 361 0 0 19 0 13 0 263780788 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 211101 180605 1390 9 0 208463 0
[pid=23884/tid=23886] ppid=23882 vsize=844404 CPUtime=123.42
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 17625 0 1 0 12327 15 0 0 18 0 13 0 263780795 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=844404 CPUtime=4.31
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 81545 0 0 0 393 38 0 0 15 0 13 0 263780796 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=844404 CPUtime=3.89
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 75678 0 0 0 355 34 0 0 16 0 13 0 263780796 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=844404 CPUtime=76.62
/proc/23884/task/23889/stat : 23889 (java) R 23882 23884 22449 0 -1 64 487079 0 0 0 7397 265 0 0 25 0 13 0 263780799 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 105852592 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 263780800 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 263780800 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=844404 CPUtime=0.87
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 4807 0 0 0 85 2 0 0 16 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=844404 CPUtime=0.99
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 5642 0 0 0 97 2 0 0 17 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23897] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 263801418 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.18
Current children cumulated vsize (KiB) 844404

[startup+211.902 s]
/proc/loadavg: 2.54 2.26 2.09 3/88 23897
/proc/meminfo: memFree=464104/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=844404 CPUtime=210.97
/proc/23884/stat : 23884 (java) S 23882 23884 22449 0 -1 0 673122 0 26 0 20736 361 0 0 19 0 13 0 263780788 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 211101 180605 1390 9 0 208463 0
[pid=23884/tid=23886] ppid=23882 vsize=844404 CPUtime=123.42
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 22449 0 -1 64 17625 0 1 0 12327 15 0 0 18 0 13 0 263780795 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=844404 CPUtime=4.31
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 22449 0 -1 64 81545 0 0 0 393 38 0 0 15 0 13 0 263780796 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23888] ppid=23882 vsize=844404 CPUtime=3.89
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 22449 0 -1 64 75678 0 0 0 355 34 0 0 16 0 13 0 263780796 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23889] ppid=23882 vsize=844404 CPUtime=77.41
/proc/23884/task/23889/stat : 23889 (java) R 23882 23884 22449 0 -1 64 487079 0 0 0 7476 265 0 0 25 0 13 0 263780799 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23890] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 263780800 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23891] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 263780800 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23893] ppid=23882 vsize=844404 CPUtime=0.87
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 22449 0 -1 64 4807 0 0 0 85 2 0 0 16 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=844404 CPUtime=0.99
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 22449 0 -1 64 5642 0 0 0 97 2 0 0 17 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23895] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23895/stat : 23895 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 263780806 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23897] ppid=23882 vsize=844404 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 22449 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 263801418 864669696 180605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.97
Current children cumulated vsize (KiB) 844404

[startup+212.306 s]
/proc/loadavg: 2.49 2.26 2.09 3/87 23897
/proc/meminfo: memFree=485096/2055920 swapFree=4181000/4192956
[pid=23884] ppid=23882 vsize=0 CPUtime=211.36
/proc/23884/stat : 23884 (java) Z 23882 23884 22449 0 -1 12 673129 0 26 0 20772 364 0 0 16 0 2 0 263780788 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23884/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 211.36
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 212.375
CPU time (s): 211.438
CPU user time (s): 207.721
CPU system time (s): 3.71644
CPU usage (%): 99.5588
Max. virtual memory (cumulated for all children) (KiB): 859440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.721
system time used= 3.71643
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 673129
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9800
involuntary context switches= 9823

runsolver used 0.277957 second user time and 0.709892 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 05:26:21
IDJOB=1083476
IDBENCH=57479
IDSOLVER=344
FILE ID=node85/1083476-1215228380
PBS_JOBID= 7881839
Free space on /tmp= 126612 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-25.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-1083476-1215228380/watcher-1083476-1215228380 -o /tmp/evaluation-result-1083476-1215228380/solver-1083476-1215228380 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083476-1215228380.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38af2b06f564c2fa6a4a17a02adff205
RANDOM SEED=1632060091

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1193520 kB
Buffers:          7612 kB
Cached:         317912 kB
SwapCached:       5568 kB
Active:         765244 kB
Inactive:        47972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193520 kB
SwapTotal:     4192956 kB
SwapFree:      4181000 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:         495892 kB
Slab:            33684 kB
Committed_AS:  1170844 kB
PageTables:       2648 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= 126612 MiB
End job on node85 at 2008-07-05 05:29:53