Trace number 1081207

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) 294.01 294.985

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-3.xml
MD5SUMdac891c0d2b55f561c48b6bbb6283241
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 benchmark116.43
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1181
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.21/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.21/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.25	c See www.sat4j.org for details.
0.21/0.25	c That software uses the Rhino library from the Mozilla project.
0.21/0.29	c version 9.9.9.token
0.21/0.29	c sun.arch.data.model	32
0.21/0.29	c java.version	1.6.0_06
0.21/0.29	c os.name	Linux
0.21/0.29	c os.version	2.6.9-22.EL.rootsmp
0.21/0.29	c os.arch	i386
0.21/0.29	c Free memory 669864272
0.21/0.29	c Max memory 672137216
0.21/0.29	c Total memory 672137216
0.21/0.29	c Number of processors 2
0.34/0.32	c c --- Begin Solver configuration ---
0.34/0.32	c Stops conflict analysis at the first Unique Implication Point
0.34/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.32	c Learn all clauses as in MiniSAT
0.34/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.32	c Expensive reason simplification
0.34/0.32	c MiniSAT restarts strategy
0.34/0.32	c timeout=2147483s
0.34/0.32	c DB Simplification allowed=false
0.34/0.32	c --- End Solver configuration ---
0.34/0.32	c solving HOME/instance-1081207-1215215965.xml
0.34/0.33	c reading problem ... 
0.54/0.59	c reading problem named null
0.54/0.59	c reading domains done.
0.74/0.75	c reading variables done.
1.15/1.15	c reading predicates  done.
1.34/1.33	c reading constraints
288.69/289.69	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
290.79/291.78		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
290.79/291.78		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
290.79/291.78		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
290.79/291.78		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
290.79/291.78		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
290.79/291.78		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
290.79/291.78		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
290.79/291.78		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
290.79/291.78		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
290.79/291.78		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
290.79/291.78		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
290.79/291.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
290.79/291.78		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
290.79/291.78		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
290.79/291.78		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
290.79/291.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
290.79/291.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
290.79/291.78		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)

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-1081207-1215215965/watcher-1081207-1215215965 -o /tmp/evaluation-result-1081207-1215215965/solver-1081207-1215215965 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081207-1215215965.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.05 2.01 3/72 3545
/proc/meminfo: memFree=1679448/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=1804 CPUtime=0
/proc/3545/stat : 3545 (java6) D 3543 3545 979 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2000571833 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3545/statm: 451 155 111 9 0 93 0

[startup+0.0652431 s]
/proc/loadavg: 2.00 2.05 2.01 3/72 3545
/proc/meminfo: memFree=1679448/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=802236 CPUtime=0.05
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 2758 0 1 0 4 1 0 0 18 0 7 0 2000571833 821489664 2493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 200559 2493 1004 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101244 s]
/proc/loadavg: 2.00 2.05 2.01 3/72 3545
/proc/meminfo: memFree=1679448/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=804756 CPUtime=0.08
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 3156 0 1 0 7 1 0 0 18 0 12 0 2000571833 824070144 2887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 201189 2890 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301265 s]
/proc/loadavg: 2.00 2.05 2.01 3/72 3545
/proc/meminfo: memFree=1679448/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=808624 CPUtime=0.34
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 5191 0 1 0 31 3 0 0 18 0 12 0 2000571833 828030976 4535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 202156 4535 1310 9 0 199525 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808624

[startup+0.701301 s]
/proc/loadavg: 2.00 2.05 2.01 3/72 3545
/proc/meminfo: memFree=1679448/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=809472 CPUtime=0.74
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 6654 0 1 0 69 5 0 0 18 0 12 0 2000571833 828899328 5646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 202368 5646 1336 9 0 199730 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 809472

[startup+1.50238 s]
/proc/loadavg: 2.00 2.04 2.00 5/84 3557
/proc/meminfo: memFree=1653944/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=809184 CPUtime=1.54
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 20432 0 1 0 142 12 0 0 18 0 12 0 2000571833 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 202296 19138 1358 9 0 199658 0
[pid=3545/tid=3547] ppid=3543 vsize=809184 CPUtime=0.92
/proc/3545/task/3547/stat : 3547 (java) R 3543 3545 979 0 -1 64 17494 0 1 0 82 10 0 0 23 0 12 0 2000571834 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3548] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 2000571835 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3549] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2000571835 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3550] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3550/stat : 3550 (java) S 3543 3545 979 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000571837 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3551] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2000571838 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3552] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2000571838 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3553] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=809184 CPUtime=0.21
/proc/3545/task/3554/stat : 3554 (java) R 3543 3545 979 0 -1 64 519 0 0 0 21 0 0 0 16 0 12 0 2000571842 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 106082393 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=809184 CPUtime=0.37
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1657 0 0 0 37 0 0 0 16 0 12 0 2000571842 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000571842 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=809184 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000571842 828604416 19138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 809184

[startup+3.10253 s]
/proc/loadavg: 2.00 2.04 2.00 5/84 3557
/proc/meminfo: memFree=1568568/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819780 CPUtime=3.46
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 42032 0 1 0 325 21 0 0 18 0 12 0 2000571833 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204945 36606 1381 9 0 202307 0
[pid=3545/tid=3547] ppid=3543 vsize=819780 CPUtime=1.6
/proc/3545/task/3547/stat : 3547 (java) R 3543 3545 979 0 -1 64 17526 0 1 0 150 10 0 0 25 0 12 0 2000571834 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4109651657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819780 CPUtime=0.4
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 10426 0 0 0 37 3 0 0 16 0 12 0 2000571835 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819780 CPUtime=0.38
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 7247 0 0 0 35 3 0 0 16 0 12 0 2000571835 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3550/stat : 3550 (java) S 3543 3545 979 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000571837 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000571838 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000571838 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819780 CPUtime=0.59
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4372 0 0 0 58 1 0 0 16 0 12 0 2000571842 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819780 CPUtime=0.41
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1670 0 0 0 41 0 0 0 16 0 12 0 2000571842 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000571842 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000571842 839454720 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 819780

[startup+6.30184 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 3557
/proc/meminfo: memFree=1528768/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819780 CPUtime=6.65
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 46180 0 1 0 642 23 0 0 18 0 12 0 2000571833 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204945 40344 1386 9 0 202307 0
[pid=3545/tid=3547] ppid=3543 vsize=819780 CPUtime=4.16
/proc/3545/task/3547/stat : 3547 (java) R 3543 3545 979 0 -1 64 17533 0 1 0 406 10 0 0 25 0 12 0 2000571834 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4109881752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819780 CPUtime=0.52
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 10973 0 0 0 48 4 0 0 16 0 12 0 2000571835 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819780 CPUtime=0.54
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 10553 0 0 0 49 5 0 0 16 0 12 0 2000571835 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3550/stat : 3550 (java) S 3543 3545 979 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000571837 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000571838 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000571838 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819780 CPUtime=0.82
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 81 1 0 0 16 0 12 0 2000571842 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819780 CPUtime=0.56
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 56 0 0 0 16 0 12 0 2000571842 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000571842 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000571842 839454720 40344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 819780

[startup+12.7024 s]
/proc/loadavg: 2.22 2.09 2.02 3/84 3557
/proc/meminfo: memFree=1472320/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819780 CPUtime=13.03
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 60878 0 1 0 1274 29 0 0 18 0 12 0 2000571833 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204945 54864 1386 9 0 202307 0
[pid=3545/tid=3547] ppid=3543 vsize=819780 CPUtime=10.29
/proc/3545/task/3547/stat : 3547 (java) R 3543 3545 979 0 -1 64 17556 0 1 0 1019 10 0 0 25 0 12 0 2000571834 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4109768419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819780 CPUtime=0.64
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 18186 0 0 0 58 6 0 0 17 0 12 0 2000571835 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819780 CPUtime=0.64
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 18015 0 0 0 56 8 0 0 16 0 12 0 2000571835 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819780 CPUtime=0.01
/proc/3545/task/3550/stat : 3550 (java) S 3543 3545 979 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2000571837 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000571838 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000571838 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819780 CPUtime=0.82
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 81 1 0 0 16 0 12 0 2000571842 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819780 CPUtime=0.57
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 57 0 0 0 17 0 12 0 2000571842 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000571842 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819780 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000571842 839454720 54864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 819780

[startup+25.5027 s]
/proc/loadavg: 2.19 2.09 2.02 3/84 3557
/proc/meminfo: memFree=1376576/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=817296 CPUtime=25.78
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 83424 0 1 0 2541 37 0 0 18 0 12 0 2000571833 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204324 76770 1386 9 0 201686 0
[pid=3545/tid=3547] ppid=3543 vsize=817296 CPUtime=22.62
/proc/3545/task/3547/stat : 3547 (java) R 3543 3545 979 0 -1 64 17582 0 1 0 2252 10 0 0 25 0 12 0 2000571834 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4109768710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3548] ppid=3543 vsize=817296 CPUtime=0.82
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 28977 0 0 0 72 10 0 0 16 0 12 0 2000571835 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3549] ppid=3543 vsize=817296 CPUtime=0.82
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 29744 0 0 0 70 12 0 0 16 0 12 0 2000571835 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3550] ppid=3543 vsize=817296 CPUtime=0.01
/proc/3545/task/3550/stat : 3550 (java) S 3543 3545 979 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 2000571837 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3551] ppid=3543 vsize=817296 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000571838 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3552] ppid=3543 vsize=817296 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000571838 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3553] ppid=3543 vsize=817296 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 836911104 76770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+287.902 s]
/proc/loadavg: 2.47 2.19 2.06 4/84 3563
/proc/meminfo: memFree=985216/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819300 CPUtime=287
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 225078 0 1 0 28599 101 0 0 18 0 12 0 2000571833 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204825 174348 1390 9 0 202187 0
[pid=3545/tid=3547] ppid=3543 vsize=819300 CPUtime=235.35
/proc/3545/task/3547/stat : 3547 (java) R 3543 3545 979 0 -1 64 18071 0 1 0 23522 13 0 0 25 0 12 0 2000571834 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819300 CPUtime=4.36
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 73845 0 0 0 411 25 0 0 15 0 12 0 2000571835 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819300 CPUtime=4.44
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 81711 0 0 0 412 32 0 0 16 0 12 0 2000571835 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819300 CPUtime=41.34
/proc/3545/task/3550/stat : 3550 (java) R 3543 3545 979 0 -1 64 44360 0 0 0 4108 26 0 0 17 0 12 0 2000571837 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000571838 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000571838 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819300 CPUtime=0.85
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 84 1 0 0 16 0 12 0 2000571842 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819300 CPUtime=0.59
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 59 0 0 0 17 0 12 0 2000571842 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000571842 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000571842 838963200 174348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 287
Current children cumulated vsize (KiB) 819300

[startup+291.102 s]
/proc/loadavg: 2.47 2.19 2.06 3/84 3563
/proc/meminfo: memFree=985152/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819300 CPUtime=290.19
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 229093 0 1 0 28916 103 0 0 18 0 12 0 2000571833 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204825 174349 1390 9 0 202187 0
[pid=3545/tid=3547] ppid=3543 vsize=819300 CPUtime=235.39
/proc/3545/task/3547/stat : 3547 (java) S 3543 3545 979 0 -1 64 18078 0 1 0 23526 13 0 0 20 0 12 0 2000571834 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819300 CPUtime=4.36
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 73845 0 0 0 411 25 0 0 15 0 12 0 2000571835 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819300 CPUtime=4.44
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 81711 0 0 0 412 32 0 0 16 0 12 0 2000571835 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819300 CPUtime=44.48
/proc/3545/task/3550/stat : 3550 (java) R 3543 3545 979 0 -1 64 48368 0 0 0 4421 27 0 0 21 0 12 0 2000571837 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 106122404 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000571838 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000571838 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000571842 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819300 CPUtime=0.85
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 84 1 0 0 16 0 12 0 2000571842 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819300 CPUtime=0.59
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 59 0 0 0 17 0 12 0 2000571842 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000571842 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819300 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000571842 838963200 174349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 290.19
Current children cumulated vsize (KiB) 819300

[startup+292.702 s]
/proc/loadavg: 2.44 2.19 2.06 3/85 3564
/proc/meminfo: memFree=985144/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819624 CPUtime=291.77
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 230605 0 1 0 29074 103 0 0 18 0 13 0 2000571833 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204906 174355 1390 9 0 202268 0
[pid=3545/tid=3547] ppid=3543 vsize=819624 CPUtime=235.39
/proc/3545/task/3547/stat : 3547 (java) S 3543 3545 979 0 -1 64 18081 0 1 0 23526 13 0 0 20 0 13 0 2000571834 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819624 CPUtime=4.36
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 73845 0 0 0 411 25 0 0 15 0 13 0 2000571835 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819624 CPUtime=4.44
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 81711 0 0 0 412 32 0 0 16 0 13 0 2000571835 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819624 CPUtime=46.07
/proc/3545/task/3550/stat : 3550 (java) R 3543 3545 979 0 -1 64 49871 0 0 0 4579 28 0 0 25 0 13 0 2000571837 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 103550503 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2000571838 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000571838 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819624 CPUtime=0.85
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 84 1 0 0 16 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819624 CPUtime=0.59
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 59 0 0 0 17 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3564] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3564/stat : 3564 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000601012 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.77
Current children cumulated vsize (KiB) 819624

[startup+294.302 s]
/proc/loadavg: 2.44 2.19 2.06 3/85 3564
/proc/meminfo: memFree=985144/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819624 CPUtime=293.37
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 231609 0 1 0 29233 104 0 0 18 0 13 0 2000571833 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204906 174355 1390 9 0 202268 0
[pid=3545/tid=3547] ppid=3543 vsize=819624 CPUtime=235.39
/proc/3545/task/3547/stat : 3547 (java) S 3543 3545 979 0 -1 64 18081 0 1 0 23526 13 0 0 20 0 13 0 2000571834 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819624 CPUtime=4.36
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 73845 0 0 0 411 25 0 0 15 0 13 0 2000571835 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819624 CPUtime=4.44
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 81711 0 0 0 412 32 0 0 16 0 13 0 2000571835 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819624 CPUtime=47.67
/proc/3545/task/3550/stat : 3550 (java) R 3543 3545 979 0 -1 64 50873 0 0 0 4738 29 0 0 25 0 13 0 2000571837 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000571838 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000571838 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819624 CPUtime=0.85
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 84 1 0 0 16 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819624 CPUtime=0.59
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 59 0 0 0 17 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3564] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3564/stat : 3564 (java) S 3543 3545 979 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 2000601012 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.37
Current children cumulated vsize (KiB) 819624

[startup+294.702 s]
/proc/loadavg: 2.44 2.19 2.06 3/85 3564
/proc/meminfo: memFree=985144/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=819624 CPUtime=293.77
/proc/3545/stat : 3545 (java) S 3543 3545 979 0 -1 0 232111 0 1 0 29273 104 0 0 18 0 13 0 2000571833 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3545/statm: 204906 174355 1390 9 0 202268 0
[pid=3545/tid=3547] ppid=3543 vsize=819624 CPUtime=235.39
/proc/3545/task/3547/stat : 3547 (java) S 3543 3545 979 0 -1 64 18081 0 1 0 23526 13 0 0 20 0 13 0 2000571834 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3548] ppid=3543 vsize=819624 CPUtime=4.36
/proc/3545/task/3548/stat : 3548 (java) S 3543 3545 979 0 -1 64 73845 0 0 0 411 25 0 0 15 0 13 0 2000571835 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3549] ppid=3543 vsize=819624 CPUtime=4.44
/proc/3545/task/3549/stat : 3549 (java) S 3543 3545 979 0 -1 64 81711 0 0 0 412 32 0 0 16 0 13 0 2000571835 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3550] ppid=3543 vsize=819624 CPUtime=48.06
/proc/3545/task/3550/stat : 3550 (java) R 3543 3545 979 0 -1 64 51374 0 0 0 4777 29 0 0 25 0 13 0 2000571837 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3551] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3551/stat : 3551 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000571838 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3552] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3552/stat : 3552 (java) S 3543 3545 979 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000571838 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3553] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3553/stat : 3553 (java) S 3543 3545 979 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3554] ppid=3543 vsize=819624 CPUtime=0.85
/proc/3545/task/3554/stat : 3554 (java) S 3543 3545 979 0 -1 64 4632 0 0 0 84 1 0 0 16 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3555] ppid=3543 vsize=819624 CPUtime=0.59
/proc/3545/task/3555/stat : 3555 (java) S 3543 3545 979 0 -1 64 1698 0 0 0 59 0 0 0 17 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3556] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3556/stat : 3556 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3545/tid=3557] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3557/stat : 3557 (java) S 3543 3545 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000571842 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3545/tid=3564] ppid=3543 vsize=819624 CPUtime=0
/proc/3545/task/3564/stat : 3564 (java) S 3543 3545 979 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000601012 839294976 174355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.77
Current children cumulated vsize (KiB) 819624

[startup+294.903 s]
/proc/loadavg: 2.44 2.19 2.06 3/85 3564
/proc/meminfo: memFree=985144/2055920 swapFree=4180028/4192956
[pid=3545] ppid=3543 vsize=0 CPUtime=293.92
/proc/3545/stat : 3545 (java) Z 3543 3545 979 0 -1 12 232117 0 1 0 29285 107 0 0 16 0 2 0 2000571833 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3545/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 293.92
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 294.985
CPU time (s): 294.01
CPU user time (s): 292.851
CPU system time (s): 1.15882
CPU usage (%): 99.6695
Max. virtual memory (cumulated for all children) (KiB): 820144

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

runsolver used 0.386941 second user time and 0.992849 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 01:59:25
IDJOB=1081207
IDBENCH=57085
IDSOLVER=344
FILE ID=node4/1081207-1215215965
PBS_JOBID= 7881688
Free space on /tmp= 66504 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081207-1215215965/watcher-1081207-1215215965 -o /tmp/evaluation-result-1081207-1215215965/solver-1081207-1215215965 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081207-1215215965.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dac891c0d2b55f561c48b6bbb6283241
RANDOM SEED=1941161012

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679928 kB
Buffers:         69508 kB
Cached:         216032 kB
SwapCached:       6792 kB
Active:         226272 kB
Inactive:        91296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679928 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          40140 kB
Slab:            43564 kB
Committed_AS:  3408348 kB
PageTables:       1940 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= 66504 MiB
End job on node4 at 2008-07-05 02:04:20