Trace number 2083725

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? 931.615 933.977

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
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 benchmark9.50955
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.24	c See www.sat4j.org for details.
0.10/0.24	c That software uses the Rhino library from the Mozilla project.
0.10/0.26	c version 2.1.1.v20090622
0.10/0.26	c sun.arch.data.model	32
0.10/0.26	c java.version	1.6.0_12
0.10/0.26	c os.name	Linux
0.10/0.26	c os.version	2.6.9-22.EL.rootsmp
0.10/0.26	c os.arch	i386
0.10/0.26	c Free memory 671000808
0.10/0.26	c Max memory 672137216
0.10/0.26	c Total memory 672137216
0.10/0.26	c Number of processors 2
0.19/0.35	c c --- Begin Solver configuration ---
0.19/0.35	c Stops conflict analysis at the first Unique Implication Point
0.19/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.35	c Learn all clauses as in MiniSAT
0.19/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.35	c Expensive reason simplification
0.19/0.35	c MiniSAT restarts strategy
0.19/0.35	c Memory based learned constraints deletion strategy
0.19/0.35	c timeout=2147483s
0.19/0.35	c DB Simplification allowed=false
0.19/0.35	c --- End Solver configuration ---
0.19/0.35	c solving HOME/instance-2083725-1247378090.xml
0.19/0.35	c reading problem ... 
0.44/0.64	c reading problem named null
0.44/0.64	c reading domains done.
0.74/0.95	c reading variables done.
2.53/2.66	c reading predicates  done.
2.73/2.87	c reading constraints
917.76/920.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
920.76/923.14		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
920.76/923.14		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
920.76/923.14		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
920.76/923.14		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
920.76/923.14		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
920.76/923.14		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
920.76/923.14		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
920.76/923.14		at org.sat4j.csp.Predicate.toClause(Unknown Source)
920.76/923.14		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
920.76/923.14		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
920.76/923.14		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
920.76/923.14		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
920.76/923.14		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
920.76/923.14		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
920.76/923.14		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
920.76/923.14		at org.sat4j.AbstractLauncher.run(Unknown Source)
920.76/923.14		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
926.06/928.48	c starts		: 0
926.06/928.48	c conflicts		: 0
926.06/928.48	c decisions		: 0
926.06/928.48	c propagations		: 0
926.06/928.48	c inspects		: 0
926.06/928.48	c learnt literals	: 0
926.06/928.48	c learnt binary clauses	: 0
926.06/928.48	c learnt ternary clauses	: 0
926.06/928.48	c learnt clauses	: 0
926.06/928.48	c ignored clauses	: 0
926.06/928.48	c root simplifications	: 0
926.06/928.48	c removed literals (reason simplification)	: 0
926.06/928.48	c reason swapping (by a shorter reason)	: 0
926.06/928.48	c Calls to reduceDB	: 0
926.06/928.48	c speed (assignments/second)	: 0.0
926.06/928.48	c non guided choices	0
926.06/928.49	c learnt constraints type 
931.46/933.84	c constraints type 
931.46/933.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 651668
931.46/933.84	c org.sat4j.minisat.constraints.card.AtLeast => 2230
931.46/933.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 368
931.46/933.85	s UNKNOWN
931.46/933.85	c Total wall clock time (in seconds) : 922.798

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-2083725-1247378090/watcher-2083725-1247378090 -o /tmp/evaluation-result-2083725-1247378090/solver-2083725-1247378090 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083725-1247378090.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.01 2.16 2.15 4/72 25400
/proc/meminfo: memFree=1860104/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=1616 CPUtime=0
/proc/25400/stat : 25400 (java) D 25398 25400 6860 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 24872469 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 4309924 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25400/statm: 404 155 118 9 0 46 0

[startup+0.0680469 s]
/proc/loadavg: 2.01 2.16 2.15 4/72 25400
/proc/meminfo: memFree=1860104/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=12932 CPUtime=0.02
/proc/25400/stat : 25400 (java) D 25398 25400 6860 0 -1 0 636 0 28 0 0 2 0 0 18 0 1 0 24872469 13242368 471 996147200 134512640 134550932 4294956016 18446744073709551615 105698506 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/25400/statm: 3233 472 175 9 0 1105 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12932

[startup+0.101045 s]
/proc/loadavg: 2.01 2.16 2.15 4/72 25400
/proc/meminfo: memFree=1860104/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=800696 CPUtime=0.04
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 2378 0 30 0 1 3 0 0 18 0 4 0 24872469 819912704 2154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 200174 2154 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.30106 s]
/proc/loadavg: 2.01 2.16 2.15 4/72 25400
/proc/meminfo: memFree=1860104/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=805348 CPUtime=0.19
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 3772 0 30 0 14 5 0 0 18 0 12 0 24872469 824676352 3539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 201337 3539 1332 9 0 198671 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805348

[startup+0.701085 s]
/proc/loadavg: 2.01 2.16 2.15 4/72 25400
/proc/meminfo: memFree=1860104/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=807180 CPUtime=0.53
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 5346 0 30 0 47 6 0 0 18 0 12 0 24872469 826552320 4899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 201795 4899 1387 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50114 s]
/proc/loadavg: 2.01 2.16 2.15 4/84 25412
/proc/meminfo: memFree=1835496/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=808464 CPUtime=1.34
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 10148 0 30 0 125 9 0 0 18 0 12 0 24872469 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 202116 9191 1400 9 0 199443 0
[pid=25400/tid=25402] ppid=25398 vsize=808464 CPUtime=0.71
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 6860 0 -1 64 7439 0 1 0 65 6 0 0 24 0 12 0 24872476 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24872477 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25404] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 24872477 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 6860 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24872480 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24872481 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24872481 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24872488 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24872488 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25410] ppid=25398 vsize=808464 CPUtime=0.59
/proc/25400/task/25410/stat : 25410 (java) R 25398 25400 6860 0 -1 64 1984 0 0 0 59 0 0 0 16 0 12 0 24872488 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 103443622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24872488 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=808464 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24872488 827867136 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 808464

[startup+3.10226 s]
/proc/loadavg: 2.01 2.16 2.15 5/84 25412
/proc/meminfo: memFree=1729448/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=812088 CPUtime=3.03
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 48076 0 30 0 277 26 0 0 18 0 12 0 24872469 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 203022 45653 1410 9 0 200349 0
[pid=25400/tid=25402] ppid=25398 vsize=812088 CPUtime=1.33
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 6860 0 -1 64 17239 0 1 0 122 11 0 0 18 0 12 0 24872476 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25403] ppid=25398 vsize=812088 CPUtime=0.57
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 20743 0 0 0 49 8 0 0 20 0 12 0 24872477 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=812088 CPUtime=0.21
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 6802 0 0 0 18 3 0 0 17 0 12 0 24872477 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25405] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 6860 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24872480 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25406] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24872481 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25407] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24872481 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24872488 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24872488 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25410] ppid=25398 vsize=812088 CPUtime=0.86
/proc/25400/task/25410/stat : 25410 (java) R 25398 25400 6860 0 -1 64 2563 0 0 0 86 0 0 0 16 0 12 0 24872488 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 105713965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25411] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24872488 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=812088 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24872488 831578112 45653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 812088

[startup+6.30246 s]
/proc/loadavg: 2.09 2.17 2.16 3/84 25412
/proc/meminfo: memFree=1623472/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=814332 CPUtime=6.25
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 53684 0 30 0 596 29 0 0 18 0 12 0 24872469 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 203583 50404 1440 9 0 200910 0
[pid=25400/tid=25402] ppid=25398 vsize=814332 CPUtime=3.51
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 6860 0 -1 64 17258 0 1 0 340 11 0 0 23 0 12 0 24872476 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4109768240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=814332 CPUtime=0.68
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 21221 0 0 0 60 8 0 0 16 0 12 0 24872477 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25404] ppid=25398 vsize=814332 CPUtime=0.43
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 10920 0 0 0 38 5 0 0 16 0 12 0 24872477 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=814332 CPUtime=0
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 6860 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24872480 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=814332 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24872481 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25407] ppid=25398 vsize=814332 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24872481 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25408] ppid=25398 vsize=814332 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24872488 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=814332 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 19 0 0 0 1 0 0 0 17 0 12 0 24872488 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=814332 CPUtime=1.55
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3545 0 0 0 154 1 0 0 16 0 12 0 24872488 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25411] ppid=25398 vsize=814332 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24872488 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=814332 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24872488 833875968 50404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 814332

[startup+12.7029 s]
/proc/loadavg: 2.08 2.17 2.15 3/84 25412
/proc/meminfo: memFree=1603120/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=813436 CPUtime=12.63
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 58890 0 30 0 1232 31 0 0 18 0 12 0 24872469 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 203359 55360 1440 9 0 200686 0
[pid=25400/tid=25402] ppid=25398 vsize=813436 CPUtime=9.4
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 6860 0 -1 64 17278 0 1 0 929 11 0 0 25 0 12 0 24872476 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4109693225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=813436 CPUtime=0.92
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 21674 0 0 0 83 9 0 0 16 0 12 0 24872477 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25404] ppid=25398 vsize=813436 CPUtime=0.55
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 15641 0 0 0 49 6 0 0 16 0 12 0 24872477 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 6860 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24872480 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24872481 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25407] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24872481 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25408] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24872488 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=813436 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 19 0 0 0 1 0 0 0 17 0 12 0 24872488 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=813436 CPUtime=1.67
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3557 0 0 0 166 1 0 0 16 0 12 0 24872488 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24872488 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24872488 832958464 55360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 813436

[startup+25.5064 s]
/proc/loadavg: 2.06 2.16 2.15 3/93 25451
/proc/meminfo: memFree=1655520/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=813436 CPUtime=25.4
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 64873 0 30 0 2505 35 0 0 18 0 12 0 24872469 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 203359 61319 1446 9 0 200686 0
[pid=25400/tid=25402] ppid=25398 vsize=813436 CPUtime=21.77
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 6860 0 -1 64 17304 0 1 0 2165 12 0 0 25 0 12 0 24872476 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4109639453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=813436 CPUtime=1.12
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 23731 0 0 0 103 9 0 0 16 0 12 0 24872477 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25404] ppid=25398 vsize=813436 CPUtime=0.73
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 19535 0 0 0 65 8 0 0 16 0 12 0 24872477 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 6860 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24872480 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24872481 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25407] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24872481 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25408] ppid=25398 vsize=813436 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24872488 832958464 61319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=813436 CPUtime=0.03

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

/proc/loadavg: 2.00 2.11 2.16 3/94 25541
/proc/meminfo: memFree=1097248/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=818464 CPUtime=919.17
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 1826334 0 30 0 91027 890 0 0 18 0 12 0 24872469 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 204616 173964 1451 9 0 201943 0
[pid=25400/tid=25402] ppid=25398 vsize=818464 CPUtime=342.48
/proc/25400/task/25402/stat : 25402 (java) S 25398 25400 6860 0 -1 64 18111 0 1 0 34231 17 0 0 16 0 12 0 24872476 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=818464 CPUtime=5.38
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 80404 0 0 0 505 33 0 0 15 0 12 0 24872477 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=818464 CPUtime=5.09
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 74243 0 0 0 480 29 0 0 16 0 12 0 24872477 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25405] ppid=25398 vsize=818464 CPUtime=563.97
/proc/25400/task/25405/stat : 25405 (java) R 25398 25400 6860 0 -1 64 1648839 0 0 0 55593 804 0 0 25 0 12 0 24872480 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 103585155 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=818464 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24872481 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=818464 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24872481 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25408] ppid=25398 vsize=818464 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24872488 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=818464 CPUtime=0.47
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 468 0 0 0 47 0 0 0 17 0 12 0 24872488 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=818464 CPUtime=1.68
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3557 0 0 0 167 1 0 0 17 0 12 0 24872488 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=818464 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24872488 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=818464 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24872488 838107136 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 919.17
Current children cumulated vsize (KiB) 818464

[startup+927.903 s]
/proc/loadavg: 2.00 2.10 2.16 3/95 25542
/proc/meminfo: memFree=1097176/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=822788 CPUtime=925.56
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 1842357 0 30 0 91659 897 0 0 18 0 13 0 24872469 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 205697 174970 1451 9 0 203024 0
[pid=25400/tid=25402] ppid=25398 vsize=822788 CPUtime=342.48
/proc/25400/task/25402/stat : 25402 (java) S 25398 25400 6860 0 -1 64 18114 0 1 0 34231 17 0 0 16 0 13 0 24872476 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=822788 CPUtime=5.38
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 80404 0 0 0 505 33 0 0 15 0 13 0 24872477 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=822788 CPUtime=5.09
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 74243 0 0 0 480 29 0 0 16 0 13 0 24872477 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25405] ppid=25398 vsize=822788 CPUtime=570.37
/proc/25400/task/25405/stat : 25405 (java) R 25398 25400 6860 0 -1 64 1664852 0 0 0 56225 812 0 0 25 0 13 0 24872480 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24872488 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=822788 CPUtime=0.47
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 468 0 0 0 47 0 0 0 17 0 13 0 24872488 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=822788 CPUtime=1.68
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3557 0 0 0 167 1 0 0 17 0 13 0 24872488 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24872488 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24872488 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25542] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25542/stat : 25542 (java) S 25398 25400 6860 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24964784 842534912 174970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 925.56
Current children cumulated vsize (KiB) 822788

[startup+931.103 s]
/proc/loadavg: 2.00 2.10 2.16 4/95 25542
/proc/meminfo: memFree=1097112/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=822788 CPUtime=928.76
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 1852871 0 30 0 91974 902 0 0 18 0 13 0 24872469 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 205697 174972 1451 9 0 203024 0
[pid=25400/tid=25402] ppid=25398 vsize=822788 CPUtime=342.48
/proc/25400/task/25402/stat : 25402 (java) S 25398 25400 6860 0 -1 64 18114 0 1 0 34231 17 0 0 16 0 13 0 24872476 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=822788 CPUtime=5.38
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 80404 0 0 0 505 33 0 0 15 0 13 0 24872477 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=822788 CPUtime=5.09
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 74243 0 0 0 480 29 0 0 16 0 13 0 24872477 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25405] ppid=25398 vsize=822788 CPUtime=573.57
/proc/25400/task/25405/stat : 25405 (java) R 25398 25400 6860 0 -1 64 1675361 0 0 0 56540 817 0 0 25 0 13 0 24872480 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=822788 CPUtime=0.47
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 468 0 0 0 47 0 0 0 17 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=822788 CPUtime=1.68
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3557 0 0 0 167 1 0 0 17 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25542] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25542/stat : 25542 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 24964784 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 928.76
Current children cumulated vsize (KiB) 822788

[startup+932.702 s]
/proc/loadavg: 2.00 2.10 2.16 3/95 25542
/proc/meminfo: memFree=1097112/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=822788 CPUtime=930.36
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 1856375 0 30 0 92132 904 0 0 18 0 13 0 24872469 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 205697 174972 1451 9 0 203024 0
[pid=25400/tid=25402] ppid=25398 vsize=822788 CPUtime=342.48
/proc/25400/task/25402/stat : 25402 (java) S 25398 25400 6860 0 -1 64 18114 0 1 0 34231 17 0 0 16 0 13 0 24872476 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=822788 CPUtime=5.38
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 80404 0 0 0 505 33 0 0 15 0 13 0 24872477 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=822788 CPUtime=5.09
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 74243 0 0 0 480 29 0 0 16 0 13 0 24872477 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25405] ppid=25398 vsize=822788 CPUtime=575.16
/proc/25400/task/25405/stat : 25405 (java) R 25398 25400 6860 0 -1 64 1678864 0 0 0 56698 818 0 0 25 0 13 0 24872480 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=822788 CPUtime=0.47
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 468 0 0 0 47 0 0 0 17 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=822788 CPUtime=1.68
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3557 0 0 0 167 1 0 0 17 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25542] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25542/stat : 25542 (java) S 25398 25400 6860 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 24964784 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 930.36
Current children cumulated vsize (KiB) 822788

[startup+933.502 s]
/proc/loadavg: 2.00 2.10 2.16 3/95 25542
/proc/meminfo: memFree=1097112/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=822788 CPUtime=931.16
/proc/25400/stat : 25400 (java) S 25398 25400 6860 0 -1 0 1856375 0 30 0 92212 904 0 0 18 0 13 0 24872469 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 205697 174972 1451 9 0 203024 0
[pid=25400/tid=25402] ppid=25398 vsize=822788 CPUtime=342.48
/proc/25400/task/25402/stat : 25402 (java) S 25398 25400 6860 0 -1 64 18114 0 1 0 34231 17 0 0 16 0 13 0 24872476 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=822788 CPUtime=5.38
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 6860 0 -1 64 80404 0 0 0 505 33 0 0 15 0 13 0 24872477 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=822788 CPUtime=5.09
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 6860 0 -1 64 74243 0 0 0 480 29 0 0 16 0 13 0 24872477 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25405] ppid=25398 vsize=822788 CPUtime=575.96
/proc/25400/task/25405/stat : 25405 (java) R 25398 25400 6860 0 -1 64 1678864 0 0 0 56778 818 0 0 25 0 13 0 24872480 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 6860 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 6860 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24872481 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=822788 CPUtime=0.47
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 6860 0 -1 64 468 0 0 0 47 0 0 0 17 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25410] ppid=25398 vsize=822788 CPUtime=1.68
/proc/25400/task/25410/stat : 25410 (java) S 25398 25400 6860 0 -1 64 3557 0 0 0 167 1 0 0 17 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25411] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25411/stat : 25411 (java) S 25398 25400 6860 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25412] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25412/stat : 25412 (java) S 25398 25400 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24872488 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25542] ppid=25398 vsize=822788 CPUtime=0
/proc/25400/task/25542/stat : 25542 (java) S 25398 25400 6860 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 24964784 842534912 174972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 931.16
Current children cumulated vsize (KiB) 822788

[startup+933.908 s]
/proc/loadavg: 2.00 2.10 2.16 3/95 25542
/proc/meminfo: memFree=1097112/2055920 swapFree=4192812/4192956
[pid=25400] ppid=25398 vsize=0 CPUtime=931.53
/proc/25400/stat : 25400 (java) Z 25398 25400 6860 0 -1 12 1856382 0 30 0 92246 907 0 0 16 0 2 0 24872469 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 931.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 933.977
CPU time (s): 931.615
CPU user time (s): 922.468
CPU system time (s): 9.14761
CPU usage (%): 99.7472
Max. virtual memory (cumulated for all children) (KiB): 841928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 922.468
system time used= 9.14761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1856382
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28052
involuntary context switches= 24463

runsolver used 1.23181 second user time and 3.34549 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 07:54:50
IDJOB=2083725
IDBENCH=57913
IDSOLVER=731
FILE ID=node52/2083725-1247378090
PBS_JOBID= 9507108
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=996218913

node52.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.236
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.236
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:       1860584 kB
Buffers:          2964 kB
Cached:          54020 kB
SwapCached:          0 kB
Active:         127204 kB
Inactive:        19324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6472 kB
Writeback:           0 kB
Mapped:         100216 kB
Slab:            33912 kB
Committed_AS:   320772 kB
PageTables:       2084 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= 66132 MiB
End job on node52 at 2009-07-12 08:10:24