Trace number 1068615

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? 83.5523 80.845

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-17_ext.xml
MD5SUM5ee30fcd9fb7e75f6504269d4bfa591b
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 benchmark7.03793
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
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.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1068615-1215155788.xml
0.29/0.39	c reading problem ... 
0.57/0.65	c reading problem named null
0.57/0.65	c reading domains done.
0.57/0.66	c reading variables done.
0.88/0.93	c reading relations done.
1.77/1.80	c reading constraints
83.43/80.70	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
83.43/80.70		at java.lang.Integer.valueOf(Unknown Source)
83.43/80.70		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
83.43/80.70		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
83.43/80.70		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
83.43/80.70		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
83.43/80.70		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
83.43/80.70		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
83.43/80.70		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
83.43/80.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
83.43/80.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
83.43/80.71	c starts		: 0
83.43/80.71	c conflicts		: 0
83.43/80.71	c decisions		: 0
83.43/80.71	c propagations		: 0
83.43/80.71	c inspects		: 0
83.43/80.71	c learnt literals	: 0
83.43/80.71	c learnt binary clauses	: 0
83.43/80.71	c learnt ternary clauses	: 0
83.43/80.71	c learnt clauses	: 0
83.43/80.71	c ignored clauses	: 0
83.43/80.71	c root simplifications	: 0
83.43/80.71	c removed literals (reason simplification)	: 0
83.43/80.71	c reason swapping (by a shorter reason)	: 0
83.43/80.71	c Calls to reduceDB	: 0
83.43/80.71	c speed (assignments/second)	: 0.0
83.43/80.71	c non guided choices	0
83.43/80.71	s UNKNOWN
83.43/80.71	c Total wall clock time (in seconds) : 80.315

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-1068615-1215155788/watcher-1068615-1215155788 -o /tmp/evaluation-result-1068615-1215155788/solver-1068615-1215155788 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068615-1215155788.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.04 2.02 2.00 4/82 24271
/proc/meminfo: memFree=1825624/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=18572 CPUtime=0
/proc/24271/stat : 24271 (runsolver) R 24269 24271 23224 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 627826049 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24271/statm: 4643 292 257 25 0 2626 0

[startup+0.0303571 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 24271
/proc/meminfo: memFree=1825624/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=800592 CPUtime=0.01
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 1880 0 1 0 0 1 0 0 21 0 4 0 627826049 819806208 1618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 200148 1618 538 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.102365 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 24271
/proc/meminfo: memFree=1825624/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=804612 CPUtime=0.08
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 3008 0 1 0 6 2 0 0 21 0 12 0 627826049 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301388 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 24271
/proc/meminfo: memFree=1825624/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=808148 CPUtime=0.29
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 4944 0 1 0 26 3 0 0 21 0 12 0 627826049 827543552 4264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 202037 4264 1307 9 0 199406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808148

[startup+0.701435 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 24271
/proc/meminfo: memFree=1825624/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=808276 CPUtime=0.67
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 6162 0 1 0 64 3 0 0 21 0 12 0 627826049 827674624 5468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 202069 5468 1336 9 0 199431 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808276

[startup+1.50252 s]
/proc/loadavg: 2.04 2.02 2.00 4/94 24283
/proc/meminfo: memFree=1807032/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=813396 CPUtime=1.48
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 10049 0 1 0 142 6 0 0 21 0 12 0 627826049 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203349 7510 1352 9 0 200711 0
[pid=24271/tid=24273] ppid=24269 vsize=813396 CPUtime=0.59
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23224 0 -1 64 4839 0 1 0 56 3 0 0 25 0 12 0 627826051 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 627826052 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826052 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 627826053 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 627826054 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 627826054 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=813396 CPUtime=0.27
/proc/24271/task/24280/stat : 24280 (java) R 24269 24271 23224 0 -1 64 505 0 0 0 27 0 0 0 16 0 12 0 627826058 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 103110592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=813396 CPUtime=0.59
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3938 0 0 0 58 1 0 0 17 0 12 0 627826058 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=813396 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 832917504 7510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 813396

[startup+3.10171 s]
/proc/loadavg: 2.04 2.02 2.00 4/94 24283
/proc/meminfo: memFree=1785720/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=817584 CPUtime=3.19
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 33973 0 1 0 302 17 0 0 21 0 12 0 627826049 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 204396 28751 1360 9 0 201758 0
[pid=24271/tid=24273] ppid=24269 vsize=817584 CPUtime=1.62
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23224 0 -1 64 16989 0 1 0 154 8 0 0 25 0 12 0 627826051 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4109605212 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=817584 CPUtime=0.16
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 5989 0 0 0 14 2 0 0 18 0 12 0 627826052 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=817584 CPUtime=0.16
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 4149 0 0 0 14 2 0 0 18 0 12 0 627826052 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=817584 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23224 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 627826053 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=817584 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=817584 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 627826054 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=817584 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=817584 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=817584 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=817584 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=817584 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 837206016 28751 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 817584

[startup+6.30208 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 24283
/proc/meminfo: memFree=1605880/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=823984 CPUtime=7
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 80740 0 1 0 662 38 0 0 21 0 12 0 627826049 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 205996 67951 1360 9 0 203358 0
[pid=24271/tid=24273] ppid=24269 vsize=823984 CPUtime=3.35
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23224 0 -1 64 16993 0 1 0 327 8 0 0 24 0 12 0 627826051 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4109578172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=823984 CPUtime=1.18
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 27730 0 0 0 106 12 0 0 21 0 12 0 627826052 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=823984 CPUtime=1.22
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 29171 0 0 0 109 13 0 0 16 0 12 0 627826052 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=823984 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23224 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 627826053 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=823984 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=823984 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 627826054 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=823984 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=823984 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=823984 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=823984 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=823984 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 843759616 67951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 823984

[startup+12.7018 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 24283
/proc/meminfo: memFree=1357944/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=834224 CPUtime=15.29
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 161950 0 1 0 1456 73 0 0 21 0 12 0 627826049 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 208556 137763 1360 9 0 205918 0
[pid=24271/tid=24273] ppid=24269 vsize=834224 CPUtime=6.28
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35433 0 1 0 611 17 0 0 25 0 12 0 627826051 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=834224 CPUtime=3.81
/proc/24271/task/24274/stat : 24274 (java) R 24269 24271 23224 0 -1 64 52810 0 0 0 358 23 0 0 17 0 12 0 627826052 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 105852848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=834224 CPUtime=3.94
/proc/24271/task/24275/stat : 24275 (java) R 24269 24271 23224 0 -1 64 66861 0 0 0 366 28 0 0 17 0 12 0 627826052 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=834224 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23224 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 627826053 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=834224 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=834224 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 627826054 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=834224 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=834224 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=834224 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=834224 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=834224 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 854245376 137763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 834224

[startup+25.5023 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 24283
/proc/meminfo: memFree=1101880/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=866228 CPUtime=28.76
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 248759 0 1 0 2763 113 0 0 21 0 12 0 627826049 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 216557 181663 1365 9 0 213919 0
[pid=24271/tid=24273] ppid=24269 vsize=866228 CPUtime=9.41
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35441 0 1 0 924 17 0 0 19 0 12 0 627826051 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=866228 CPUtime=6.71
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 74560 0 0 0 638 33 0 0 19 0 12 0 627826052 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=866228 CPUtime=4.9
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 79024 0 0 0 456 34 0 0 16 0 12 0 627826052 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=866228 CPUtime=6.5
/proc/24271/task/24276/stat : 24276 (java) R 24269 24271 23224 0 -1 64 52916 0 0 0 625 25 0 0 25 0 12 0 627826053 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=24271/tid=24282] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 887017472 185555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.13
Current children cumulated vsize (KiB) 866228

[startup+76.7022 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 24283
/proc/meminfo: memFree=1086136/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=866228 CPUtime=79.47
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 506775 0 1 0 7708 239 0 0 21 0 12 0 627826049 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 216557 185556 1366 9 0 213919 0
[pid=24271/tid=24273] ppid=24269 vsize=866228 CPUtime=10.11
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35453 0 1 0 994 17 0 0 17 0 12 0 627826051 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=866228 CPUtime=6.71
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 74560 0 0 0 638 33 0 0 19 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=866228 CPUtime=4.9
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 79024 0 0 0 456 34 0 0 16 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=866228 CPUtime=56.5
/proc/24271/task/24276/stat : 24276 (java) R 24269 24271 23224 0 -1 64 310920 0 0 0 5500 150 0 0 25 0 12 0 627826053 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 105852559 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=866228 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=866228 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.47
Current children cumulated vsize (KiB) 866228

[startup+78.3024 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 24283
/proc/meminfo: memFree=1086136/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=866228 CPUtime=81.05
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 522657 0 1 0 7858 247 0 0 21 0 12 0 627826049 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 216557 185556 1366 9 0 213919 0
[pid=24271/tid=24273] ppid=24269 vsize=866228 CPUtime=10.11
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35453 0 1 0 994 17 0 0 17 0 12 0 627826051 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=866228 CPUtime=6.71
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 74560 0 0 0 638 33 0 0 19 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=866228 CPUtime=4.9
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 79024 0 0 0 456 34 0 0 16 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=866228 CPUtime=58.09
/proc/24271/task/24276/stat : 24276 (java) R 24269 24271 23224 0 -1 64 326802 0 0 0 5650 159 0 0 25 0 12 0 627826053 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=866228 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=866228 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.05
Current children cumulated vsize (KiB) 866228

[startup+79.9016 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 24283
/proc/meminfo: memFree=1086136/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=866228 CPUtime=82.63
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 522657 0 1 0 8016 247 0 0 21 0 12 0 627826049 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 216557 185556 1366 9 0 213919 0
[pid=24271/tid=24273] ppid=24269 vsize=866228 CPUtime=10.11
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35453 0 1 0 994 17 0 0 17 0 12 0 627826051 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=866228 CPUtime=6.71
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 74560 0 0 0 638 33 0 0 19 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=866228 CPUtime=4.9
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 79024 0 0 0 456 34 0 0 16 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=866228 CPUtime=59.67
/proc/24271/task/24276/stat : 24276 (java) R 24269 24271 23224 0 -1 64 326802 0 0 0 5808 159 0 0 25 0 12 0 627826053 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 106123320 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=866228 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=866228 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.63
Current children cumulated vsize (KiB) 866228

[startup+80.3066 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 24283
/proc/meminfo: memFree=1086136/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=866228 CPUtime=83.03
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 522657 0 1 0 8056 247 0 0 21 0 12 0 627826049 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 216557 185556 1366 9 0 213919 0
[pid=24271/tid=24273] ppid=24269 vsize=866228 CPUtime=10.11
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35453 0 1 0 994 17 0 0 17 0 12 0 627826051 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=866228 CPUtime=6.71
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 74560 0 0 0 638 33 0 0 19 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=866228 CPUtime=4.9
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 79024 0 0 0 456 34 0 0 16 0 12 0 627826052 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=866228 CPUtime=60.07
/proc/24271/task/24276/stat : 24276 (java) R 24269 24271 23224 0 -1 64 326802 0 0 0 5848 159 0 0 25 0 12 0 627826053 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=866228 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=866228 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 887017472 185556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 866228

[startup+80.7021 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 24283
/proc/meminfo: memFree=1086136/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=866228 CPUtime=83.43
/proc/24271/stat : 24271 (java) S 24269 24271 23224 0 -1 0 522657 0 1 0 8095 248 0 0 21 0 12 0 627826049 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 216557 177555 1366 9 0 213919 0
[pid=24271/tid=24273] ppid=24269 vsize=866228 CPUtime=10.11
/proc/24271/task/24273/stat : 24273 (java) S 24269 24271 23224 0 -1 64 35453 0 1 0 994 17 0 0 17 0 12 0 627826051 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24274] ppid=24269 vsize=866228 CPUtime=6.71
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23224 0 -1 64 74560 0 0 0 638 33 0 0 19 0 12 0 627826052 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=866228 CPUtime=4.9
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23224 0 -1 64 79024 0 0 0 456 34 0 0 16 0 12 0 627826052 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=866228 CPUtime=60.47
/proc/24271/task/24276/stat : 24276 (java) R 24269 24271 23224 0 -1 64 326802 0 0 0 5887 160 0 0 25 0 12 0 627826053 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23224 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 627826054 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=866228 CPUtime=0.51
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23224 0 -1 64 2094 0 0 0 51 0 0 0 16 0 12 0 627826058 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24281] ppid=24269 vsize=866228 CPUtime=0.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23224 0 -1 64 3959 0 0 0 67 1 0 0 16 0 12 0 627826058 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24282] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 627826058 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=866228 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23224 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 627826058 887017472 177555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.43
Current children cumulated vsize (KiB) 866228

[startup+80.8021 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 24283
/proc/meminfo: memFree=1086136/2055920 swapFree=4179668/4192956
[pid=24271] ppid=24269 vsize=0 CPUtime=83.5
/proc/24271/stat : 24271 (java) Z 24269 24271 23224 0 -1 12 522671 0 1 0 8096 254 0 0 16 0 2 0 627826049 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 80.845
CPU time (s): 83.5523
CPU user time (s): 80.9617
CPU system time (s): 2.59061
CPU usage (%): 103.349
Max. virtual memory (cumulated for all children) (KiB): 882232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9617
system time used= 2.59061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522671
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= 2280
involuntary context switches= 5426

runsolver used 0.106983 second user time and 0.278957 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 09:16:28
IDJOB=1068615
IDBENCH=55534
IDSOLVER=344
FILE ID=node88/1068615-1215155788
PBS_JOBID= 7877438
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ee30fcd9fb7e75f6504269d4bfa591b
RANDOM SEED=972083031

node88.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826104 kB
Buffers:         17524 kB
Cached:         100956 kB
SwapCached:       7320 kB
Active:         151504 kB
Inactive:        31548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826104 kB
SwapTotal:     4192956 kB
SwapFree:      4179668 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          79336 kB
Slab:            31840 kB
Committed_AS:  1069492 kB
PageTables:       2012 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= 66556 MiB
End job on node88 at 2008-07-04 09:17:49