Trace number 2080315

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? 332.529 332.779

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-95-5.xml
MD5SUM484892f9c69de742c864f4edd5e8898a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark244.907
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1185
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2080315-1247369658.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.58/0.63	c reading variables done.
0.98/1.08	c reading predicates  done.
1.18/1.28	c reading constraints
332.36/332.65	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
332.36/332.65		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
332.36/332.65		at org.mozilla.javascript.gen.c3.call(rhino.log)
332.36/332.65		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
332.36/332.65		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
332.36/332.65		at org.mozilla.javascript.gen.c3.call(rhino.log)
332.36/332.65		at org.mozilla.javascript.gen.c3.exec(rhino.log)
332.36/332.65		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
332.36/332.65		at org.sat4j.csp.Predicate.find(Unknown Source)
332.36/332.65		at org.sat4j.csp.Predicate.find(Unknown Source)
332.36/332.65		at org.sat4j.csp.Predicate.find(Unknown Source)
332.36/332.65		at org.sat4j.csp.Predicate.toClause(Unknown Source)
332.36/332.65		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
332.36/332.65		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
332.36/332.65		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
332.36/332.65		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
332.36/332.65		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
332.36/332.65		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
332.36/332.65		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
332.36/332.65		at org.sat4j.AbstractLauncher.run(Unknown Source)
332.36/332.65		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
332.36/332.65	c starts		: 0
332.36/332.65	c conflicts		: 0
332.36/332.65	c decisions		: 0
332.36/332.65	c propagations		: 0
332.36/332.65	c inspects		: 0
332.36/332.65	c learnt literals	: 0
332.36/332.65	c learnt binary clauses	: 0
332.36/332.65	c learnt ternary clauses	: 0
332.36/332.65	c learnt clauses	: 0
332.36/332.65	c ignored clauses	: 0
332.36/332.65	c root simplifications	: 0
332.36/332.65	c removed literals (reason simplification)	: 0
332.36/332.65	c reason swapping (by a shorter reason)	: 0
332.36/332.65	c Calls to reduceDB	: 0
332.36/332.65	c speed (assignments/second)	: 0.0
332.36/332.65	c non guided choices	0
332.36/332.66	c learnt constraints type 
332.36/332.66	c constraints type 
332.36/332.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 150057
332.36/332.66	c org.sat4j.minisat.constraints.card.AtLeast => 225
332.36/332.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10
332.36/332.66	s UNKNOWN
332.36/332.66	c Total wall clock time (in seconds) : 332.424

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080315-1247369658/watcher-2080315-1247369658 -o /tmp/evaluation-result-2080315-1247369658/solver-2080315-1247369658 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080315-1247369658.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: 1.96 2.01 2.08 3/84 24015
/proc/meminfo: memFree=1517528/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=1612 CPUtime=0
/proc/24015/stat : 24015 (java6) R 24013 24015 20697 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24026143 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/24015/statm: 403 150 114 9 0 45 0

[startup+0.0271219 s]
/proc/loadavg: 1.96 2.01 2.08 3/84 24015
/proc/meminfo: memFree=1517528/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=800544 CPUtime=0.01
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 2021 0 1 0 0 1 0 0 18 0 4 0 24026143 819757056 1768 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 200136 1776 691 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.101132 s]
/proc/loadavg: 1.96 2.01 2.08 3/84 24015
/proc/meminfo: memFree=1517528/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=804560 CPUtime=0.09
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 3048 0 1 0 7 2 0 0 18 0 12 0 24026143 823869440 2791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 201140 2791 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301161 s]
/proc/loadavg: 1.96 2.01 2.08 3/84 24015
/proc/meminfo: memFree=1517528/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=805896 CPUtime=0.29
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 4399 0 1 0 26 3 0 0 18 0 12 0 24026143 825237504 4136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 201474 4136 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805896

[startup+0.701224 s]
/proc/loadavg: 1.96 2.01 2.08 3/84 24015
/proc/meminfo: memFree=1517528/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=808424 CPUtime=0.69
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 7339 0 1 0 64 5 0 0 18 0 12 0 24026143 827826176 6307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202106 6318 1389 9 0 199433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808424

[startup+1.50233 s]
/proc/loadavg: 1.96 2.01 2.08 3/96 24027
/proc/meminfo: memFree=1476472/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=809512 CPUtime=1.49
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 20367 0 1 0 137 12 0 0 18 0 12 0 24026143 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202378 19044 1397 9 0 199705 0
[pid=24015/tid=24017] ppid=24013 vsize=809512 CPUtime=0.88
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17052 0 1 0 78 10 0 0 25 0 12 0 24026144 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24026145 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24026145 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24020/stat : 24020 (java) S 24013 24015 20697 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24026147 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24026147 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24026147 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=809512 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=809512 CPUtime=0.55
/proc/24015/task/24025/stat : 24025 (java) R 24013 24015 20697 0 -1 64 2312 0 0 0 54 1 0 0 16 0 12 0 24026152 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 105708243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=809512 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 828940288 19044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809512

[startup+3.10256 s]
/proc/loadavg: 1.96 2.01 2.08 4/96 24027
/proc/meminfo: memFree=1402808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=810500 CPUtime=3.19
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 35920 0 1 0 301 18 0 0 18 0 12 0 24026143 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202625 34025 1432 9 0 199952 0
[pid=24015/tid=24017] ppid=24013 vsize=810500 CPUtime=1.77
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17205 0 1 0 167 10 0 0 25 0 12 0 24026144 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4109606308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=810500 CPUtime=0.28
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 8127 0 0 0 24 4 0 0 16 0 12 0 24026145 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=810500 CPUtime=0.22
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 6457 0 0 0 21 1 0 0 16 0 12 0 24026145 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=810500 CPUtime=0
/proc/24015/task/24020/stat : 24020 (java) S 24013 24015 20697 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24026147 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=810500 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=810500 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=810500 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=810500 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=810500 CPUtime=0.84
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3118 0 0 0 83 1 0 0 16 0 12 0 24026152 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=810500 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810500 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 829952000 34025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 810500

[startup+6.30302 s]
/proc/loadavg: 2.12 2.04 2.09 3/96 24027
/proc/meminfo: memFree=1375232/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=809860 CPUtime=6.39
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 41314 0 1 0 619 20 0 0 18 0 12 0 24026143 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202465 39256 1433 9 0 199792 0
[pid=24015/tid=24017] ppid=24013 vsize=809860 CPUtime=4.29
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17216 0 1 0 419 10 0 0 25 0 12 0 24026144 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4109798351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=809860 CPUtime=0.49
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 11540 0 0 0 44 5 0 0 16 0 12 0 24026145 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=809860 CPUtime=0.46
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 8404 0 0 0 44 2 0 0 16 0 12 0 24026145 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24020/stat : 24020 (java) S 24013 24015 20697 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24026147 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=809860 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=809860 CPUtime=1.07
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3141 0 0 0 106 1 0 0 16 0 12 0 24026152 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 829296640 39256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 829296640 39256 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) 809860

[startup+12.7029 s]
/proc/loadavg: 2.11 2.04 2.09 3/96 24027
/proc/meminfo: memFree=1328768/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=809860 CPUtime=12.8
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 52103 0 1 0 1255 25 0 0 18 0 12 0 24026143 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202465 49866 1433 9 0 199792 0
[pid=24015/tid=24017] ppid=24013 vsize=809860 CPUtime=10.44
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17239 0 1 0 1034 10 0 0 25 0 12 0 24026144 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4109797886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=809860 CPUtime=0.59
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 16596 0 0 0 52 7 0 0 16 0 12 0 24026145 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=809860 CPUtime=0.57
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 14114 0 0 0 53 4 0 0 16 0 12 0 24026145 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=809860 CPUtime=0.01
/proc/24015/task/24020/stat : 24020 (java) S 24013 24015 20697 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24026147 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=809860 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=809860 CPUtime=1.09
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3141 0 0 0 108 1 0 0 17 0 12 0 24026152 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=809860 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 829296640 49866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 809860

[startup+25.5027 s]
/proc/loadavg: 2.08 2.03 2.09 3/96 24027
/proc/meminfo: memFree=1240064/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=809356 CPUtime=25.58
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 72986 0 1 0 2526 32 0 0 18 0 12 0 24026143 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202339 70548 1433 9 0 199666 0
[pid=24015/tid=24017] ppid=24013 vsize=809356 CPUtime=22.82
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17263 0 1 0 2272 10 0 0 25 0 12 0 24026144 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4109798247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=809356 CPUtime=0.77
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 27443 0 0 0 66 11 0 0 15 0 12 0 24026145 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=809356 CPUtime=0.77
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 24126 0 0 0 70 7 0 0 16 0 12 0 24026145 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=809356 CPUtime=0.01
/proc/24015/task/24020/stat : 24020 (java) S 24013 24015 20697 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24026147 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=809356 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=809356 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=809356 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 828780544 70548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=809356 CPUtime=0.04

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

[pid=24015/tid=24026] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.67
Current children cumulated vsize (KiB) 810656

[startup+326.302 s]
/proc/loadavg: 2.58 2.20 2.13 4/96 24027
/proc/meminfo: memFree=823808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=810656 CPUtime=326.07
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 216954 0 1 0 32503 104 0 0 18 0 12 0 24026143 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202664 172164 1437 9 0 199991 0
[pid=24015/tid=24017] ppid=24013 vsize=810656 CPUtime=274.76
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17821 0 1 0 27464 12 0 0 25 0 12 0 24026144 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=810656 CPUtime=5.21
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 77854 0 0 0 487 34 0 0 16 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=810656 CPUtime=4.93
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 74984 0 0 0 464 29 0 0 15 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=810656 CPUtime=39.93
/proc/24015/task/24020/stat : 24020 (java) R 24013 24015 20697 0 -1 64 42152 0 0 0 3967 26 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=810656 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=810656 CPUtime=1.14
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3143 0 0 0 113 1 0 0 17 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 326.07
Current children cumulated vsize (KiB) 810656

[startup+329.503 s]
/proc/loadavg: 2.58 2.20 2.13 4/96 24027
/proc/meminfo: memFree=823808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=810656 CPUtime=329.27
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 220468 0 1 0 32821 106 0 0 18 0 12 0 24026143 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202664 172164 1437 9 0 199991 0
[pid=24015/tid=24017] ppid=24013 vsize=810656 CPUtime=275.08
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17828 0 1 0 27496 12 0 0 25 0 12 0 24026144 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=810656 CPUtime=5.21
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 77854 0 0 0 487 34 0 0 16 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=810656 CPUtime=4.93
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 74984 0 0 0 464 29 0 0 15 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=810656 CPUtime=42.81
/proc/24015/task/24020/stat : 24020 (java) R 24013 24015 20697 0 -1 64 45659 0 0 0 4253 28 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=810656 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=810656 CPUtime=1.14
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3143 0 0 0 113 1 0 0 17 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 329.27
Current children cumulated vsize (KiB) 810656

[startup+331.108 s]
/proc/loadavg: 2.62 2.21 2.13 5/96 24027
/proc/meminfo: memFree=823808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=810656 CPUtime=330.87
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 221974 0 1 0 32980 107 0 0 18 0 12 0 24026143 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202664 172164 1437 9 0 199991 0
[pid=24015/tid=24017] ppid=24013 vsize=810656 CPUtime=275.19
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17831 0 1 0 27507 12 0 0 25 0 12 0 24026144 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=810656 CPUtime=5.21
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 77854 0 0 0 487 34 0 0 16 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=810656 CPUtime=4.93
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 74984 0 0 0 464 29 0 0 15 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=810656 CPUtime=44.3
/proc/24015/task/24020/stat : 24020 (java) R 24013 24015 20697 0 -1 64 47162 0 0 0 4401 29 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 104187929 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=810656 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=810656 CPUtime=1.14
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3143 0 0 0 113 1 0 0 17 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 330.87
Current children cumulated vsize (KiB) 810656

[startup+331.901 s]
/proc/loadavg: 2.62 2.21 2.13 5/96 24027
/proc/meminfo: memFree=823808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=810656 CPUtime=331.66
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 222980 0 1 0 33058 108 0 0 18 0 12 0 24026143 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202664 172164 1436 9 0 199991 0
[pid=24015/tid=24017] ppid=24013 vsize=810656 CPUtime=275.26
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17835 0 1 0 27514 12 0 0 25 0 12 0 24026144 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=810656 CPUtime=5.21
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 77854 0 0 0 487 34 0 0 16 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=810656 CPUtime=4.93
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 74984 0 0 0 464 29 0 0 15 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=810656 CPUtime=45.02
/proc/24015/task/24020/stat : 24020 (java) R 24013 24015 20697 0 -1 64 48164 0 0 0 4473 29 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 106158056 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=810656 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=810656 CPUtime=1.14
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3143 0 0 0 113 1 0 0 17 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 331.66
Current children cumulated vsize (KiB) 810656

[startup+332.301 s]
/proc/loadavg: 2.62 2.21 2.13 4/96 24027
/proc/meminfo: memFree=823808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=810656 CPUtime=332.06
/proc/24015/stat : 24015 (java) S 24013 24015 20697 0 -1 0 222980 0 1 0 33098 108 0 0 18 0 12 0 24026143 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 202664 172164 1436 9 0 199991 0
[pid=24015/tid=24017] ppid=24013 vsize=810656 CPUtime=275.26
/proc/24015/task/24017/stat : 24017 (java) R 24013 24015 20697 0 -1 64 17835 0 1 0 27514 12 0 0 25 0 12 0 24026144 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24018] ppid=24013 vsize=810656 CPUtime=5.21
/proc/24015/task/24018/stat : 24018 (java) S 24013 24015 20697 0 -1 64 77854 0 0 0 487 34 0 0 16 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24019] ppid=24013 vsize=810656 CPUtime=4.93
/proc/24015/task/24019/stat : 24019 (java) S 24013 24015 20697 0 -1 64 74984 0 0 0 464 29 0 0 15 0 12 0 24026145 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24020] ppid=24013 vsize=810656 CPUtime=45.42
/proc/24015/task/24020/stat : 24020 (java) R 24013 24015 20697 0 -1 64 48164 0 0 0 4513 29 0 0 17 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24021] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24021/stat : 24021 (java) S 24013 24015 20697 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24022] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24013 24015 20697 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24026147 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24023] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24024] ppid=24013 vsize=810656 CPUtime=0.04
/proc/24015/task/24024/stat : 24024 (java) S 24013 24015 20697 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24025] ppid=24013 vsize=810656 CPUtime=1.14
/proc/24015/task/24025/stat : 24025 (java) S 24013 24015 20697 0 -1 64 3143 0 0 0 113 1 0 0 17 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24026] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24026/stat : 24026 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24015/tid=24027] ppid=24013 vsize=810656 CPUtime=0
/proc/24015/task/24027/stat : 24027 (java) S 24013 24015 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24026152 830111744 172164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 332.06
Current children cumulated vsize (KiB) 810656

[startup+332.702 s]
/proc/loadavg: 2.62 2.21 2.13 4/96 24027
/proc/meminfo: memFree=823808/2055920 swapFree=4192812/4192956
[pid=24015] ppid=24013 vsize=0 CPUtime=332.44
/proc/24015/stat : 24015 (java) Z 24013 24015 20697 0 -1 12 222995 0 1 0 33134 110 0 0 16 0 2 0 24026143 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24015/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 332.44
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 332.779
CPU time (s): 332.529
CPU user time (s): 331.348
CPU system time (s): 1.18182
CPU usage (%): 99.925
Max. virtual memory (cumulated for all children) (KiB): 810752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.348
system time used= 1.18182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222995
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= 16985
involuntary context switches= 14993

runsolver used 0.509922 second user time and 1.03984 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 05:34:18
IDJOB=2080315
IDBENCH=57057
IDSOLVER=731
FILE ID=node49/2080315-1247369658
PBS_JOBID= 9507076
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= 484892f9c69de742c864f4edd5e8898a
RANDOM SEED=424971981

node49.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.232
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.232
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:       1518008 kB
Buffers:         51696 kB
Cached:         180388 kB
SwapCached:          0 kB
Active:         374100 kB
Inactive:        99300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         257004 kB
Slab:            49148 kB
Committed_AS:   900396 kB
PageTables:       2208 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= 66420 MiB
End job on node49 at 2009-07-12 05:39:51