Trace number 1047395

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 2008-06-13? 93.4558 92.7774

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-7_ext.xml
MD5SUM31e5a461bf53d15160acbed3c56f99c9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.045
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1047395-1215039774.xml
0.38/0.40	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.59/0.68	c reading variables done.
0.69/0.71	c reading relations done.
1.57/1.62	c reading constraints
93.30/92.63	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
93.30/92.63		at java.lang.Integer.valueOf(Unknown Source)
93.30/92.63		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
93.30/92.63		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
93.30/92.63		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.30/92.63		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
93.30/92.63		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
93.30/92.63		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
93.30/92.63		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
93.30/92.63		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
93.30/92.63		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
93.30/92.63	c starts		: 0
93.30/92.63	c conflicts		: 0
93.30/92.64	c decisions		: 0
93.30/92.64	c propagations		: 0
93.30/92.64	c inspects		: 0
93.30/92.64	c learnt literals	: 0
93.30/92.64	c learnt binary clauses	: 0
93.30/92.64	c learnt ternary clauses	: 0
93.30/92.64	c learnt clauses	: 0
93.30/92.64	c ignored clauses	: 0
93.30/92.64	c root simplifications	: 0
93.30/92.64	c removed literals (reason simplification)	: 0
93.30/92.64	c reason swapping (by a shorter reason)	: 0
93.30/92.64	c Calls to reduceDB	: 0
93.30/92.64	c speed (assignments/second)	: 0.0
93.30/92.64	c non guided choices	0
93.30/92.64	s UNKNOWN
93.30/92.64	c Total wall clock time (in seconds) : 92.235

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047395-1215039774/watcher-1047395-1215039774 -o /tmp/evaluation-result-1047395-1215039774/solver-1047395-1215039774 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047395-1215039774.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.26 0.54 4/72 1445
/proc/meminfo: memFree=720592/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=1804 CPUtime=0
/proc/1445/stat : 1445 (java6) R 1443 1445 1217 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 988432368 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/1445/statm: 451 155 111 9 0 93 0

[startup+0.0401849 s]
/proc/loadavg: 2.00 1.26 0.54 4/72 1445
/proc/meminfo: memFree=720592/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=801432 CPUtime=0.02
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 2466 0 1 0 1 1 0 0 18 0 5 0 988432368 820666368 2204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101224 s]
/proc/loadavg: 2.00 1.26 0.54 4/72 1445
/proc/meminfo: memFree=720592/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=804612 CPUtime=0.09
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 3005 0 1 0 7 2 0 0 18 0 12 0 988432368 823922688 2738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301241 s]
/proc/loadavg: 2.00 1.26 0.54 4/72 1445
/proc/meminfo: memFree=720592/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=808244 CPUtime=0.29
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 4988 0 1 0 25 4 0 0 18 0 12 0 988432368 827641856 4315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 202061 4315 1304 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.701272 s]
/proc/loadavg: 2.00 1.26 0.54 4/72 1445
/proc/meminfo: memFree=720592/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=808272 CPUtime=0.69
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 6380 0 1 0 63 6 0 0 18 0 12 0 988432368 827670528 5508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 202068 5508 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808272

[startup+1.50233 s]
/proc/loadavg: 2.00 1.26 0.54 3/84 1457
/proc/meminfo: memFree=699632/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=812740 CPUtime=1.48
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 11159 0 1 0 140 8 0 0 18 0 12 0 988432368 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 203185 8702 1349 9 0 200547 0
[pid=1445/tid=1447] ppid=1443 vsize=812740 CPUtime=0.66
/proc/1445/task/1447/stat : 1447 (java) R 1443 1445 1217 0 -1 64 5881 0 1 0 61 5 0 0 21 0 12 0 988432369 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4109147589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 988432370 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 988432370 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 988432372 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 988432372 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 988432372 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=812740 CPUtime=0.44
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3039 0 0 0 44 0 0 0 16 0 12 0 988432376 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=812740 CPUtime=0.33
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1473 0 0 0 33 0 0 0 16 0 12 0 988432377 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=812740 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 832245760 8702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812740

[startup+3.10246 s]
/proc/loadavg: 2.00 1.26 0.54 3/84 1457
/proc/meminfo: memFree=683632/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=814668 CPUtime=3.07
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 28222 0 1 0 292 15 0 0 18 0 12 0 988432368 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 203667 25534 1358 9 0 201029 0
[pid=1445/tid=1447] ppid=1443 vsize=814668 CPUtime=1.71
/proc/1445/task/1447/stat : 1447 (java) R 1443 1445 1217 0 -1 64 16968 0 1 0 161 10 0 0 25 0 12 0 988432369 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4109703269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=814668 CPUtime=0.07
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 3119 0 0 0 7 0 0 0 17 0 12 0 988432370 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=814668 CPUtime=0.07
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 2696 0 0 0 7 0 0 0 17 0 12 0 988432370 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=814668 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1217 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 988432372 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=814668 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=814668 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 988432372 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=814668 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=814668 CPUtime=0.57
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3051 0 0 0 57 0 0 0 16 0 12 0 988432376 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=814668 CPUtime=0.57
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1597 0 0 0 57 0 0 0 16 0 12 0 988432377 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=814668 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=814668 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 834220032 25534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 814668

[startup+6.30171 s]
/proc/loadavg: 2.00 1.27 0.54 3/84 1457
/proc/meminfo: memFree=520752/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=822824 CPUtime=6.89
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 64818 0 1 0 659 30 0 0 18 0 12 0 988432368 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 205706 57994 1358 9 0 203068 0
[pid=1445/tid=1447] ppid=1443 vsize=822824 CPUtime=3.57
/proc/1445/task/1447/stat : 1447 (java) R 1443 1445 1217 0 -1 64 16974 0 1 0 347 10 0 0 24 0 12 0 988432369 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4109713941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=822824 CPUtime=0.98
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 18352 0 0 0 91 7 0 0 19 0 12 0 988432370 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=822824 CPUtime=1.13
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 24053 0 0 0 103 10 0 0 19 0 12 0 988432370 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1217 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 988432372 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 988432372 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=822824 CPUtime=0.57
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3051 0 0 0 57 0 0 0 16 0 12 0 988432376 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=822824 CPUtime=0.57
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1597 0 0 0 57 0 0 0 16 0 12 0 988432377 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 842571776 57994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 822824

[startup+12.7022 s]
/proc/loadavg: 2.00 1.28 0.55 4/84 1457
/proc/meminfo: memFree=333872/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=822824 CPUtime=14.03
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 108497 0 1 0 1351 52 0 0 18 0 12 0 988432368 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 205706 100490 1358 9 0 203068 0
[pid=1445/tid=1447] ppid=1443 vsize=822824 CPUtime=6.7
/proc/1445/task/1447/stat : 1447 (java) R 1443 1445 1217 0 -1 64 16988 0 1 0 660 10 0 0 17 0 12 0 988432369 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4109684812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=822824 CPUtime=2.23
/proc/1445/task/1448/stat : 1448 (java) R 1443 1445 1217 0 -1 64 31549 0 0 0 210 13 0 0 19 0 12 0 988432370 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=822824 CPUtime=3.88
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 54521 0 0 0 363 25 0 0 17 0 12 0 988432370 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1217 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 988432372 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 988432372 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=822824 CPUtime=0.58
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3051 0 0 0 58 0 0 0 16 0 12 0 988432376 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=822824 CPUtime=0.57
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1597 0 0 0 57 0 0 0 16 0 12 0 988432377 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 842571776 100490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 822824

[startup+25.5022 s]
/proc/loadavg: 2.22 1.37 0.59 4/84 1457
/proc/meminfo: memFree=31152/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=854828 CPUtime=26.7
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 193114 0 1 0 2584 86 0 0 18 0 12 0 988432368 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 213707 178082 1364 9 0 211069 0
[pid=1445/tid=1447] ppid=1443 vsize=854828 CPUtime=11.56
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1217 0 -1 64 23155 0 1 0 1144 12 0 0 18 0 12 0 988432369 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=854828 CPUtime=2.23
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 31549 0 0 0 210 13 0 0 19 0 12 0 988432370 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=854828 CPUtime=9.52
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 117954 0 0 0 901 51 0 0 16 0 12 0 988432370 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=854828 CPUtime=2.1
/proc/1445/task/1450/stat : 1450 (java) R 1443 1445 1217 0 -1 64 15042 0 0 0 204 6 0 0 18 0 12 0 988432372 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=854828 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=854828 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 988432372 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=854828 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 875343872 178082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1445/tid=1456] ppid=1443 vsize=854828 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 875343872 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=854828 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 875343872 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.54
Current children cumulated vsize (KiB) 854828

[startup+83.1018 s]
/proc/loadavg: 2.12 1.48 0.67 3/84 1457
/proc/meminfo: memFree=47024/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=838828 CPUtime=83.88
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 448116 0 1 0 8192 196 0 0 18 0 12 0 988432368 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 209707 178988 1365 9 0 207069 0
[pid=1445/tid=1447] ppid=1443 vsize=838828 CPUtime=14.29
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1217 0 -1 64 23173 0 1 0 1416 13 0 0 17 0 12 0 988432369 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=838828 CPUtime=2.34
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 31549 0 0 0 221 13 0 0 15 0 12 0 988432370 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=838828 CPUtime=10.32
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 117954 0 0 0 981 51 0 0 16 0 12 0 988432370 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=838828 CPUtime=55.62
/proc/1445/task/1450/stat : 1450 (java) R 1443 1445 1217 0 -1 64 270024 0 0 0 5446 116 0 0 25 0 12 0 988432372 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=838828 CPUtime=0.64
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3054 0 0 0 64 0 0 0 17 0 12 0 988432376 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=838828 CPUtime=0.6
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1599 0 0 0 60 0 0 0 16 0 12 0 988432377 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 858959872 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.88
Current children cumulated vsize (KiB) 838828

[startup+89.5023 s]
/proc/loadavg: 2.10 1.50 0.69 3/84 1457
/proc/meminfo: memFree=47088/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=822824 CPUtime=90.23
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 462125 0 1 0 8819 204 0 0 18 0 12 0 988432368 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 205706 174988 1366 9 0 203068 0
[pid=1445/tid=1447] ppid=1443 vsize=822824 CPUtime=14.29
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1217 0 -1 64 23176 0 1 0 1416 13 0 0 17 0 12 0 988432369 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=822824 CPUtime=2.34
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 31549 0 0 0 221 13 0 0 15 0 12 0 988432370 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=822824 CPUtime=10.32
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 117954 0 0 0 981 51 0 0 16 0 12 0 988432370 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=822824 CPUtime=61.96
/proc/1445/task/1450/stat : 1450 (java) R 1443 1445 1217 0 -1 64 284030 0 0 0 6073 123 0 0 25 0 12 0 988432372 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 105677431 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 988432372 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=822824 CPUtime=0.64
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3054 0 0 0 64 0 0 0 17 0 12 0 988432376 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=822824 CPUtime=0.6
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1599 0 0 0 60 0 0 0 16 0 12 0 988432377 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=822824 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 842571776 174988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.23
Current children cumulated vsize (KiB) 822824

[startup+91.1014 s]
/proc/loadavg: 2.10 1.50 0.69 3/84 1457
/proc/meminfo: memFree=46896/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=838828 CPUtime=91.82
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 469128 0 1 0 8975 207 0 0 18 0 12 0 988432368 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 209707 178989 1366 9 0 207069 0
[pid=1445/tid=1447] ppid=1443 vsize=838828 CPUtime=14.29
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1217 0 -1 64 23176 0 1 0 1416 13 0 0 17 0 12 0 988432369 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=838828 CPUtime=2.34
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 31549 0 0 0 221 13 0 0 15 0 12 0 988432370 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=838828 CPUtime=10.32
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 117954 0 0 0 981 51 0 0 16 0 12 0 988432370 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=838828 CPUtime=63.55
/proc/1445/task/1450/stat : 1450 (java) R 1443 1445 1217 0 -1 64 291033 0 0 0 6229 126 0 0 25 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 104136487 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=838828 CPUtime=0.64
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3054 0 0 0 64 0 0 0 17 0 12 0 988432376 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=838828 CPUtime=0.6
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1599 0 0 0 60 0 0 0 16 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.82
Current children cumulated vsize (KiB) 838828

[startup+91.9015 s]
/proc/loadavg: 2.10 1.50 0.69 3/84 1457
/proc/meminfo: memFree=46960/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=838828 CPUtime=92.61
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 469128 0 1 0 9054 207 0 0 18 0 12 0 988432368 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 209707 178989 1366 9 0 207069 0
[pid=1445/tid=1447] ppid=1443 vsize=838828 CPUtime=14.29
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1217 0 -1 64 23176 0 1 0 1416 13 0 0 17 0 12 0 988432369 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=838828 CPUtime=2.34
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 31549 0 0 0 221 13 0 0 15 0 12 0 988432370 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=838828 CPUtime=10.32
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 117954 0 0 0 981 51 0 0 16 0 12 0 988432370 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=838828 CPUtime=64.34
/proc/1445/task/1450/stat : 1450 (java) R 1443 1445 1217 0 -1 64 291033 0 0 0 6308 126 0 0 25 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106736464 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=838828 CPUtime=0.64
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3054 0 0 0 64 0 0 0 17 0 12 0 988432376 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=838828 CPUtime=0.6
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1599 0 0 0 60 0 0 0 16 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.61
Current children cumulated vsize (KiB) 838828

[startup+92.3015 s]
/proc/loadavg: 2.10 1.50 0.69 3/84 1457
/proc/meminfo: memFree=46960/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=838828 CPUtime=93.01
/proc/1445/stat : 1445 (java) S 1443 1445 1217 0 -1 0 469128 0 1 0 9094 207 0 0 18 0 12 0 988432368 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 209707 178989 1366 9 0 207069 0
[pid=1445/tid=1447] ppid=1443 vsize=838828 CPUtime=14.29
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1217 0 -1 64 23176 0 1 0 1416 13 0 0 17 0 12 0 988432369 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1448] ppid=1443 vsize=838828 CPUtime=2.34
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1217 0 -1 64 31549 0 0 0 221 13 0 0 15 0 12 0 988432370 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1449] ppid=1443 vsize=838828 CPUtime=10.32
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1217 0 -1 64 117954 0 0 0 981 51 0 0 16 0 12 0 988432370 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1450] ppid=1443 vsize=838828 CPUtime=64.74
/proc/1445/task/1450/stat : 1450 (java) R 1443 1445 1217 0 -1 64 291033 0 0 0 6348 126 0 0 25 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1451] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1452] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1217 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 988432372 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1453] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 988432376 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1454] ppid=1443 vsize=838828 CPUtime=0.64
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1217 0 -1 64 3054 0 0 0 64 0 0 0 17 0 12 0 988432376 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1455] ppid=1443 vsize=838828 CPUtime=0.6
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1217 0 -1 64 1599 0 0 0 60 0 0 0 16 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1456] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1217 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1445/tid=1457] ppid=1443 vsize=838828 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1217 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 988432377 858959872 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.01
Current children cumulated vsize (KiB) 838828

[startup+92.7021 s]
/proc/loadavg: 2.10 1.50 0.69 3/84 1457
/proc/meminfo: memFree=46960/2055920 swapFree=4136560/4192956
[pid=1445] ppid=1443 vsize=0 CPUtime=93.37
/proc/1445/stat : 1445 (java) Z 1443 1445 1217 0 -1 12 469142 0 1 0 9127 210 0 0 16 0 2 0 988432368 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1445/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.7774
CPU time (s): 93.4558
CPU user time (s): 91.2721
CPU system time (s): 2.18367
CPU usage (%): 100.731
Max. virtual memory (cumulated for all children) (KiB): 870832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.2721
system time used= 2.18367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469142
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= 2873
involuntary context switches= 4836

runsolver used 0.111982 second user time and 0.332949 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 01:02:54
IDJOB=1047395
IDBENCH=54145
IDSOLVER=344
FILE ID=node26/1047395-1215039774
PBS_JOBID= 7875122
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-7_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047395-1215039774/watcher-1047395-1215039774 -o /tmp/evaluation-result-1047395-1215039774/solver-1047395-1215039774 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047395-1215039774.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31e5a461bf53d15160acbed3c56f99c9
RANDOM SEED=1378963083

node26.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.221
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.221
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:        721072 kB
Buffers:         70332 kB
Cached:         335220 kB
SwapCached:      50592 kB
Active:        1040236 kB
Inactive:       241872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        721072 kB
SwapTotal:     4192956 kB
SwapFree:      4136560 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         883900 kB
Slab:            36600 kB
Committed_AS:  2451120 kB
PageTables:       3376 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= 66544 MiB
End job on node26 at 2008-07-03 01:04:27