Trace number 2083912

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? 999.273 1004.33

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
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 benchmark11.4773
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

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

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-2083912-1247378472/watcher-2083912-1247378472 -o /tmp/evaluation-result-2083912-1247378472/solver-2083912-1247378472 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083912-1247378472.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.11 3.27 3.71 4/84 24522
/proc/meminfo: memFree=1610976/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=18576 CPUtime=0
/proc/24522/stat : 24522 (runsolver) R 24520 24522 19636 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24912372 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24522/statm: 4644 284 249 26 0 2626 0

[startup+0.0513471 s]
/proc/loadavg: 2.11 3.27 3.71 4/84 24522
/proc/meminfo: memFree=1610976/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=801384 CPUtime=0.02
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 2475 0 1 0 1 1 0 0 20 0 5 0 24912372 820617216 2222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 200346 2222 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101439 s]
/proc/loadavg: 2.11 3.27 3.71 4/84 24522
/proc/meminfo: memFree=1610976/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=804360 CPUtime=0.07
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 2944 0 1 0 5 2 0 0 20 0 12 0 24912372 823664640 2687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 201090 2687 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804360

[startup+0.30146 s]
/proc/loadavg: 2.11 3.27 3.71 4/84 24522
/proc/meminfo: memFree=1610976/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=805888 CPUtime=0.26
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 4382 0 1 0 23 3 0 0 20 0 12 0 24912372 825229312 4119 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 201472 4119 1359 9 0 198799 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805888

[startup+0.7015 s]
/proc/loadavg: 2.11 3.27 3.71 4/84 24522
/proc/meminfo: memFree=1610976/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=808416 CPUtime=0.66
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 6183 0 1 0 61 5 0 0 20 0 12 0 24912372 827817984 5248 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202104 5248 1390 9 0 199431 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808416

[startup+1.50157 s]
/proc/loadavg: 2.11 3.27 3.71 4/96 24534
/proc/meminfo: memFree=1589056/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=808416 CPUtime=1.46
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 12805 0 1 0 137 9 0 0 20 0 12 0 24912372 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202104 11868 1407 9 0 199431 0
[pid=24522/tid=24524] ppid=24520 vsize=808416 CPUtime=0.81
/proc/24522/task/24524/stat : 24524 (java) R 24520 24522 19636 0 -1 64 10113 0 1 0 74 7 0 0 25 0 12 0 24912373 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4109133349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24525] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 24912374 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24912374 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24527/stat : 24527 (java) S 24520 24522 19636 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24912377 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24528] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 24912378 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24912378 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=808416 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 12 0 24912382 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=808416 CPUtime=0.59
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 1659 0 0 0 59 0 0 0 16 0 12 0 24912382 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24912382 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=808416 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24912382 827817984 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808416

[startup+3.10273 s]
/proc/loadavg: 2.10 3.25 3.70 4/96 24534
/proc/meminfo: memFree=1559744/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=810692 CPUtime=3.06
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 26437 0 1 0 291 15 0 0 20 0 12 0 24912372 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202673 24703 1440 9 0 200000 0
[pid=24522/tid=24524] ppid=24520 vsize=810692 CPUtime=1.64
/proc/24522/task/24524/stat : 24524 (java) R 24520 24522 19636 0 -1 64 17244 0 1 0 154 10 0 0 25 0 12 0 24912373 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4109657994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24525] ppid=24520 vsize=810692 CPUtime=0.07
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 2616 0 0 0 7 0 0 0 17 0 12 0 24912374 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=810692 CPUtime=0.07
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 2434 0 0 0 7 0 0 0 17 0 12 0 24912374 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=810692 CPUtime=0
/proc/24522/task/24527/stat : 24527 (java) S 24520 24522 19636 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24912377 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24528] ppid=24520 vsize=810692 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24912378 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=810692 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24912378 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=810692 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=810692 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 12 0 24912382 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=810692 CPUtime=1.19
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 3098 0 0 0 118 1 0 0 16 0 12 0 24912382 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=810692 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24912382 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=810692 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24912382 830148608 24703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810692

[startup+6.30204 s]
/proc/loadavg: 2.10 3.25 3.70 3/96 24534
/proc/meminfo: memFree=1493832/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=809816 CPUtime=6.24
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 30040 0 1 0 608 16 0 0 20 0 12 0 24912372 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202454 28086 1440 9 0 199781 0
[pid=24522/tid=24524] ppid=24520 vsize=809816 CPUtime=4.48
/proc/24522/task/24524/stat : 24524 (java) R 24520 24522 19636 0 -1 64 17251 0 1 0 438 10 0 0 25 0 12 0 24912373 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4109840298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24525] ppid=24520 vsize=809816 CPUtime=0.2
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 4090 0 0 0 19 1 0 0 16 0 12 0 24912374 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=809816 CPUtime=0.19
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 4548 0 0 0 19 0 0 0 16 0 12 0 24912374 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24527/stat : 24527 (java) S 24520 24522 19636 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24912377 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24528] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=809816 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 12 0 24912382 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=809816 CPUtime=1.27
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 3106 0 0 0 126 1 0 0 16 0 12 0 24912382 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24912382 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24912382 829251584 28086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 809816

[startup+12.7027 s]
/proc/loadavg: 2.24 3.24 3.69 3/96 24534
/proc/meminfo: memFree=1459784/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=809816 CPUtime=12.61
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 35655 0 1 0 1243 18 0 0 20 0 12 0 24912372 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202454 33686 1440 9 0 199781 0
[pid=24522/tid=24524] ppid=24520 vsize=809816 CPUtime=10.58
/proc/24522/task/24524/stat : 24524 (java) R 24520 24522 19636 0 -1 64 17270 0 1 0 1047 11 0 0 25 0 12 0 24912373 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4109852445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24525] ppid=24520 vsize=809816 CPUtime=0.29
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 7229 0 0 0 27 2 0 0 16 0 12 0 24912374 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=809816 CPUtime=0.28
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 6999 0 0 0 27 1 0 0 16 0 12 0 24912374 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24527/stat : 24527 (java) S 24520 24522 19636 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24912377 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24528] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=809816 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 12 0 24912382 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=809816 CPUtime=1.36
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 3112 0 0 0 135 1 0 0 16 0 12 0 24912382 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24912382 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24912382 829251584 33686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 809816

[startup+25.5019 s]
/proc/loadavg: 2.20 3.20 3.67 3/96 24534
/proc/meminfo: memFree=1407112/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=809816 CPUtime=25.34
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 41928 0 1 0 2513 21 0 0 20 0 12 0 24912372 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202454 39939 1441 9 0 199781 0
[pid=24522/tid=24524] ppid=24520 vsize=809816 CPUtime=23.05
/proc/24522/task/24524/stat : 24524 (java) R 24520 24522 19636 0 -1 64 17293 0 1 0 2294 11 0 0 25 0 12 0 24912373 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4109663539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24525] ppid=24520 vsize=809816 CPUtime=0.38
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 10104 0 0 0 34 4 0 0 16 0 12 0 24912374 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=809816 CPUtime=0.34
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 10373 0 0 0 32 2 0 0 16 0 12 0 24912374 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24527/stat : 24527 (java) S 24520 24522 19636 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 24912377 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24528] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 829251584 39939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=809816 CPUtime=0.03

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

/proc/loadavg: 2.00 2.23 2.81 3/97 25042
/proc/meminfo: memFree=1134720/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=809816 CPUtime=877.87
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 191423 0 1 0 87696 91 0 0 20 0 12 0 24912372 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202454 172050 1452 9 0 199781 0
[pid=24522/tid=24524] ppid=24520 vsize=809816 CPUtime=344.12
/proc/24522/task/24524/stat : 24524 (java) S 24520 24522 19636 0 -1 64 18131 0 1 0 34397 15 0 0 16 0 12 0 24912373 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24525] ppid=24520 vsize=809816 CPUtime=3.24
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 76381 0 0 0 297 27 0 0 15 0 12 0 24912374 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=809816 CPUtime=3.26
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 75783 0 0 0 298 28 0 0 16 0 12 0 24912374 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=809816 CPUtime=525.14
/proc/24522/task/24527/stat : 24527 (java) R 24520 24522 19636 0 -1 64 15430 0 0 0 52498 16 0 0 25 0 12 0 24912377 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24528] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=809816 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=809816 CPUtime=2.01
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 4666 0 0 0 199 2 0 0 17 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 877.87
Current children cumulated vsize (KiB) 809816

[startup+942.303 s]
/proc/loadavg: 2.00 2.19 2.75 3/97 25042
/proc/meminfo: memFree=1134656/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=809816 CPUtime=937.59
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 191484 0 1 0 93667 92 0 0 20 0 12 0 24912372 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202454 172050 1452 9 0 199781 0
[pid=24522/tid=24524] ppid=24520 vsize=809816 CPUtime=344.2
/proc/24522/task/24524/stat : 24524 (java) S 24520 24522 19636 0 -1 64 18192 0 1 0 34405 15 0 0 16 0 12 0 24912373 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24525] ppid=24520 vsize=809816 CPUtime=3.24
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 76381 0 0 0 297 27 0 0 15 0 12 0 24912374 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=809816 CPUtime=3.26
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 75783 0 0 0 298 28 0 0 16 0 12 0 24912374 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=809816 CPUtime=584.77
/proc/24522/task/24527/stat : 24527 (java) R 24520 24522 19636 0 -1 64 15430 0 0 0 58461 16 0 0 25 0 12 0 24912377 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24528] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24529] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24912378 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24530] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=809816 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=809816 CPUtime=2.01
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 4666 0 0 0 199 2 0 0 17 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=809816 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24912382 829251584 172050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 937.59
Current children cumulated vsize (KiB) 809816

[startup+1002.3 s]
/proc/loadavg: 2.00 2.15 2.70 3/98 25043
/proc/meminfo: memFree=1134648/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=810140 CPUtime=997.3
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 203562 0 1 0 99631 99 0 0 20 0 13 0 24912372 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202535 172056 1451 9 0 199862 0
[pid=24522/tid=24524] ppid=24520 vsize=810140 CPUtime=344.26
/proc/24522/task/24524/stat : 24524 (java) S 24520 24522 19636 0 -1 64 18248 0 1 0 34410 16 0 0 16 0 13 0 24912373 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24525] ppid=24520 vsize=810140 CPUtime=3.24
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 76381 0 0 0 297 27 0 0 15 0 13 0 24912374 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=810140 CPUtime=3.26
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 75783 0 0 0 298 28 0 0 16 0 13 0 24912374 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=810140 CPUtime=644.42
/proc/24522/task/24527/stat : 24527 (java) R 24520 24522 19636 0 -1 64 27446 0 0 0 64420 22 0 0 25 0 13 0 24912377 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24528] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24912378 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24529] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24912378 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24530] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=810140 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=810140 CPUtime=2.01
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 4666 0 0 0 199 2 0 0 17 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=25043] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/25043/stat : 25043 (java) S 24520 24522 19636 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 25012308 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.3
Current children cumulated vsize (KiB) 810140

Solver just ended. Dumping a history of the last processes samples

[startup+1003.1 s]
/proc/loadavg: 2.00 2.15 2.70 3/98 25043
/proc/meminfo: memFree=1134648/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=810140 CPUtime=998.1
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 203563 0 1 0 99711 99 0 0 20 0 13 0 24912372 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202535 172056 1451 9 0 199862 0
[pid=24522/tid=24524] ppid=24520 vsize=810140 CPUtime=344.26
/proc/24522/task/24524/stat : 24524 (java) S 24520 24522 19636 0 -1 64 18248 0 1 0 34410 16 0 0 16 0 13 0 24912373 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24525] ppid=24520 vsize=810140 CPUtime=3.24
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 76381 0 0 0 297 27 0 0 15 0 13 0 24912374 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=810140 CPUtime=3.26
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 75783 0 0 0 298 28 0 0 16 0 13 0 24912374 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=810140 CPUtime=645.22
/proc/24522/task/24527/stat : 24527 (java) R 24520 24522 19636 0 -1 64 27446 0 0 0 64500 22 0 0 25 0 13 0 24912377 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 104187732 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24528] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24912378 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24529] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24912378 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24530] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=810140 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=810140 CPUtime=2.01
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 4666 0 0 0 199 2 0 0 17 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=25043] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/25043/stat : 25043 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25012308 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.1
Current children cumulated vsize (KiB) 810140

[startup+1003.9 s]
/proc/loadavg: 2.00 2.15 2.70 3/98 25043
/proc/meminfo: memFree=1134648/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=810140 CPUtime=998.89
/proc/24522/stat : 24522 (java) S 24520 24522 19636 0 -1 0 203563 0 1 0 99790 99 0 0 20 0 13 0 24912372 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24522/statm: 202535 172056 1451 9 0 199862 0
[pid=24522/tid=24524] ppid=24520 vsize=810140 CPUtime=344.26
/proc/24522/task/24524/stat : 24524 (java) S 24520 24522 19636 0 -1 64 18248 0 1 0 34410 16 0 0 16 0 13 0 24912373 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24525] ppid=24520 vsize=810140 CPUtime=3.24
/proc/24522/task/24525/stat : 24525 (java) S 24520 24522 19636 0 -1 64 76381 0 0 0 297 27 0 0 15 0 13 0 24912374 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24526] ppid=24520 vsize=810140 CPUtime=3.26
/proc/24522/task/24526/stat : 24526 (java) S 24520 24522 19636 0 -1 64 75783 0 0 0 298 28 0 0 16 0 13 0 24912374 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24527] ppid=24520 vsize=810140 CPUtime=646.02
/proc/24522/task/24527/stat : 24527 (java) R 24520 24522 19636 0 -1 64 27446 0 0 0 64580 22 0 0 25 0 13 0 24912377 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24528] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24528/stat : 24528 (java) S 24520 24522 19636 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24912378 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24529] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24912378 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24530] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24531] ppid=24520 vsize=810140 CPUtime=0.03
/proc/24522/task/24531/stat : 24531 (java) S 24520 24522 19636 0 -1 64 292 0 0 0 3 0 0 0 17 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24532] ppid=24520 vsize=810140 CPUtime=2.01
/proc/24522/task/24532/stat : 24532 (java) S 24520 24522 19636 0 -1 64 4666 0 0 0 199 2 0 0 17 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24533] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24533/stat : 24533 (java) S 24520 24522 19636 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24522/tid=24534] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/24534/stat : 24534 (java) S 24520 24522 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24912382 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=25043] ppid=24520 vsize=810140 CPUtime=0
/proc/24522/task/25043/stat : 25043 (java) S 24520 24522 19636 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25012308 829583360 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.89
Current children cumulated vsize (KiB) 810140

[startup+1004.31 s]
/proc/loadavg: 2.00 2.15 2.70 2/97 25043
/proc/meminfo: memFree=1134648/2055920 swapFree=4192812/4192956
[pid=24522] ppid=24520 vsize=0 CPUtime=999.25
/proc/24522/stat : 24522 (java) Z 24520 24522 19636 0 -1 12 203573 0 1 0 99818 107 0 0 16 0 2 0 24912372 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24522/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 999.25
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1004.33
CPU time (s): 999.273
CPU user time (s): 998.181
CPU system time (s): 1.09183
CPU usage (%): 99.4966
Max. virtual memory (cumulated for all children) (KiB): 813820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 998.181
system time used= 1.09183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203573
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= 29145
involuntary context switches= 38433

runsolver used 1.3138 second user time and 3.2985 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 08:01:12
IDJOB=2083912
IDBENCH=57975
IDSOLVER=731
FILE ID=node89/2083912-1247378472
PBS_JOBID= 9507094
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=2012438650

node89.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611392 kB
Buffers:          3376 kB
Cached:          63468 kB
SwapCached:          0 kB
Active:         371664 kB
Inactive:        21824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:         342292 kB
Slab:            35768 kB
Committed_AS:   868396 kB
PageTables:       2356 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= 66264 MiB
End job on node89 at 2009-07-12 08:17:56