Trace number 2067489

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? 575.528 577.119

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-p2756.xml
MD5SUM80f655ef422cd8091352455c31ada8a2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595908
Satisfiable
(Un)Satisfiability was proved
Number of variables2734
Number of constraints738
Maximum constraint arity535
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension738
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2067489-1247344861.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.46	c reading variables done.
1.18/1.22	c reading predicates  done.
1.78/1.82	c reading constraints
575.35/576.96	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
575.35/576.96		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.find(Unknown Source)
575.35/576.96		at org.sat4j.csp.Predicate.toClause(Unknown Source)
575.35/576.96		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
575.35/576.96		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
575.35/576.96		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
575.35/576.96		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
575.35/576.96	c starts		: 0
575.35/576.96	c conflicts		: 0
575.35/576.96	c decisions		: 0
575.35/576.96	c propagations		: 0
575.35/576.96	c inspects		: 0
575.35/576.96	c learnt literals	: 0
575.35/576.96	c learnt binary clauses	: 0
575.35/576.96	c learnt ternary clauses	: 0
575.35/576.96	c learnt clauses	: 0
575.35/576.96	c ignored clauses	: 0
575.35/576.96	c root simplifications	: 0
575.35/576.96	c removed literals (reason simplification)	: 0
575.35/576.96	c reason swapping (by a shorter reason)	: 0
575.35/576.96	c Calls to reduceDB	: 0
575.35/576.96	c speed (assignments/second)	: 0.0
575.35/576.96	c non guided choices	0
575.35/576.96	c learnt constraints type 
575.35/576.97	c constraints type 
575.35/576.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5152677
575.35/576.97	c org.sat4j.minisat.constraints.card.AtLeast => 2734
575.35/576.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2998
575.35/576.97	s UNKNOWN
575.35/576.97	c Total wall clock time (in seconds) : 576.737

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-2067489-1247344861/watcher-2067489-1247344861 -o /tmp/evaluation-result-2067489-1247344861/solver-2067489-1247344861 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067489-1247344861.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.06 2.06 4/83 19517
/proc/meminfo: memFree=1765064/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=0 CPUtime=0
/proc/19517/stat : 19517 (java6) R 19515 19517 18055 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 21550026 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19517/statm: 1 1 0 0 0 1 0

[startup+0.0540999 s]
/proc/loadavg: 1.96 2.06 2.06 4/83 19517
/proc/meminfo: memFree=1765064/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=802032 CPUtime=0.03
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 2667 0 1 0 2 1 0 0 18 0 7 0 21550026 821280768 2412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 200508 2412 1024 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101104 s]
/proc/loadavg: 1.96 2.06 2.06 4/83 19517
/proc/meminfo: memFree=1765064/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=804560 CPUtime=0.08
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 3053 0 1 0 6 2 0 0 18 0 12 0 21550026 823869440 2796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 201140 2797 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301124 s]
/proc/loadavg: 1.96 2.06 2.06 4/83 19517
/proc/meminfo: memFree=1765064/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=805960 CPUtime=0.28
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 4411 0 1 0 25 3 0 0 18 0 12 0 21550026 825303040 4148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 201490 4148 1363 9 0 198817 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805960

[startup+0.701167 s]
/proc/loadavg: 1.96 2.06 2.06 4/83 19517
/proc/meminfo: memFree=1765064/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=807564 CPUtime=0.68
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 5572 0 1 0 64 4 0 0 18 0 12 0 21550026 826945536 4996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 201891 4996 1392 9 0 199218 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807564

[startup+1.50225 s]
/proc/loadavg: 1.96 2.06 2.06 4/95 19529
/proc/meminfo: memFree=1749864/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=807616 CPUtime=1.48
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 7550 0 1 0 143 5 0 0 18 0 12 0 21550026 826998784 6558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 201904 6566 1420 9 0 199231 0
[pid=19517/tid=19519] ppid=19515 vsize=807616 CPUtime=0.93
/proc/19517/task/19519/stat : 19519 (java) R 19515 19517 18055 0 -1 64 5229 0 1 0 90 3 0 0 25 0 12 0 21550028 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21550029 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21550029 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19515 19517 18055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21550030 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21550031 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21550031 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=807616 CPUtime=0.04
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21550035 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=807616 CPUtime=0.48
/proc/19517/task/19527/stat : 19527 (java) R 19515 19517 18055 0 -1 64 1336 0 0 0 48 0 0 0 16 0 12 0 21550035 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19528] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=807616 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 826998784 6573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807616

[startup+3.10141 s]
/proc/loadavg: 1.96 2.06 2.06 4/95 19529
/proc/meminfo: memFree=1738984/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=821548 CPUtime=3.08
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 15415 0 1 0 300 8 0 0 18 0 12 0 21550026 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 205387 10588 1431 9 0 202714 0
[pid=19517/tid=19519] ppid=19515 vsize=821548 CPUtime=1.28
/proc/19517/task/19519/stat : 19519 (java) R 19515 19517 18055 0 -1 64 6158 0 1 0 124 4 0 0 25 0 12 0 21550028 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21550029 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21550029 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19515 19517 18055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 21550030 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21550031 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21550031 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=821548 CPUtime=0.27
/proc/19517/task/19526/stat : 19526 (java) R 19515 19517 18055 0 -1 64 2896 0 0 0 27 0 0 0 17 0 12 0 21550035 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 105872816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=821548 CPUtime=1.5
/proc/19517/task/19527/stat : 19527 (java) R 19515 19517 18055 0 -1 64 5615 0 0 0 148 2 0 0 20 0 12 0 21550035 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 104163917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19528] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=821548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 841265152 10588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 821548

[startup+6.30274 s]
/proc/loadavg: 1.96 2.06 2.06 3/95 19529
/proc/meminfo: memFree=1679464/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=6.28
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 30509 0 1 0 612 16 0 0 18 0 12 0 21550026 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 23879 1449 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=3.54
/proc/19517/task/19519/stat : 19519 (java) R 19515 19517 18055 0 -1 64 17422 0 1 0 344 10 0 0 25 0 12 0 21550028 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4109768532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=0.03
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 978 0 0 0 3 0 0 0 16 0 12 0 21550029 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=0.02
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 1112 0 0 0 2 0 0 0 16 0 12 0 21550029 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19515 19517 18055 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 21550030 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=2.25
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7119 0 0 0 223 2 0 0 16 0 12 0 21550035 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 23879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 819548

[startup+12.7014 s]
/proc/loadavg: 1.97 2.06 2.05 3/95 19529
/proc/meminfo: memFree=1648872/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=12.7
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 37172 0 1 0 1251 19 0 0 18 0 12 0 21550026 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 30520 1449 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=9.26
/proc/19517/task/19519/stat : 19519 (java) R 19515 19517 18055 0 -1 64 17439 0 1 0 916 10 0 0 25 0 12 0 21550028 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4109770467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=0.22
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 4398 0 0 0 21 1 0 0 16 0 12 0 21550029 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=0.21
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 4273 0 0 0 19 2 0 0 16 0 12 0 21550029 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19515 19517 18055 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 21550030 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=2.55
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7162 0 0 0 253 2 0 0 17 0 12 0 21550035 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 30520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 819548

[startup+25.5027 s]
/proc/loadavg: 1.97 2.05 2.05 3/95 19529
/proc/meminfo: memFree=1621224/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=25.49
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 43857 0 1 0 2526 23 0 0 18 0 12 0 21550026 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 37182 1450 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=21.59
/proc/19517/task/19519/stat : 19519 (java) R 19515 19517 18055 0 -1 64 17462 0 1 0 2149 10 0 0 25 0 12 0 21550028 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4109756520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=0.43
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 7606 0 0 0 40 3 0 0 16 0 12 0 21550029 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 7726 0 0 0 36 4 0 0 16 0 12 0 21550029 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19515 19517 18055 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 21550030 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 37182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4

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

[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.62
Current children cumulated vsize (KiB) 819548

[startup+569.501 s]
/proc/loadavg: 2.06 2.11 2.09 3/95 19529
/proc/meminfo: memFree=1063208/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=567.99
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 182100 0 1 0 56713 86 0 0 18 0 12 0 21550026 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 174486 1452 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=365.35
/proc/19517/task/19519/stat : 19519 (java) S 19515 19517 18055 0 -1 64 18052 0 1 0 36523 12 0 0 17 0 12 0 21550028 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=13.26
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 81658 0 0 0 1293 33 0 0 16 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=15.58
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 70670 0 0 0 1529 29 0 0 15 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=169.61
/proc/19517/task/19522/stat : 19522 (java) R 19515 19517 18055 0 -1 64 636 0 0 0 16955 6 0 0 25 0 12 0 21550030 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 106157729 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=3.73
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7228 0 0 0 371 2 0 0 18 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 567.99
Current children cumulated vsize (KiB) 819548

[startup+572.703 s]
/proc/loadavg: 2.05 2.11 2.08 3/95 19529
/proc/meminfo: memFree=1063208/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=571.17
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 182102 0 1 0 57031 86 0 0 18 0 12 0 21550026 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 174486 1452 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=365.5
/proc/19517/task/19519/stat : 19519 (java) R 19515 19517 18055 0 -1 64 18054 0 1 0 36538 12 0 0 17 0 12 0 21550028 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4109768757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=13.26
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 81658 0 0 0 1293 33 0 0 16 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=15.58
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 70670 0 0 0 1529 29 0 0 15 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=172.65
/proc/19517/task/19522/stat : 19522 (java) R 19515 19517 18055 0 -1 64 636 0 0 0 17259 6 0 0 25 0 12 0 21550030 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=3.73
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7228 0 0 0 371 2 0 0 18 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 571.17
Current children cumulated vsize (KiB) 819548

[startup+574.303 s]
/proc/loadavg: 2.05 2.11 2.08 3/95 19529
/proc/meminfo: memFree=1063208/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=572.76
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 182102 0 1 0 57190 86 0 0 18 0 12 0 21550026 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 174486 1452 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=365.51
/proc/19517/task/19519/stat : 19519 (java) S 19515 19517 18055 0 -1 64 18054 0 1 0 36539 12 0 0 17 0 12 0 21550028 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=13.26
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 81658 0 0 0 1293 33 0 0 16 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=15.58
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 70670 0 0 0 1529 29 0 0 15 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=174.23
/proc/19517/task/19522/stat : 19522 (java) R 19515 19517 18055 0 -1 64 636 0 0 0 17417 6 0 0 25 0 12 0 21550030 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=3.73
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7228 0 0 0 371 2 0 0 18 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 572.76
Current children cumulated vsize (KiB) 819548

[startup+575.902 s]
/proc/loadavg: 2.05 2.11 2.08 3/95 19529
/proc/meminfo: memFree=1063144/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=574.35
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 182105 0 1 0 57349 86 0 0 18 0 12 0 21550026 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 174486 1451 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=365.6
/proc/19517/task/19519/stat : 19519 (java) S 19515 19517 18055 0 -1 64 18057 0 1 0 36548 12 0 0 17 0 12 0 21550028 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=13.26
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 81658 0 0 0 1293 33 0 0 16 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=15.58
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 70670 0 0 0 1529 29 0 0 15 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=175.73
/proc/19517/task/19522/stat : 19522 (java) R 19515 19517 18055 0 -1 64 636 0 0 0 17567 6 0 0 25 0 12 0 21550030 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=3.73
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7228 0 0 0 371 2 0 0 18 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 574.35
Current children cumulated vsize (KiB) 819548

[startup+576.702 s]
/proc/loadavg: 2.05 2.11 2.08 3/95 19529
/proc/meminfo: memFree=1063080/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=819548 CPUtime=575.15
/proc/19517/stat : 19517 (java) S 19515 19517 18055 0 -1 0 182105 0 1 0 57429 86 0 0 18 0 12 0 21550026 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 204887 174486 1451 9 0 202214 0
[pid=19517/tid=19519] ppid=19515 vsize=819548 CPUtime=365.6
/proc/19517/task/19519/stat : 19519 (java) S 19515 19517 18055 0 -1 64 18057 0 1 0 36548 12 0 0 17 0 12 0 21550028 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19515 vsize=819548 CPUtime=13.26
/proc/19517/task/19520/stat : 19520 (java) S 19515 19517 18055 0 -1 64 81658 0 0 0 1293 33 0 0 16 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19515 vsize=819548 CPUtime=15.58
/proc/19517/task/19521/stat : 19521 (java) S 19515 19517 18055 0 -1 64 70670 0 0 0 1529 29 0 0 15 0 12 0 21550029 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19515 vsize=819548 CPUtime=176.53
/proc/19517/task/19522/stat : 19522 (java) R 19515 19517 18055 0 -1 64 636 0 0 0 17647 6 0 0 25 0 12 0 21550030 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19523] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19523/stat : 19523 (java) S 19515 19517 18055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19515 19517 18055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21550031 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19525] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19515 19517 18055 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19526] ppid=19515 vsize=819548 CPUtime=0.4
/proc/19517/task/19526/stat : 19526 (java) S 19515 19517 18055 0 -1 64 3115 0 0 0 39 1 0 0 16 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19527] ppid=19515 vsize=819548 CPUtime=3.73
/proc/19517/task/19527/stat : 19527 (java) S 19515 19517 18055 0 -1 64 7228 0 0 0 371 2 0 0 18 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19517/tid=19528] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19528/stat : 19528 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19517/tid=19529] ppid=19515 vsize=819548 CPUtime=0
/proc/19517/task/19529/stat : 19529 (java) S 19515 19517 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21550035 839217152 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 575.15
Current children cumulated vsize (KiB) 819548

[startup+577.102 s]
/proc/loadavg: 2.05 2.11 2.08 3/95 19529
/proc/meminfo: memFree=1063080/2055920 swapFree=4192812/4192956
[pid=19517] ppid=19515 vsize=0 CPUtime=575.5
/proc/19517/stat : 19517 (java) Z 19515 19517 18055 0 -1 12 182121 0 1 0 57455 95 0 0 16 0 2 0 21550026 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19517/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 575.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 577.119
CPU time (s): 575.528
CPU user time (s): 574.56
CPU system time (s): 0.967852
CPU usage (%): 99.7243
Max. virtual memory (cumulated for all children) (KiB): 821548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 574.56
system time used= 0.967852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182121
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= 21040
involuntary context switches= 17905

runsolver used 0.705892 second user time and 1.9447 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 22:41:02
IDJOB=2067489
IDBENCH=54664
IDSOLVER=731
FILE ID=node44/2067489-1247344861
PBS_JOBID= 9506685
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-p2756.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067489-1247344861/watcher-2067489-1247344861 -o /tmp/evaluation-result-2067489-1247344861/solver-2067489-1247344861 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067489-1247344861.xml

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

MD5SUM BENCH= 80f655ef422cd8091352455c31ada8a2
RANDOM SEED=584851946

node44.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.219
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.219
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:       1765544 kB
Buffers:         24304 kB
Cached:          92452 kB
SwapCached:          0 kB
Active:         200380 kB
Inactive:        40484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:         139752 kB
Slab:            34480 kB
Committed_AS:   895416 kB
PageTables:       1976 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= 66380 MiB
End job on node44 at 2009-07-11 22:50:39