Trace number 1076555

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? 39.628 38.8642

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-10_ext.xml
MD5SUM8f90e38a72d4e13177d59b77be18a7c8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1076555-1215188350/watcher-1076555-1215188350 -o /tmp/evaluation-result-1076555-1215188350/solver-1076555-1215188350 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076555-1215188350.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.20 2.11 1.96 3/82 18552
/proc/meminfo: memFree=1391568/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=1804 CPUtime=0
/proc/18552/stat : 18552 (java6) R 18550 18552 13531 0 -1 0 154 0 0 0 0 0 0 0 18 0 1 0 1997809168 1847296 127 996147200 134512640 134550740 4294956176 18446744073709551615 5113467 0 0 4096 0 0 0 0 17 0 0 0
/proc/18552/statm: 451 127 86 9 0 93 0

[startup+0.0439251 s]
/proc/loadavg: 2.20 2.11 1.96 3/82 18552
/proc/meminfo: memFree=1391568/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=801432 CPUtime=0.02
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 2464 0 1 0 1 1 0 0 18 0 5 0 1997809168 820666368 2202 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 200358 2202 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.102092 s]
/proc/loadavg: 2.20 2.11 1.96 3/82 18552
/proc/meminfo: memFree=1391568/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=804488 CPUtime=0.08
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 2922 0 1 0 6 2 0 0 18 0 12 0 1997809168 823795712 2655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 201122 2655 1029 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301133 s]
/proc/loadavg: 2.20 2.11 1.96 3/82 18552
/proc/meminfo: memFree=1391568/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=808244 CPUtime=0.28
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 4859 0 1 0 24 4 0 0 18 0 12 0 1997809168 827641856 4186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 202061 4186 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702179 s]
/proc/loadavg: 2.20 2.11 1.96 3/82 18552
/proc/meminfo: memFree=1391568/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=808272 CPUtime=0.68
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 6322 0 1 0 63 5 0 0 18 0 12 0 1997809168 827670528 5450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 202068 5450 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.5023 s]
/proc/loadavg: 2.20 2.11 1.96 4/94 18564
/proc/meminfo: memFree=1355696/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=808272 CPUtime=1.47
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 12931 0 1 0 138 9 0 0 18 0 12 0 1997809168 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 202068 12058 1341 9 0 199430 0
[pid=18552/tid=18554] ppid=18550 vsize=808272 CPUtime=0.99
/proc/18552/task/18554/stat : 18554 (java) R 18550 18552 13531 0 -1 64 10352 0 1 0 91 8 0 0 24 0 12 0 1997809169 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4109210116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809170 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18556] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 1997809170 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18557] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18557/stat : 18557 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997809172 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18558] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1997809173 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1997809173 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=808272 CPUtime=0.23
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 644 0 0 0 23 0 0 0 16 0 12 0 1997809178 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=808272 CPUtime=0.22
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1172 0 0 0 22 0 0 0 16 0 12 0 1997809178 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=808272 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 827670528 12058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10154 s]
/proc/loadavg: 2.20 2.11 1.96 3/94 18564
/proc/meminfo: memFree=1340272/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=809624 CPUtime=3.06
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 27534 0 1 0 289 17 0 0 18 0 12 0 1997809168 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 202406 25600 1357 9 0 199768 0
[pid=18552/tid=18554] ppid=18550 vsize=809624 CPUtime=1.82
/proc/18552/task/18554/stat : 18554 (java) R 18550 18552 13531 0 -1 64 16969 0 1 0 170 12 0 0 25 0 12 0 1997809169 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 106734531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=809624 CPUtime=0.05
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 3664 0 0 0 4 1 0 0 16 0 12 0 1997809170 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18556] ppid=18550 vsize=809624 CPUtime=0.04
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 2911 0 0 0 4 0 0 0 16 0 12 0 1997809170 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18557] ppid=18550 vsize=809624 CPUtime=0
/proc/18552/task/18557/stat : 18557 (java) S 18550 18552 13531 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1997809172 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18558] ppid=18550 vsize=809624 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=809624 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=809624 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=809624 CPUtime=0.61
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 1979 0 0 0 61 0 0 0 16 0 12 0 1997809178 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=809624 CPUtime=0.47
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1192 0 0 0 47 0 0 0 16 0 12 0 1997809178 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=809624 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=809624 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 829054976 25600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 809624

[startup+6.30301 s]
/proc/loadavg: 2.18 2.11 1.96 5/94 18564
/proc/meminfo: memFree=1212464/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=819488 CPUtime=6.52
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 57657 0 1 0 620 32 0 0 18 0 12 0 1997809168 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 204872 51222 1361 9 0 202234 0
[pid=18552/tid=18554] ppid=18550 vsize=819488 CPUtime=3.63
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 16977 0 1 0 351 12 0 0 25 0 12 0 1997809169 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18555] ppid=18550 vsize=819488 CPUtime=0.71
/proc/18552/task/18555/stat : 18555 (java) R 18550 18552 13531 0 -1 64 17256 0 0 0 62 9 0 0 17 0 12 0 1997809170 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18556] ppid=18550 vsize=819488 CPUtime=0.7
/proc/18552/task/18556/stat : 18556 (java) R 18550 18552 13531 0 -1 64 18367 0 0 0 62 8 0 0 17 0 12 0 1997809170 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18557] ppid=18550 vsize=819488 CPUtime=0
/proc/18552/task/18557/stat : 18557 (java) S 18550 18552 13531 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1997809172 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18558] ppid=18550 vsize=819488 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=819488 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=819488 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=819488 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=819488 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=819488 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=819488 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 839155712 51222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 819488

[startup+12.702 s]
/proc/loadavg: 2.25 2.12 1.97 5/94 18564
/proc/meminfo: memFree=928368/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=839968 CPUtime=13.2
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 133644 0 1 0 1243 77 0 0 18 0 12 0 1997809168 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 209992 122076 1361 9 0 207354 0
[pid=18552/tid=18554] ppid=18550 vsize=839968 CPUtime=6.32
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 35419 0 1 0 609 23 0 0 18 0 12 0 1997809169 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=839968 CPUtime=3.38
/proc/18552/task/18555/stat : 18555 (java) R 18550 18552 13531 0 -1 64 51154 0 0 0 308 30 0 0 21 0 12 0 1997809170 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18556] ppid=18550 vsize=839968 CPUtime=2.01
/proc/18552/task/18556/stat : 18556 (java) R 18550 18552 13531 0 -1 64 42014 0 0 0 181 20 0 0 16 0 12 0 1997809170 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 105852852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18557] ppid=18550 vsize=839968 CPUtime=0
/proc/18552/task/18557/stat : 18557 (java) S 18550 18552 13531 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1997809172 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18558] ppid=18550 vsize=839968 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=839968 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=839968 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=839968 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=839968 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=839968 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=839968 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 860127232 122076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 839968

[startup+25.5028 s]
/proc/loadavg: 2.41 2.17 1.99 3/94 18564
/proc/meminfo: memFree=673904/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=871972 CPUtime=26.36
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 218021 0 1 0 2509 127 0 0 18 0 12 0 1997809168 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 217993 180257 1365 9 0 215355 0
[pid=18552/tid=18554] ppid=18550 vsize=871972 CPUtime=9.4
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 35428 0 1 0 917 23 0 0 18 0 12 0 1997809169 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=871972 CPUtime=6.1
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 79025 0 0 0 563 47 0 0 18 0 12 0 1997809170 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18556] ppid=18550 vsize=871972 CPUtime=4.7
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 66995 0 0 0 435 35 0 0 19 0 12 0 1997809170 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18557] ppid=18550 vsize=871972 CPUtime=4.68
/proc/18552/task/18557/stat : 18557 (java) R 18550 18552 13531 0 -1 64 31599 0 0 0 450 18 0 0 23 0 12 0 1997809172 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18558] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18552/tid=18563] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 892899328 180257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.71
Current children cumulated vsize (KiB) 871972

[startup+35.1022 s]
/proc/loadavg: 2.35 2.16 1.99 3/94 18564
/proc/meminfo: memFree=657392/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=871972 CPUtime=35.91
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 253638 0 1 0 3444 147 0 0 18 0 12 0 1997809168 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 217993 184361 1365 9 0 215355 0
[pid=18552/tid=18554] ppid=18550 vsize=871972 CPUtime=9.51
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 39533 0 1 0 925 26 0 0 17 0 12 0 1997809169 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=871972 CPUtime=6.15
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 79025 0 0 0 568 47 0 0 17 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18556] ppid=18550 vsize=871972 CPUtime=4.76
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 66995 0 0 0 441 35 0 0 16 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18557] ppid=18550 vsize=871972 CPUtime=14
/proc/18552/task/18557/stat : 18557 (java) R 18550 18552 13531 0 -1 64 63111 0 0 0 1365 35 0 0 21 0 12 0 1997809172 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 105852582 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18558] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=871972 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=871972 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.91
Current children cumulated vsize (KiB) 871972

[startup+36.7025 s]
/proc/loadavg: 2.35 2.16 1.99 3/94 18564
/proc/meminfo: memFree=671216/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=871972 CPUtime=37.51
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 269394 0 1 0 3595 156 0 0 18 0 12 0 1997809168 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 217993 184361 1365 9 0 215355 0
[pid=18552/tid=18554] ppid=18550 vsize=871972 CPUtime=9.51
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 39533 0 1 0 925 26 0 0 17 0 12 0 1997809169 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=871972 CPUtime=6.15
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 79025 0 0 0 568 47 0 0 16 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18556] ppid=18550 vsize=871972 CPUtime=4.77
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 66995 0 0 0 442 35 0 0 17 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18557] ppid=18550 vsize=871972 CPUtime=15.59
/proc/18552/task/18557/stat : 18557 (java) R 18550 18552 13531 0 -1 64 78867 0 0 0 1515 44 0 0 25 0 12 0 1997809172 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18558] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=871972 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=871972 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.51
Current children cumulated vsize (KiB) 871972

[startup+37.5016 s]
/proc/loadavg: 2.35 2.16 1.99 4/94 18564
/proc/meminfo: memFree=657328/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=871972 CPUtime=38.31
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 269394 0 1 0 3675 156 0 0 18 0 12 0 1997809168 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 217993 184361 1365 9 0 215355 0
[pid=18552/tid=18554] ppid=18550 vsize=871972 CPUtime=9.51
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 39533 0 1 0 925 26 0 0 17 0 12 0 1997809169 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=871972 CPUtime=6.15
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 79025 0 0 0 568 47 0 0 16 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18556] ppid=18550 vsize=871972 CPUtime=4.77
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 66995 0 0 0 442 35 0 0 17 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18557] ppid=18550 vsize=871972 CPUtime=16.39
/proc/18552/task/18557/stat : 18557 (java) R 18550 18552 13531 0 -1 64 78867 0 0 0 1595 44 0 0 25 0 12 0 1997809172 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18558] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=871972 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=871972 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.31
Current children cumulated vsize (KiB) 871972

[startup+38.3017 s]
/proc/loadavg: 2.35 2.16 1.99 4/94 18564
/proc/meminfo: memFree=657328/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=871972 CPUtime=39.11
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 269394 0 1 0 3755 156 0 0 18 0 12 0 1997809168 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 217993 184361 1365 9 0 215355 0
[pid=18552/tid=18554] ppid=18550 vsize=871972 CPUtime=9.51
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 39533 0 1 0 925 26 0 0 17 0 12 0 1997809169 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=871972 CPUtime=6.15
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 79025 0 0 0 568 47 0 0 16 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18556] ppid=18550 vsize=871972 CPUtime=4.77
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 66995 0 0 0 442 35 0 0 17 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18557] ppid=18550 vsize=871972 CPUtime=17.19
/proc/18552/task/18557/stat : 18557 (java) R 18550 18552 13531 0 -1 64 78867 0 0 0 1675 44 0 0 25 0 12 0 1997809172 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 106736465 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18558] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=871972 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=871972 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.11
Current children cumulated vsize (KiB) 871972

[startup+38.7028 s]
/proc/loadavg: 2.35 2.16 1.99 3/94 18564
/proc/meminfo: memFree=657328/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=871972 CPUtime=39.51
/proc/18552/stat : 18552 (java) S 18550 18552 13531 0 -1 0 269394 0 1 0 3795 156 0 0 18 0 12 0 1997809168 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18552/statm: 217993 184361 7943 9 0 215355 0
[pid=18552/tid=18554] ppid=18550 vsize=871972 CPUtime=9.51
/proc/18552/task/18554/stat : 18554 (java) S 18550 18552 13531 0 -1 64 39533 0 1 0 925 26 0 0 17 0 12 0 1997809169 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18555] ppid=18550 vsize=871972 CPUtime=6.15
/proc/18552/task/18555/stat : 18555 (java) S 18550 18552 13531 0 -1 64 79025 0 0 0 568 47 0 0 16 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18556] ppid=18550 vsize=871972 CPUtime=4.77
/proc/18552/task/18556/stat : 18556 (java) S 18550 18552 13531 0 -1 64 66995 0 0 0 442 35 0 0 17 0 12 0 1997809170 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18557] ppid=18550 vsize=871972 CPUtime=17.59
/proc/18552/task/18557/stat : 18557 (java) R 18550 18552 13531 0 -1 64 78867 0 0 0 1715 44 0 0 25 0 12 0 1997809172 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18552/tid=18558] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18558/stat : 18558 (java) S 18550 18552 13531 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18559] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18559/stat : 18559 (java) S 18550 18552 13531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997809173 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18560] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18560/stat : 18560 (java) S 18550 18552 13531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18561] ppid=18550 vsize=871972 CPUtime=0.86
/proc/18552/task/18561/stat : 18561 (java) S 18550 18552 13531 0 -1 64 3013 0 0 0 85 1 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18562] ppid=18550 vsize=871972 CPUtime=0.58
/proc/18552/task/18562/stat : 18562 (java) S 18550 18552 13531 0 -1 64 1199 0 0 0 58 0 0 0 16 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18563] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18563/stat : 18563 (java) S 18550 18552 13531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18552/tid=18564] ppid=18550 vsize=871972 CPUtime=0
/proc/18552/task/18564/stat : 18564 (java) S 18550 18552 13531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997809178 892899328 184361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.51
Current children cumulated vsize (KiB) 871972

[startup+38.8028 s]
/proc/loadavg: 2.35 2.16 1.99 3/94 18564
/proc/meminfo: memFree=657328/2055920 swapFree=4180256/4192956
[pid=18552] ppid=18550 vsize=0 CPUtime=39.55
/proc/18552/stat : 18552 (java) Z 18550 18552 13531 0 -1 12 269410 0 1 0 3795 160 0 0 16 0 2 0 1997809168 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18552/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.55
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 38.8642
CPU time (s): 39.628
CPU user time (s): 37.9582
CPU system time (s): 1.66975
CPU usage (%): 101.965
Max. virtual memory (cumulated for all children) (KiB): 887976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9582
system time used= 1.66975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269410
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= 1654
involuntary context switches= 2800

runsolver used 0.06399 second user time and 0.137979 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 18:19:10
IDJOB=1076555
IDBENCH=56592
IDSOLVER=344
FILE ID=node22/1076555-1215188350
PBS_JOBID= 7881487
Free space on /tmp= 66436 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-10_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-1076555-1215188350/watcher-1076555-1215188350 -o /tmp/evaluation-result-1076555-1215188350/solver-1076555-1215188350 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076555-1215188350.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8f90e38a72d4e13177d59b77be18a7c8
RANDOM SEED=1907812950

node22.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.267
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.267
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:       1392048 kB
Buffers:         55036 kB
Cached:         284384 kB
SwapCached:       6564 kB
Active:         444240 kB
Inactive:       159636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392048 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:         281464 kB
Slab:            44588 kB
Committed_AS:  3654172 kB
PageTables:       2416 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= 66436 MiB
End job on node22 at 2008-07-04 18:19:49