Trace number 2083318

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? 487.453 491.872

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-4.xml
MD5SUM5bbba61bcb8f32abe3947428d8a4279f
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 benchmark23.7514
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.13	c That software uses the Rhino library from the Mozilla project.
0.12/0.15	c version 2.1.1.v20090622
0.12/0.15	c sun.arch.data.model	32
0.12/0.15	c java.version	1.6.0_12
0.12/0.15	c os.name	Linux
0.12/0.15	c os.version	2.6.9-22.EL.rootsmp
0.12/0.15	c os.arch	i386
0.12/0.15	c Free memory 671000808
0.12/0.15	c Max memory 672137216
0.12/0.15	c Total memory 672137216
0.12/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2083318-1247377193.xml
0.19/0.24	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.78/0.82	c reading variables done.
1.19/1.24	c reading predicates  done.
1.37/1.46	c reading constraints
487.32/491.71	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
487.32/491.71		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
487.32/491.71		at org.mozilla.javascript.gen.c1._c2(predefinedfunctions.js:5)
487.32/491.71		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
487.32/491.71		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
487.32/491.71		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
487.32/491.71		at org.mozilla.javascript.gen.c2.call(rhino.log)
487.32/491.71		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
487.32/491.71		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
487.32/491.71		at org.mozilla.javascript.gen.c2.call(rhino.log)
487.32/491.71		at org.mozilla.javascript.gen.c2.exec(rhino.log)
487.32/491.71		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
487.32/491.71		at org.sat4j.csp.Predicate.find(Unknown Source)
487.32/491.71		at org.sat4j.csp.Predicate.find(Unknown Source)
487.32/491.71		at org.sat4j.csp.Predicate.find(Unknown Source)
487.32/491.71		at org.sat4j.csp.Predicate.toClause(Unknown Source)
487.32/491.71		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
487.32/491.72		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
487.32/491.72		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
487.32/491.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
487.32/491.72		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
487.32/491.72		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
487.32/491.72		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
487.32/491.72	c starts		: 0
487.32/491.72	c conflicts		: 0
487.32/491.72	c decisions		: 0
487.32/491.72	c propagations		: 0
487.32/491.72	c inspects		: 0
487.32/491.72	c learnt literals	: 0
487.32/491.72	c learnt binary clauses	: 0
487.32/491.72	c learnt ternary clauses	: 0
487.32/491.72	c learnt clauses	: 0
487.32/491.72	c ignored clauses	: 0
487.32/491.72	c root simplifications	: 0
487.32/491.72	c removed literals (reason simplification)	: 0
487.32/491.72	c reason swapping (by a shorter reason)	: 0
487.32/491.72	c Calls to reduceDB	: 0
487.32/491.72	c speed (assignments/second)	: 0.0
487.32/491.72	c non guided choices	0
487.32/491.72	c learnt constraints type 
487.32/491.72	c constraints type 
487.32/491.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 749128
487.32/491.72	c org.sat4j.minisat.constraints.card.AtLeast => 500
487.32/491.72	s UNKNOWN
487.32/491.72	c Total wall clock time (in seconds) : 491.478

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-2083318-1247377193/watcher-2083318-1247377193 -o /tmp/evaluation-result-2083318-1247377193/solver-2083318-1247377193 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083318-1247377193.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.58 2.40 2.16 3/83 25564
/proc/meminfo: memFree=1831376/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=800696 CPUtime=0.02
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 2317 0 1 0 1 1 0 0 18 0 4 0 24784639 819912704 2064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 200174 2064 938 9 0 197525 0
[pid=25564/tid=25565] ppid=25562 vsize=800696 CPUtime=0
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 1592 0 1 0 0 0 0 0 19 0 4 0 24784640 819912704 2064 996147200 134512640 134550932 4294956016 18446744073709551615 105829035 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=800696 CPUtime=0
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 18 0 4 0 24784641 819912704 2064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=800696 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 24784641 819912704 2064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.129368 s]
/proc/loadavg: 2.58 2.40 2.16 3/83 25564
/proc/meminfo: memFree=1831376/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=804688 CPUtime=0.12
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 3208 0 1 0 10 2 0 0 18 0 12 0 24784639 824000512 2951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 201172 2951 1094 9 0 198506 0
[pid=25564/tid=25565] ppid=25562 vsize=804688 CPUtime=0.11
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 2453 0 1 0 10 1 0 0 21 0 12 0 24784640 824000512 2951 996147200 134512640 134550932 4294956016 18446744073709551615 4109141187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=804688 CPUtime=0
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24784641 824000512 2951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=804688 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24784641 824000512 2951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 804688

[startup+0.202376 s]
/proc/loadavg: 2.58 2.40 2.16 3/83 25564
/proc/meminfo: memFree=1831376/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=805504 CPUtime=0.19
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 3850 0 1 0 17 2 0 0 18 0 12 0 24784639 824836096 3588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 201376 3588 1335 9 0 198710 0
[pid=25564/tid=25565] ppid=25562 vsize=805504 CPUtime=0.14
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 2662 0 1 0 13 1 0 0 21 0 12 0 24784640 824836096 3588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=805504 CPUtime=0
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24784641 824836096 3588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=805504 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24784641 824836096 3588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805504

[startup+0.302385 s]
/proc/loadavg: 2.58 2.40 2.16 3/83 25564
/proc/meminfo: memFree=1831376/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=805628 CPUtime=0.29
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 4313 0 1 0 26 3 0 0 18 0 12 0 24784639 824963072 4050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 201407 4050 1359 9 0 198734 0
[pid=25564/tid=25565] ppid=25562 vsize=805628 CPUtime=0.22
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 3074 0 1 0 20 2 0 0 21 0 12 0 24784640 824963072 4050 996147200 134512640 134550932 4294956016 18446744073709551615 4109140930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=805628 CPUtime=0
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24784641 824963072 4050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=805628 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24784641 824963072 4050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.702439 s]
/proc/loadavg: 2.58 2.40 2.16 3/83 25564
/proc/meminfo: memFree=1831376/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=808468 CPUtime=0.68
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 6251 0 1 0 64 4 0 0 18 0 12 0 24784639 827871232 5235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202117 5235 1390 9 0 199444 0
[pid=25564/tid=25565] ppid=25562 vsize=808468 CPUtime=0.35
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 3529 0 1 0 33 2 0 0 18 0 12 0 24784640 827871232 5235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24784641 827871232 5235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24784641 827871232 5235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808468

[startup+1.50253 s]
/proc/loadavg: 2.58 2.40 2.16 4/95 25576
/proc/meminfo: memFree=1806960/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=808468 CPUtime=1.47
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 12762 0 1 0 140 7 0 0 18 0 12 0 24784639 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202117 11744 1399 9 0 199444 0
[pid=25564/tid=25565] ppid=25562 vsize=808468 CPUtime=0.82
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 10012 0 1 0 76 6 0 0 18 0 12 0 24784640 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4109169029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24784641 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24784641 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24784643 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24784644 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24784644 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=808468 CPUtime=0.63
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 1994 0 0 0 63 0 0 0 16 0 12 0 24784648 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=808468 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 827871232 11744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808468

[startup+3.10171 s]
/proc/loadavg: 2.58 2.40 2.16 3/95 25576
/proc/meminfo: memFree=1773488/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=810684 CPUtime=3.08
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 26513 0 1 0 294 14 0 0 18 0 12 0 24784639 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202671 24609 1439 9 0 199998 0
[pid=25564/tid=25565] ppid=25562 vsize=810684 CPUtime=1.57
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17241 0 1 0 147 10 0 0 25 0 12 0 24784640 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4109787480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=810684 CPUtime=0.07
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 2292 0 0 0 7 0 0 0 17 0 12 0 24784641 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=810684 CPUtime=0.08
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 2773 0 0 0 7 1 0 0 17 0 12 0 24784641 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24784643 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=810684 CPUtime=1.31
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 3440 0 0 0 130 1 0 0 16 0 12 0 24784648 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=810684 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 830140416 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810684

[startup+6.30209 s]
/proc/loadavg: 2.61 2.41 2.16 3/95 25576
/proc/meminfo: memFree=1705584/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=810172 CPUtime=6.24
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 30178 0 1 0 608 16 0 0 18 0 12 0 24784639 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202543 28151 1439 9 0 199870 0
[pid=25564/tid=25565] ppid=25562 vsize=810172 CPUtime=4.36
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17251 0 1 0 426 10 0 0 25 0 12 0 24784640 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4109656994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=810172 CPUtime=0.2
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 4185 0 0 0 19 1 0 0 16 0 12 0 24784641 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=810172 CPUtime=0.22
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 4527 0 0 0 20 2 0 0 16 0 12 0 24784641 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24784643 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=810172 CPUtime=1.41
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 3448 0 0 0 140 1 0 0 16 0 12 0 24784648 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=810172 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 829616128 28151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 810172

[startup+12.7018 s]
/proc/loadavg: 2.56 2.40 2.16 3/95 25576
/proc/meminfo: memFree=1666160/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=809504 CPUtime=12.58
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 34927 0 1 0 1239 19 0 0 18 0 12 0 24784639 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202376 32721 1439 9 0 199703 0
[pid=25564/tid=25565] ppid=25562 vsize=809504 CPUtime=10.42
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17265 0 1 0 1032 10 0 0 25 0 12 0 24784640 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4109735118 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=809504 CPUtime=0.31
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 7426 0 0 0 28 3 0 0 16 0 12 0 24784641 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=809504 CPUtime=0.29
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 6013 0 0 0 26 3 0 0 16 0 12 0 24784641 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24784643 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 828932096 32721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=25564/tid=25575] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 469.32
Current children cumulated vsize (KiB) 809504

[startup+480.003 s]
/proc/loadavg: 2.95 2.67 2.36 4/95 25577
/proc/meminfo: memFree=790440/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=809504 CPUtime=475.68
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 179247 0 1 0 47476 92 0 0 18 0 12 0 24784639 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202376 171968 1445 9 0 199703 0
[pid=25564/tid=25565] ppid=25562 vsize=809504 CPUtime=377.06
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17761 0 1 0 37693 13 0 0 25 0 12 0 24784640 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=809504 CPUtime=4.16
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 74223 0 0 0 382 34 0 0 15 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=809504 CPUtime=4.11
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 78135 0 0 0 375 36 0 0 16 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=809504 CPUtime=88.11
/proc/25564/task/25569/stat : 25569 (java) R 25562 25564 25527 0 -1 64 3534 0 0 0 8806 5 0 0 17 0 12 0 24784643 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=809504 CPUtime=2.19
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 4840 0 0 0 217 2 0 0 16 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 475.68
Current children cumulated vsize (KiB) 809504

[startup+486.403 s]
/proc/loadavg: 2.96 2.67 2.37 4/95 25577
/proc/meminfo: memFree=790440/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=809504 CPUtime=482.04
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 179252 0 1 0 48112 92 0 0 18 0 12 0 24784639 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202376 171968 1445 9 0 199703 0
[pid=25564/tid=25565] ppid=25562 vsize=809504 CPUtime=377.65
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17766 0 1 0 37752 13 0 0 25 0 12 0 24784640 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=809504 CPUtime=4.16
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 74223 0 0 0 382 34 0 0 15 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=809504 CPUtime=4.11
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 78135 0 0 0 375 36 0 0 16 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=809504 CPUtime=93.88
/proc/25564/task/25569/stat : 25569 (java) R 25562 25564 25527 0 -1 64 3534 0 0 0 9383 5 0 0 16 0 12 0 24784643 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=809504 CPUtime=2.19
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 4840 0 0 0 217 2 0 0 16 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 482.04
Current children cumulated vsize (KiB) 809504

[startup+489.608 s]
/proc/loadavg: 2.96 2.68 2.37 3/95 25577
/proc/meminfo: memFree=790440/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=809504 CPUtime=485.22
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 179255 0 1 0 48430 92 0 0 18 0 12 0 24784639 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202376 171968 1445 9 0 199703 0
[pid=25564/tid=25565] ppid=25562 vsize=809504 CPUtime=377.97
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17769 0 1 0 37784 13 0 0 25 0 12 0 24784640 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=809504 CPUtime=4.16
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 74223 0 0 0 382 34 0 0 15 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=809504 CPUtime=4.11
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 78135 0 0 0 375 36 0 0 16 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=809504 CPUtime=96.74
/proc/25564/task/25569/stat : 25569 (java) R 25562 25564 25527 0 -1 64 3534 0 0 0 9669 5 0 0 16 0 12 0 24784643 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 103585137 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=809504 CPUtime=2.19
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 4840 0 0 0 217 2 0 0 16 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 485.22
Current children cumulated vsize (KiB) 809504

[startup+491.202 s]
/proc/loadavg: 2.96 2.68 2.37 4/95 25577
/proc/meminfo: memFree=790440/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=809504 CPUtime=486.82
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 179258 0 1 0 48589 93 0 0 18 0 12 0 24784639 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202376 171968 1444 9 0 199703 0
[pid=25564/tid=25565] ppid=25562 vsize=809504 CPUtime=378.09
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17772 0 1 0 37796 13 0 0 24 0 12 0 24784640 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=809504 CPUtime=4.16
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 74223 0 0 0 382 34 0 0 15 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=809504 CPUtime=4.11
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 78135 0 0 0 375 36 0 0 16 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=809504 CPUtime=98.22
/proc/25564/task/25569/stat : 25569 (java) R 25562 25564 25527 0 -1 64 3534 0 0 0 9817 5 0 0 16 0 12 0 24784643 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=809504 CPUtime=2.19
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 4840 0 0 0 217 2 0 0 16 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 486.82
Current children cumulated vsize (KiB) 809504

[startup+491.602 s]
/proc/loadavg: 2.96 2.68 2.37 4/95 25577
/proc/meminfo: memFree=790440/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=809504 CPUtime=487.22
/proc/25564/stat : 25564 (java) S 25562 25564 25527 0 -1 0 179258 0 1 0 48629 93 0 0 18 0 12 0 24784639 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 202376 171968 1444 9 0 199703 0
[pid=25564/tid=25565] ppid=25562 vsize=809504 CPUtime=378.09
/proc/25564/task/25565/stat : 25565 (java) R 25562 25564 25527 0 -1 64 17772 0 1 0 37796 13 0 0 24 0 12 0 24784640 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25562 vsize=809504 CPUtime=4.16
/proc/25564/task/25566/stat : 25566 (java) S 25562 25564 25527 0 -1 64 74223 0 0 0 382 34 0 0 15 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25562 vsize=809504 CPUtime=4.11
/proc/25564/task/25567/stat : 25567 (java) S 25562 25564 25527 0 -1 64 78135 0 0 0 375 36 0 0 16 0 12 0 24784641 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25562 vsize=809504 CPUtime=98.62
/proc/25564/task/25569/stat : 25569 (java) R 25562 25564 25527 0 -1 64 3534 0 0 0 9857 5 0 0 16 0 12 0 24784643 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25570/stat : 25570 (java) S 25562 25564 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25562 25564 25527 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24784644 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25562 25564 25527 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25573] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25573/stat : 25573 (java) S 25562 25564 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25574] ppid=25562 vsize=809504 CPUtime=2.19
/proc/25564/task/25574/stat : 25574 (java) S 25562 25564 25527 0 -1 64 4840 0 0 0 217 2 0 0 16 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25575] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25575/stat : 25575 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25576] ppid=25562 vsize=809504 CPUtime=0
/proc/25564/task/25576/stat : 25576 (java) S 25562 25564 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24784648 828932096 171968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 487.22
Current children cumulated vsize (KiB) 809504

[startup+491.807 s]
/proc/loadavg: 2.96 2.68 2.37 4/95 25577
/proc/meminfo: memFree=790440/2055920 swapFree=4192812/4192956
[pid=25564] ppid=25562 vsize=0 CPUtime=487.38
/proc/25564/stat : 25564 (java) Z 25562 25564 25527 0 -1 12 179276 0 1 0 48641 97 0 0 16 0 2 0 24784639 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 487.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 491.872
CPU time (s): 487.453
CPU user time (s): 486.411
CPU system time (s): 1.04184
CPU usage (%): 99.1016
Max. virtual memory (cumulated for all children) (KiB): 813508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.411
system time used= 1.04184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179276
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= 18161
involuntary context switches= 29473

runsolver used 0.758884 second user time and 1.92271 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 07:39:53
IDJOB=2083318
IDBENCH=57773
IDSOLVER=731
FILE ID=node73/2083318-1247377193
PBS_JOBID= 9507161
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083318-1247377193/watcher-2083318-1247377193 -o /tmp/evaluation-result-2083318-1247377193/solver-2083318-1247377193 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083318-1247377193.xml

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

MD5SUM BENCH= 5bbba61bcb8f32abe3947428d8a4279f
RANDOM SEED=1629903651

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831856 kB
Buffers:          3776 kB
Cached:          52052 kB
SwapCached:          0 kB
Active:         154384 kB
Inactive:        19580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:         138596 kB
Slab:            35216 kB
Committed_AS:   317728 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node73 at 2009-07-12 07:48:05