Trace number 2080304

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 2.1.1? (exit code) 339.251 340.556

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-4.xml
MD5SUMcc1626b385ab160ac31e70a43bb38e50
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 benchmark4.03239
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1298
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

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2080304-1247369631.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.58/0.67	c reading variables done.
1.50/1.49	c reading predicates  done.
1.72/1.70	c reading constraints
334.78/336.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
336.87/338.18		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
336.87/338.18		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
336.87/338.18		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
336.87/338.18		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
336.87/338.18		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
336.87/338.18		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
336.87/338.18		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
336.87/338.18		at org.sat4j.csp.Predicate.toClause(Unknown Source)
336.87/338.18		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
336.87/338.18		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
336.87/338.18		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
336.87/338.18		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
336.87/338.18		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
336.87/338.18		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
336.87/338.18		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
336.87/338.18		at org.sat4j.AbstractLauncher.run(Unknown Source)
336.87/338.18		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
339.04/340.31	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
339.04/340.31		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
339.04/340.31		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
339.04/340.31		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
339.04/340.31		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080304-1247369631/watcher-2080304-1247369631 -o /tmp/evaluation-result-2080304-1247369631/solver-2080304-1247369631 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080304-1247369631.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.37 2.21 4/84 25175
/proc/meminfo: memFree=1055952/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=18576 CPUtime=0
/proc/25175/stat : 25175 (runsolver) R 25173 25175 23974 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24028106 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25175/statm: 4644 284 249 26 0 2626 0

[startup+0.0853501 s]
/proc/loadavg: 2.25 2.37 2.21 4/84 25175
/proc/meminfo: memFree=1055952/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=802164 CPUtime=0.07
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 2827 0 1 0 5 2 0 0 20 0 7 0 24028106 821415936 2572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 200541 2572 1037 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101353 s]
/proc/loadavg: 2.25 2.37 2.21 4/84 25175
/proc/meminfo: memFree=1055952/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=804428 CPUtime=0.08
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 2971 0 1 0 6 2 0 0 20 0 12 0 24028106 823734272 2714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 201107 2714 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.30139 s]
/proc/loadavg: 2.25 2.37 2.21 4/84 25175
/proc/meminfo: memFree=1055952/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=805888 CPUtime=0.28
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 4366 0 1 0 24 4 0 0 20 0 12 0 24028106 825229312 4103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 201472 4103 1359 9 0 198799 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805888

[startup+0.701461 s]
/proc/loadavg: 2.25 2.37 2.21 4/84 25175
/proc/meminfo: memFree=1055952/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=808416 CPUtime=0.68
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 6265 0 1 0 64 4 0 0 20 0 12 0 24028106 827817984 5232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202104 5232 1388 9 0 199431 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808416

[startup+1.50161 s]
/proc/loadavg: 2.31 2.38 2.21 3/96 25187
/proc/meminfo: memFree=1030832/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=808416 CPUtime=1.61
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 31635 0 1 0 143 18 0 0 20 0 12 0 24028106 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202104 30496 1401 9 0 199431 0
[pid=25175/tid=25177] ppid=25173 vsize=808416 CPUtime=0.66
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 23974 0 -1 64 16881 0 1 0 56 10 0 0 24 0 12 0 24028107 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4159460982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=808416 CPUtime=0.27
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 6724 0 0 0 23 4 0 0 19 0 12 0 24028108 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=808416 CPUtime=0.18
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 5270 0 0 0 16 2 0 0 18 0 12 0 24028108 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=808416 CPUtime=0
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24028110 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=808416 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24028111 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=808416 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=808416 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=808416 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24028115 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=808416 CPUtime=0.43
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 1717 0 0 0 43 0 0 0 17 0 12 0 24028115 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=808416 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=808416 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24028116 827817984 30496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 808416

[startup+3.10291 s]
/proc/loadavg: 2.31 2.38 2.21 4/96 25187
/proc/meminfo: memFree=935344/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=810460 CPUtime=3.2
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 37159 0 1 0 298 22 0 0 20 0 12 0 24028106 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202615 35050 1432 9 0 199942 0
[pid=25175/tid=25177] ppid=25173 vsize=810460 CPUtime=1.64
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 23974 0 -1 64 17205 0 1 0 153 11 0 0 25 0 12 0 24028107 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4109687192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=810460 CPUtime=0.32
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 8406 0 0 0 27 5 0 0 17 0 12 0 24028108 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=810460 CPUtime=0.26
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 7230 0 0 0 23 3 0 0 17 0 12 0 24028108 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=810460 CPUtime=0
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 23974 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24028110 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=810460 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24028111 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=810460 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=810460 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=810460 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24028115 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=810460 CPUtime=0.89
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3273 0 0 0 88 1 0 0 17 0 12 0 24028115 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=810460 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=810460 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24028116 829911040 35050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 810460

[startup+6.30151 s]
/proc/loadavg: 2.31 2.38 2.21 5/96 25187
/proc/meminfo: memFree=915248/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=808976 CPUtime=6.39
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 40690 0 1 0 614 25 0 0 20 0 12 0 24028106 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202244 38210 1433 9 0 199571 0
[pid=25175/tid=25177] ppid=25173 vsize=808976 CPUtime=4.12
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 23974 0 -1 64 17213 0 1 0 401 11 0 0 25 0 12 0 24028107 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4109800079 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=808976 CPUtime=0.49
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 9904 0 0 0 43 6 0 0 16 0 12 0 24028108 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=808976 CPUtime=0.53
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 9232 0 0 0 49 4 0 0 16 0 12 0 24028108 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 23974 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24028110 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24028111 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=808976 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24028115 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=808976 CPUtime=1.15
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3296 0 0 0 114 1 0 0 16 0 12 0 24028115 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24028116 828391424 38210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 808976

[startup+12.7027 s]
/proc/loadavg: 2.26 2.37 2.21 3/96 25187
/proc/meminfo: memFree=866032/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=808976 CPUtime=12.75
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 52041 0 1 0 1245 30 0 0 20 0 12 0 24028106 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202244 49539 1433 9 0 199571 0
[pid=25175/tid=25177] ppid=25173 vsize=808976 CPUtime=10.13
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 23974 0 -1 64 17236 0 1 0 1002 11 0 0 25 0 12 0 24028107 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4109626156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=808976 CPUtime=0.61
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 13442 0 0 0 54 7 0 0 16 0 12 0 24028108 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=808976 CPUtime=0.75
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 17022 0 0 0 67 8 0 0 16 0 12 0 24028108 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=808976 CPUtime=0.01
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 23974 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24028110 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24028111 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=808976 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24028115 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=808976 CPUtime=1.15
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3296 0 0 0 114 1 0 0 17 0 12 0 24028115 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=808976 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24028116 828391424 49539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 808976

[startup+25.5011 s]
/proc/loadavg: 2.22 2.35 2.21 3/93 25223
/proc/meminfo: memFree=1413776/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=808612 CPUtime=25.46
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 70398 0 1 0 2510 36 0 0 20 0 12 0 24028106 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202153 67092 1433 9 0 199480 0
[pid=25175/tid=25177] ppid=25173 vsize=808612 CPUtime=22.48
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 23974 0 -1 64 17261 0 1 0 2237 11 0 0 25 0 12 0 24028107 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4109800627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=808612 CPUtime=0.8
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 23599 0 0 0 70 10 0 0 15 0 12 0 24028108 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=808612 CPUtime=0.88
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 25197 0 0 0 77 11 0 0 16 0 12 0 24028108 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=808612 CPUtime=0.01
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 23974 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24028110 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=808612 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24028111 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=808612 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=808612 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 828018688 67092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=808612 CPUtime=0.04

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


[startup+332.703 s]
/proc/loadavg: 2.46 2.31 2.21 4/96 25304
/proc/meminfo: memFree=392968/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=813640 CPUtime=331.52
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 305206 0 1 0 33008 144 0 0 20 0 12 0 24028106 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 203410 172654 1437 9 0 200737 0
[pid=25175/tid=25177] ppid=25173 vsize=813640 CPUtime=279.55
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 23974 0 -1 64 17826 0 1 0 27940 15 0 0 25 0 12 0 24028107 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25178] ppid=25173 vsize=813640 CPUtime=4.98
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 78430 0 0 0 465 33 0 0 16 0 12 0 24028108 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25179] ppid=25173 vsize=813640 CPUtime=5.09
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 75193 0 0 0 476 33 0 0 15 0 12 0 24028108 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25180] ppid=25173 vsize=813640 CPUtime=40.59
/proc/25175/task/25180/stat : 25180 (java) R 25173 25175 23974 0 -1 64 129425 0 0 0 4000 59 0 0 16 0 12 0 24028110 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25181] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24028111 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=813640 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=813640 CPUtime=1.21
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3298 0 0 0 120 1 0 0 17 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24028116 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 331.52
Current children cumulated vsize (KiB) 813640

[startup+335.901 s]
/proc/loadavg: 2.46 2.31 2.21 6/96 25304
/proc/meminfo: memFree=392968/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=813640 CPUtime=334.68
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 314222 0 1 0 33320 148 0 0 20 0 12 0 24028106 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 203410 172654 1437 9 0 200737 0
[pid=25175/tid=25177] ppid=25173 vsize=813640 CPUtime=279.78
/proc/25175/task/25177/stat : 25177 (java) S 25173 25175 23974 0 -1 64 17830 0 1 0 27963 15 0 0 25 0 12 0 24028107 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25178] ppid=25173 vsize=813640 CPUtime=4.98
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 78430 0 0 0 465 33 0 0 16 0 12 0 24028108 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25179] ppid=25173 vsize=813640 CPUtime=5.09
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 75193 0 0 0 476 33 0 0 15 0 12 0 24028108 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25180] ppid=25173 vsize=813640 CPUtime=43.53
/proc/25175/task/25180/stat : 25180 (java) R 25173 25175 23974 0 -1 64 138437 0 0 0 4290 63 0 0 18 0 12 0 24028110 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 104187904 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25181] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24028111 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24028111 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=813640 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=813640 CPUtime=1.21
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3298 0 0 0 120 1 0 0 17 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24028115 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=813640 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24028116 833167360 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.68
Current children cumulated vsize (KiB) 813640

[startup+339.103 s]
/proc/loadavg: 2.43 2.31 2.21 3/97 25305
/proc/meminfo: memFree=392960/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=811964 CPUtime=337.85
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 323750 0 1 0 33633 152 0 0 20 0 13 0 24028106 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 202991 172161 1436 9 0 200318 0
[pid=25175/tid=25177] ppid=25173 vsize=811964 CPUtime=279.79
/proc/25175/task/25177/stat : 25177 (java) S 25173 25175 23974 0 -1 64 17838 0 1 0 27964 15 0 0 21 0 13 0 24028107 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25178] ppid=25173 vsize=811964 CPUtime=4.98
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 78430 0 0 0 465 33 0 0 16 0 13 0 24028108 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25179] ppid=25173 vsize=811964 CPUtime=5.09
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 75193 0 0 0 476 33 0 0 15 0 13 0 24028108 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25180] ppid=25173 vsize=811964 CPUtime=46.69
/proc/25175/task/25180/stat : 25180 (java) R 25173 25175 23974 0 -1 64 147950 0 0 0 4602 67 0 0 25 0 13 0 24028110 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 105696754 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25181] ppid=25173 vsize=811964 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24028111 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25182] ppid=25173 vsize=811964 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24028111 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25183] ppid=25173 vsize=811964 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24028115 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=811964 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 13 0 24028115 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=811964 CPUtime=1.21
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3298 0 0 0 120 1 0 0 17 0 13 0 24028115 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=811964 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24028115 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=811964 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24028116 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25305] ppid=25173 vsize=811964 CPUtime=0
/proc/25175/task/25305/stat : 25305 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24061924 831451136 172161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 337.85
Current children cumulated vsize (KiB) 811964

[startup+339.907 s]
/proc/loadavg: 2.43 2.31 2.21 3/97 25305
/proc/meminfo: memFree=392960/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=813964 CPUtime=338.65
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 326254 0 1 0 33711 154 0 0 20 0 13 0 24028106 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 203491 172661 1436 9 0 200818 0
[pid=25175/tid=25177] ppid=25173 vsize=813964 CPUtime=279.79
/proc/25175/task/25177/stat : 25177 (java) S 25173 25175 23974 0 -1 64 17838 0 1 0 27964 15 0 0 21 0 13 0 24028107 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25178] ppid=25173 vsize=813964 CPUtime=4.98
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 78430 0 0 0 465 33 0 0 16 0 13 0 24028108 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25179] ppid=25173 vsize=813964 CPUtime=5.09
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 75193 0 0 0 476 33 0 0 15 0 13 0 24028108 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25180] ppid=25173 vsize=813964 CPUtime=47.48
/proc/25175/task/25180/stat : 25180 (java) R 25173 25175 23974 0 -1 64 150453 0 0 0 4680 68 0 0 25 0 13 0 24028110 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25181] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24028111 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25182] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24028111 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25183] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=813964 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=813964 CPUtime=1.21
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3298 0 0 0 120 1 0 0 17 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24028116 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25305] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25305/stat : 25305 (java) S 25173 25175 23974 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24061924 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 338.65
Current children cumulated vsize (KiB) 813964

[startup+340.302 s]
/proc/loadavg: 2.43 2.31 2.21 3/97 25305
/proc/meminfo: memFree=392960/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=813964 CPUtime=339.04
/proc/25175/stat : 25175 (java) S 25173 25175 23974 0 -1 0 326254 0 1 0 33750 154 0 0 20 0 13 0 24028106 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25175/statm: 203491 172661 1436 9 0 200818 0
[pid=25175/tid=25177] ppid=25173 vsize=813964 CPUtime=279.79
/proc/25175/task/25177/stat : 25177 (java) S 25173 25175 23974 0 -1 64 17838 0 1 0 27964 15 0 0 21 0 13 0 24028107 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25178] ppid=25173 vsize=813964 CPUtime=4.98
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 23974 0 -1 64 78430 0 0 0 465 33 0 0 16 0 13 0 24028108 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25179] ppid=25173 vsize=813964 CPUtime=5.09
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 23974 0 -1 64 75193 0 0 0 476 33 0 0 15 0 13 0 24028108 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25180] ppid=25173 vsize=813964 CPUtime=47.87
/proc/25175/task/25180/stat : 25180 (java) R 25173 25175 23974 0 -1 64 150453 0 0 0 4719 68 0 0 25 0 13 0 24028110 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 23974 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24028111 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25182] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 23974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24028111 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25183] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=813964 CPUtime=0.04
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 23974 0 -1 64 292 0 0 0 4 0 0 0 18 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=813964 CPUtime=1.21
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 23974 0 -1 64 3298 0 0 0 120 1 0 0 17 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24028115 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 23974 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24028116 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25175/tid=25305] ppid=25173 vsize=813964 CPUtime=0
/proc/25175/task/25305/stat : 25305 (java) S 25173 25175 23974 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24061924 833499136 172661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 813964

[startup+340.502 s]
/proc/loadavg: 2.43 2.31 2.21 3/97 25305
/proc/meminfo: memFree=392960/2055920 swapFree=4192812/4192956
[pid=25175] ppid=25173 vsize=0 CPUtime=339.19
/proc/25175/stat : 25175 (java) Z 25173 25175 23974 0 -1 12 326261 0 1 0 33761 158 0 0 16 0 2 0 24028106 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25175/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 339.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 340.556
CPU time (s): 339.251
CPU user time (s): 337.611
CPU system time (s): 1.64075
CPU usage (%): 99.6169
Max. virtual memory (cumulated for all children) (KiB): 815644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 337.611
system time used= 1.64075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326261
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= 17289
involuntary context switches= 15157

runsolver used 0.471928 second user time and 1.11383 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 05:33:51
IDJOB=2080304
IDBENCH=57056
IDSOLVER=731
FILE ID=node82/2080304-1247369631
PBS_JOBID= 9507113
Free space on /tmp= 66192 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-105-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080304-1247369631/watcher-2080304-1247369631 -o /tmp/evaluation-result-2080304-1247369631/solver-2080304-1247369631 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080304-1247369631.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cc1626b385ab160ac31e70a43bb38e50
RANDOM SEED=954227947

node82.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.265
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.265
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:       1056368 kB
Buffers:         41868 kB
Cached:         172332 kB
SwapCached:          0 kB
Active:         850084 kB
Inactive:        83292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1056368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         732700 kB
Slab:            49924 kB
Committed_AS:   892836 kB
PageTables:       3252 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node82 at 2009-07-12 05:39:32