Trace number 2073319

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? 83.9792 84.8614

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-8_ext.xml
MD5SUMa4f9e7aefae7ad10223acb0ad88dbbd6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.792879
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2073319-1247358291/watcher-2073319-1247358291 -o /tmp/evaluation-result-2073319-1247358291/solver-2073319-1247358291 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073319-1247358291.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: 5.02 5.14 4.83 4/83 19572
/proc/meminfo: memFree=575784/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=18576 CPUtime=0
/proc/19572/stat : 19572 (runsolver) R 19570 19572 17819 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22894094 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19572/statm: 4644 284 249 26 0 2626 0

[startup+0.0367801 s]
/proc/loadavg: 5.02 5.14 4.83 4/83 19572
/proc/meminfo: memFree=575784/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=12928 CPUtime=0
/proc/19572/stat : 19572 (java) D 19570 19572 17819 0 -1 0 372 0 6 0 0 0 0 0 18 0 1 0 22894094 13238272 185 996147200 134512640 134550932 4294956016 18446744073709551615 5686058 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/19572/statm: 3232 188 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.109303 s]
/proc/loadavg: 5.02 5.14 4.83 4/83 19572
/proc/meminfo: memFree=575784/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=13496 CPUtime=0.02
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 833 0 30 0 0 2 0 0 18 0 2 0 22894094 13819904 618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 3374 618 294 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+0.301336 s]
/proc/loadavg: 5.02 5.14 4.83 4/83 19572
/proc/meminfo: memFree=575784/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=13496 CPUtime=0.02
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 833 0 30 0 0 2 0 0 18 0 2 0 22894094 13819904 618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 3374 618 294 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+0.701422 s]
/proc/loadavg: 5.02 5.14 4.83 4/83 19572
/proc/meminfo: memFree=575784/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=13496 CPUtime=0.02
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 833 0 30 0 0 2 0 0 18 0 2 0 22894094 13819904 618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 3374 618 294 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+1.50158 s]
/proc/loadavg: 5.02 5.13 4.83 2/85 19574
/proc/meminfo: memFree=554520/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=804884 CPUtime=0.17
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 3606 0 31 0 12 5 0 0 18 0 12 0 22894094 824201216 3374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 201221 3374 1326 9 0 198555 0
[pid=19572/tid=19574] ppid=19570 vsize=804884 CPUtime=0.12
/proc/19572/task/19574/stat : 19574 (java) R 19570 19572 17819 0 -1 64 2579 0 1 0 10 2 0 0 23 0 12 0 22894101 824201216 3374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 804884

[startup+3.10291 s]
/proc/loadavg: 5.02 5.13 4.83 3/95 19584
/proc/meminfo: memFree=502024/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=809276 CPUtime=1.7
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 18799 0 32 0 156 14 0 0 18 0 12 0 22894094 828698624 17334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 202319 17335 1405 9 0 199646 0
[pid=19572/tid=19574] ppid=19570 vsize=809276 CPUtime=1.03
/proc/19572/task/19574/stat : 19574 (java) R 19570 19572 17819 0 -1 64 15431 0 2 0 93 10 0 0 24 0 12 0 22894101 828698624 17335 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22894225 828698624 17336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22894225 828698624 17336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19577/stat : 19577 (java) S 19570 19572 17819 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22894228 828698624 17337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22894229 828698624 17337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22894229 828698624 17338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 828698624 17338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 828698624 17338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=809276 CPUtime=0.63
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 2643 0 0 0 62 1 0 0 17 0 12 0 22894235 828698624 17339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 828698624 17339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=809276 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 828698624 17340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 809276
heavy processes:

[startup+6.30259 s]
/proc/loadavg: 5.02 5.13 4.83 3/95 19584
/proc/meminfo: memFree=347656/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=809440 CPUtime=4.94
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 48183 0 32 0 466 28 0 0 18 0 12 0 22894094 828866560 45150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 202360 45151 1423 9 0 199687 0
[pid=19572/tid=19574] ppid=19570 vsize=809440 CPUtime=3.09
/proc/19572/task/19574/stat : 19574 (java) R 19570 19572 17819 0 -1 64 16911 0 2 0 297 12 0 0 25 0 12 0 22894101 828866560 45153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=809440 CPUtime=0.32
/proc/19572/task/19575/stat : 19575 (java) R 19570 19572 17819 0 -1 64 12943 0 0 0 26 6 0 0 16 0 12 0 22894225 828866560 45155 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=809440 CPUtime=0.32
/proc/19572/task/19576/stat : 19576 (java) R 19570 19572 17819 0 -1 64 13370 0 0 0 27 5 0 0 16 0 12 0 22894225 828866560 45157 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19577/stat : 19577 (java) S 19570 19572 17819 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22894228 828866560 45159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 828866560 45161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 828866560 45163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 828866560 45165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 828866560 45167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=809440 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 828866560 45169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 828866560 45171 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=809440 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 828866560 45173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 809440
heavy processes:

[startup+12.7029 s]
/proc/loadavg: 5.18 5.16 4.84 5/95 19584
/proc/meminfo: memFree=36296/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=811396 CPUtime=11.83
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 107980 0 32 0 1128 55 0 0 18 0 12 0 22894094 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 202849 103841 1423 9 0 200176 0
[pid=19572/tid=19574] ppid=19570 vsize=811396 CPUtime=6.48
/proc/19572/task/19574/stat : 19574 (java) R 19570 19572 17819 0 -1 64 16929 0 2 0 636 12 0 0 25 0 12 0 22894101 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4109739995 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=811396 CPUtime=2.14
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 40102 0 0 0 197 17 0 0 17 0 12 0 22894225 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=811396 CPUtime=1.98
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 45983 0 0 0 179 19 0 0 16 0 12 0 22894225 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19577/stat : 19577 (java) S 19570 19572 17819 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22894228 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=811396 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=811396 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 830869504 103841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 811396

[startup+25.5015 s]
/proc/loadavg: 5.21 5.17 4.85 3/95 19585
/proc/meminfo: memFree=18824/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=827400 CPUtime=24.85
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 184055 0 32 0 2397 88 0 0 18 0 12 0 22894094 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 206850 172328 1425 9 0 204177 0
[pid=19572/tid=19574] ppid=19570 vsize=827400 CPUtime=11.41
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16952 0 2 0 1128 13 0 0 18 0 12 0 22894101 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=827400 CPUtime=4.97
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 64517 0 0 0 469 28 0 0 16 0 12 0 22894225 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=827400 CPUtime=4.2
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 86107 0 0 0 385 35 0 0 16 0 12 0 22894225 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=827400 CPUtime=3.03
/proc/19572/task/19577/stat : 19577 (java) R 19570 19572 17819 0 -1 64 11525 0 0 0 298 5 0 0 21 0 12 0 22894228 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=827400 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 847257600 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 827400

[startup+51.1017 s]
/proc/loadavg: 5.01 5.12 4.84 3/95 19585
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=843400 CPUtime=50.33
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 297307 0 32 0 4893 140 0 0 18 0 12 0 22894094 863641600 180016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 210850 180016 1425 9 0 208177 0
[pid=19572/tid=19574] ppid=19570 vsize=843400 CPUtime=12.68
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16962 0 2 0 1254 14 0 0 17 0 12 0 22894101 863641600 180016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19572/tid=19583] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.85
Current children cumulated vsize (KiB) 827400

[startup+79.9025 s]
/proc/loadavg: 5.00 5.11 4.84 3/95 19585
/proc/meminfo: memFree=17160/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=819400 CPUtime=79.04
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 433891 0 32 0 7701 203 0 0 18 0 12 0 22894094 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 204850 174016 1424 9 0 202177 0
[pid=19572/tid=19574] ppid=19570 vsize=819400 CPUtime=12.73
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16973 0 2 0 1259 14 0 0 17 0 12 0 22894101 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=819400 CPUtime=4.97
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 64517 0 0 0 469 28 0 0 16 0 12 0 22894225 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=819400 CPUtime=4.2
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 86107 0 0 0 385 35 0 0 16 0 12 0 22894225 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=819400 CPUtime=55.91
/proc/19572/task/19577/stat : 19577 (java) R 19570 19572 17819 0 -1 64 261340 0 0 0 5471 120 0 0 25 0 12 0 22894228 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=819400 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=819400 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=819400 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=819400 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=819400 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=819400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=819400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 839065600 174016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.04
Current children cumulated vsize (KiB) 819400

[startup+83.1022 s]
/proc/loadavg: 5.00 5.11 4.85 2/95 19585
/proc/meminfo: memFree=21320/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=827400 CPUtime=82.22
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 445647 0 32 0 8014 208 0 0 18 0 12 0 22894094 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 206850 176016 1424 9 0 204177 0
[pid=19572/tid=19574] ppid=19570 vsize=827400 CPUtime=12.73
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16973 0 2 0 1259 14 0 0 17 0 12 0 22894101 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=827400 CPUtime=4.97
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 64517 0 0 0 469 28 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=827400 CPUtime=4.2
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 86107 0 0 0 385 35 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=827400 CPUtime=59.09
/proc/19572/task/19577/stat : 19577 (java) R 19570 19572 17819 0 -1 64 273096 0 0 0 5784 125 0 0 25 0 12 0 22894228 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=827400 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 827400

[startup+83.9024 s]
/proc/loadavg: 5.00 5.11 4.85 3/95 19585
/proc/meminfo: memFree=20104/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=827400 CPUtime=83.02
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 445647 0 32 0 8094 208 0 0 18 0 12 0 22894094 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 206850 176016 1424 9 0 204177 0
[pid=19572/tid=19574] ppid=19570 vsize=827400 CPUtime=12.73
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16973 0 2 0 1259 14 0 0 17 0 12 0 22894101 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=827400 CPUtime=4.97
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 64517 0 0 0 469 28 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=827400 CPUtime=4.2
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 86107 0 0 0 385 35 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=827400 CPUtime=59.89
/proc/19572/task/19577/stat : 19577 (java) R 19570 19572 17819 0 -1 64 273096 0 0 0 5864 125 0 0 25 0 12 0 22894228 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=827400 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 827400

[startup+84.3024 s]
/proc/loadavg: 5.00 5.11 4.85 3/95 19585
/proc/meminfo: memFree=20104/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=827400 CPUtime=83.42
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 445647 0 32 0 8134 208 0 0 18 0 12 0 22894094 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 206850 176016 1424 9 0 204177 0
[pid=19572/tid=19574] ppid=19570 vsize=827400 CPUtime=12.73
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16973 0 2 0 1259 14 0 0 17 0 12 0 22894101 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=827400 CPUtime=4.97
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 64517 0 0 0 469 28 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=827400 CPUtime=4.2
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 86107 0 0 0 385 35 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=827400 CPUtime=60.29
/proc/19572/task/19577/stat : 19577 (java) R 19570 19572 17819 0 -1 64 273096 0 0 0 5904 125 0 0 25 0 12 0 22894228 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=827400 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.42
Current children cumulated vsize (KiB) 827400

[startup+84.7075 s]
/proc/loadavg: 5.00 5.11 4.85 2/95 19585
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=827400 CPUtime=83.83
/proc/19572/stat : 19572 (java) S 19570 19572 17819 0 -1 0 445647 0 32 0 8175 208 0 0 18 0 12 0 22894094 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 206850 176016 1424 9 0 204177 0
[pid=19572/tid=19574] ppid=19570 vsize=827400 CPUtime=12.73
/proc/19572/task/19574/stat : 19574 (java) S 19570 19572 17819 0 -1 64 16973 0 2 0 1259 14 0 0 17 0 12 0 22894101 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19575] ppid=19570 vsize=827400 CPUtime=4.97
/proc/19572/task/19575/stat : 19575 (java) S 19570 19572 17819 0 -1 64 64517 0 0 0 469 28 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19576] ppid=19570 vsize=827400 CPUtime=4.2
/proc/19572/task/19576/stat : 19576 (java) S 19570 19572 17819 0 -1 64 86107 0 0 0 385 35 0 0 16 0 12 0 22894225 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19577] ppid=19570 vsize=827400 CPUtime=60.7
/proc/19572/task/19577/stat : 19577 (java) R 19570 19572 17819 0 -1 64 273096 0 0 0 5945 125 0 0 25 0 12 0 22894228 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19578] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19578/stat : 19578 (java) S 19570 19572 17819 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19579] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19579/stat : 19579 (java) S 19570 19572 17819 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22894229 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19580] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19580/stat : 19580 (java) S 19570 19572 17819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19581] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19581/stat : 19581 (java) S 19570 19572 17819 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19582] ppid=19570 vsize=827400 CPUtime=1.15
/proc/19572/task/19582/stat : 19582 (java) S 19570 19572 17819 0 -1 64 4231 0 0 0 114 1 0 0 17 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19583] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19583/stat : 19583 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19572/tid=19584] ppid=19570 vsize=827400 CPUtime=0
/proc/19572/task/19584/stat : 19584 (java) S 19570 19572 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22894235 847257600 176016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.83
Current children cumulated vsize (KiB) 827400

[startup+84.8025 s]
/proc/loadavg: 5.00 5.11 4.85 2/95 19585
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=19572] ppid=19570 vsize=0 CPUtime=83.91
/proc/19572/stat : 19572 (java) Z 19570 19572 17819 0 -1 12 445665 0 32 0 8178 213 0 0 16 0 2 0 22894094 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19572/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.8614
CPU time (s): 83.9792
CPU user time (s): 81.7876
CPU system time (s): 2.19167
CPU usage (%): 98.9605
Max. virtual memory (cumulated for all children) (KiB): 859404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7876
system time used= 2.19167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445665
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3735
involuntary context switches= 3168

runsolver used 0.104984 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 02:24:54
IDJOB=2073319
IDBENCH=55968
IDSOLVER=731
FILE ID=node80/2073319-1247358291
PBS_JOBID= 9506967
Free space on /tmp= 57320 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-8_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073319-1247358291/watcher-2073319-1247358291 -o /tmp/evaluation-result-2073319-1247358291/solver-2073319-1247358291 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073319-1247358291.xml

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

MD5SUM BENCH= a4f9e7aefae7ad10223acb0ad88dbbd6
RANDOM SEED=1849962038

node80.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.285
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.285
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:        576456 kB
Buffers:          4288 kB
Cached:        1361968 kB
SwapCached:          0 kB
Active:         830324 kB
Inactive:       562560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        576456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          460436 kB
Writeback:           0 kB
Mapped:          47896 kB
Slab:            71704 kB
Committed_AS:   215872 kB
PageTables:       1920 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= 56508 MiB
End job on node80 at 2009-07-12 02:26:20