Trace number 1074385

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? 100.989 99.9954

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle17.xml
MD5SUMfbfcca174138f95b292fe795fe44a0e9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.228964
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.28	c See www.sat4j.org for details.
0.18/0.28	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1074385-1215178556.xml
0.28/0.37	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.78/0.83	c reading relations done.
1.67/1.80	c reading predicates  done.
1.87/1.97	c reading constraints
100.80/99.87	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
100.80/99.87		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
100.80/99.87		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
100.80/99.87		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
100.80/99.87		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
100.80/99.87		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
100.80/99.87		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
100.80/99.87		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
100.80/99.87		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
100.80/99.87		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
100.80/99.87		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
100.80/99.87		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
100.80/99.87		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
100.80/99.87		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
100.80/99.88		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
100.80/99.88		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
100.80/99.88		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
100.80/99.88		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
100.80/99.88		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
100.80/99.88		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
100.80/99.88		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
100.80/99.88		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
100.80/99.88	c starts		: 0
100.80/99.88	c conflicts		: 0
100.80/99.88	c decisions		: 0
100.80/99.88	c propagations		: 0
100.80/99.88	c inspects		: 0
100.80/99.88	c learnt literals	: 0
100.80/99.88	c learnt binary clauses	: 0
100.80/99.88	c learnt ternary clauses	: 0
100.80/99.88	c learnt clauses	: 0
100.80/99.88	c ignored clauses	: 0
100.80/99.88	c root simplifications	: 0
100.80/99.88	c removed literals (reason simplification)	: 0
100.80/99.88	c reason swapping (by a shorter reason)	: 0
100.80/99.88	c Calls to reduceDB	: 0
100.80/99.88	c speed (assignments/second)	: 0.0
100.80/99.88	c non guided choices	0
100.80/99.88	s UNKNOWN
100.80/99.88	c Total wall clock time (in seconds) : 99.506

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-1074385-1215178556/watcher-1074385-1215178556 -o /tmp/evaluation-result-1074385-1215178556/solver-1074385-1215178556 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074385-1215178556.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.29 2.35 2.13 4/82 3398
/proc/meminfo: memFree=1799936/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=1804 CPUtime=0
/proc/3398/stat : 3398 (java6) R 3396 3398 3002 0 -1 0 154 0 0 0 0 0 0 0 22 0 1 0 1996830696 1847296 127 996147200 134512640 134550740 4294956176 18446744073709551615 4160600430 0 0 4096 0 0 0 0 17 0 0 0
/proc/3398/statm: 451 127 86 9 0 93 0

[startup+0.073489 s]
/proc/loadavg: 2.29 2.35 2.13 4/82 3398
/proc/meminfo: memFree=1799936/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=802236 CPUtime=0.06
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 2811 0 1 0 5 1 0 0 18 0 7 0 1996830696 821489664 2546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 200559 2546 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101493 s]
/proc/loadavg: 2.29 2.35 2.13 4/82 3398
/proc/meminfo: memFree=1799936/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=804756 CPUtime=0.08
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 3162 0 1 0 7 1 0 0 18 0 12 0 1996830696 824070144 2893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301512 s]
/proc/loadavg: 2.29 2.35 2.13 4/82 3398
/proc/meminfo: memFree=1799936/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=808276 CPUtime=0.28
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 5044 0 1 0 26 2 0 0 18 0 12 0 1996830696 827674624 4371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 202069 4371 1310 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701551 s]
/proc/loadavg: 2.29 2.35 2.13 4/82 3398
/proc/meminfo: memFree=1799936/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=808304 CPUtime=0.68
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 6440 0 1 0 65 3 0 0 18 0 12 0 1996830696 827703296 5568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 202076 5568 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50263 s]
/proc/loadavg: 2.29 2.35 2.13 4/94 3410
/proc/meminfo: memFree=1780768/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=811632 CPUtime=1.48
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 10774 0 1 0 143 5 0 0 18 0 12 0 1996830696 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 202908 8127 1349 9 0 200270 0
[pid=3398/tid=3400] ppid=3396 vsize=811632 CPUtime=0.64
/proc/3398/task/3400/stat : 3400 (java) R 3396 3398 3002 0 -1 64 5626 0 1 0 60 4 0 0 22 0 12 0 1996830697 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 101905824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996830698 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996830698 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3403/stat : 3403 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996830700 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1996830700 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996830700 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=811632 CPUtime=0.38
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 2692 0 0 0 38 0 0 0 16 0 12 0 1996830705 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=811632 CPUtime=0.43
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 1690 0 0 0 43 0 0 0 16 0 12 0 1996830705 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=811632 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 831111168 8127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811632

[startup+3.10278 s]
/proc/loadavg: 2.29 2.35 2.13 4/94 3410
/proc/meminfo: memFree=1758880/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=814196 CPUtime=3.19
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 31162 0 1 0 303 16 0 0 18 0 12 0 1996830696 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 203549 26715 1367 9 0 200911 0
[pid=3398/tid=3400] ppid=3396 vsize=814196 CPUtime=1.6
/proc/3398/task/3400/stat : 3400 (java) R 3396 3398 3002 0 -1 64 17234 0 1 0 151 9 0 0 24 0 12 0 1996830697 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=814196 CPUtime=0.12
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 4791 0 0 0 10 2 0 0 18 0 12 0 1996830698 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=814196 CPUtime=0.11
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 3436 0 0 0 10 1 0 0 18 0 12 0 1996830698 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=814196 CPUtime=0
/proc/3398/task/3403/stat : 3403 (java) S 3396 3398 3002 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996830700 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=814196 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=814196 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996830700 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=814196 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=814196 CPUtime=0.63
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3196 0 0 0 63 0 0 0 16 0 12 0 1996830705 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=814196 CPUtime=0.66
/proc/3398/task/3408/stat : 3408 (java) R 3396 3398 3002 0 -1 64 1715 0 0 0 66 0 0 0 16 0 12 0 1996830705 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 105480716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=814196 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=814196 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 833736704 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 814196

[startup+6.30107 s]
/proc/loadavg: 2.35 2.36 2.13 3/94 3410
/proc/meminfo: memFree=1655528/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=816920 CPUtime=6.56
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 44158 0 1 0 635 21 0 0 18 0 12 0 1996830696 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 204230 37177 1382 9 0 201592 0
[pid=3398/tid=3400] ppid=3396 vsize=816920 CPUtime=3.93
/proc/3398/task/3400/stat : 3400 (java) R 3396 3398 3002 0 -1 64 17241 0 1 0 384 9 0 0 25 0 12 0 1996830697 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4109852616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=816920 CPUtime=0.46
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 10200 0 0 0 42 4 0 0 17 0 12 0 1996830698 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=816920 CPUtime=0.42
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 9004 0 0 0 38 4 0 0 17 0 12 0 1996830698 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=816920 CPUtime=0
/proc/3398/task/3403/stat : 3403 (java) S 3396 3398 3002 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996830700 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=816920 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=816920 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996830700 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=816920 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=816920 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=816920 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=816920 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=816920 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 836526080 37177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 816920

[startup+12.7167 s]
/proc/loadavg: 2.32 2.35 2.13 4/94 3410
/proc/meminfo: memFree=1566192/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=823320 CPUtime=13.27
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 69358 0 1 0 1294 33 0 0 18 0 12 0 1996830696 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 205830 60037 1382 9 0 203192 0
[pid=3398/tid=3400] ppid=3396 vsize=823320 CPUtime=8.66
/proc/3398/task/3400/stat : 3400 (java) R 3396 3398 3002 0 -1 64 17253 0 1 0 857 9 0 0 25 0 12 0 1996830697 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=823320 CPUtime=1.44
/proc/3398/task/3401/stat : 3401 (java) R 3396 3398 3002 0 -1 64 24040 0 0 0 134 10 0 0 16 0 12 0 1996830698 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=823320 CPUtime=1.41
/proc/3398/task/3402/stat : 3402 (java) R 3396 3398 3002 0 -1 64 20352 0 0 0 132 9 0 0 15 0 12 0 1996830698 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 105852854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3403/stat : 3403 (java) S 3396 3398 3002 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3398/tid=3404] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996830700 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=823320 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=823320 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) R 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 843079680 60037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 823320

[startup+25.5019 s]
/proc/loadavg: 2.25 2.34 2.13 5/94 3411
/proc/meminfo: memFree=1355568/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=823320 CPUtime=26.57
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 126349 0 1 0 2601 56 0 0 18 0 12 0 1996830696 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 205830 115227 1382 9 0 203192 0
[pid=3398/tid=3400] ppid=3396 vsize=823320 CPUtime=18.11
/proc/3398/task/3400/stat : 3400 (java) R 3396 3398 3002 0 -1 64 23424 0 1 0 1799 12 0 0 25 0 12 0 1996830697 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4109782235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3398/tid=3401] ppid=3396 vsize=823320 CPUtime=3.35
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 51394 0 0 0 315 20 0 0 16 0 12 0 1996830698 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3398/tid=3402] ppid=3396 vsize=823320 CPUtime=3.34
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 43818 0 0 0 315 19 0 0 16 0 12 0 1996830698 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=823320 CPUtime=0.01
/proc/3398/task/3403/stat : 3403 (java) S 3396 3398 3002 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 1996830700 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3398/tid=3404] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996830700 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 843079680 115227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3398/tid=3409] ppid=3396 vsize=887324 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 908619776 191418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=887324 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 908619776 191418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.91
Current children cumulated vsize (KiB) 887324

[startup+89.503 s]
/proc/loadavg: 2.23 2.32 2.13 4/94 3411
/proc/meminfo: memFree=1032368/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=855324 CPUtime=90.6
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 598928 0 1 0 8807 253 0 0 18 0 12 0 1996830696 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 213831 183418 1387 9 0 211193 0
[pid=3398/tid=3400] ppid=3396 vsize=855324 CPUtime=26.85
/proc/3398/task/3400/stat : 3400 (java) S 3396 3398 3002 0 -1 64 35747 0 1 0 2668 17 0 0 17 0 12 0 1996830697 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=855324 CPUtime=5.26
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 71353 0 0 0 497 29 0 0 17 0 12 0 1996830698 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=855324 CPUtime=5.24
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 68305 0 0 0 495 29 0 0 17 0 12 0 1996830698 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=855324 CPUtime=51.48
/proc/3398/task/3403/stat : 3403 (java) R 3396 3398 3002 0 -1 64 415837 0 0 0 4975 173 0 0 25 0 12 0 1996830700 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 103550518 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=855324 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=855324 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996830700 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=855324 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=855324 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=855324 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=855324 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=855324 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 875851776 183418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.6
Current children cumulated vsize (KiB) 855324

[startup+95.9026 s]
/proc/loadavg: 2.19 2.31 2.13 3/94 3411
/proc/meminfo: memFree=1096496/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=823320 CPUtime=96.93
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 614933 0 1 0 9433 260 0 0 18 0 12 0 1996830696 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 205830 175418 1388 9 0 203192 0
[pid=3398/tid=3400] ppid=3396 vsize=823320 CPUtime=26.85
/proc/3398/task/3400/stat : 3400 (java) S 3396 3398 3002 0 -1 64 35751 0 1 0 2668 17 0 0 17 0 12 0 1996830697 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=823320 CPUtime=5.26
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 71353 0 0 0 497 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=823320 CPUtime=5.24
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 68305 0 0 0 495 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=823320 CPUtime=57.81
/proc/3398/task/3403/stat : 3403 (java) R 3396 3398 3002 0 -1 64 431838 0 0 0 5601 180 0 0 25 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 105852589 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=823320 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=823320 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.93
Current children cumulated vsize (KiB) 823320

[startup+97.5027 s]
/proc/loadavg: 2.19 2.31 2.13 3/94 3411
/proc/meminfo: memFree=1096496/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=823320 CPUtime=98.52
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 614933 0 1 0 9592 260 0 0 18 0 12 0 1996830696 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 205830 175418 1388 9 0 203192 0
[pid=3398/tid=3400] ppid=3396 vsize=823320 CPUtime=26.85
/proc/3398/task/3400/stat : 3400 (java) S 3396 3398 3002 0 -1 64 35751 0 1 0 2668 17 0 0 17 0 12 0 1996830697 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=823320 CPUtime=5.26
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 71353 0 0 0 497 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=823320 CPUtime=5.24
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 68305 0 0 0 495 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=823320 CPUtime=59.4
/proc/3398/task/3403/stat : 3403 (java) R 3396 3398 3002 0 -1 64 431838 0 0 0 5760 180 0 0 25 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 106736436 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=823320 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=823320 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.52
Current children cumulated vsize (KiB) 823320

[startup+99.1029 s]
/proc/loadavg: 2.19 2.31 2.13 3/94 3411
/proc/meminfo: memFree=1096496/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=823320 CPUtime=100.1
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 614933 0 1 0 9750 260 0 0 18 0 12 0 1996830696 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 205830 175418 1388 9 0 203192 0
[pid=3398/tid=3400] ppid=3396 vsize=823320 CPUtime=26.85
/proc/3398/task/3400/stat : 3400 (java) S 3396 3398 3002 0 -1 64 35751 0 1 0 2668 17 0 0 17 0 12 0 1996830697 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=823320 CPUtime=5.26
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 71353 0 0 0 497 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=823320 CPUtime=5.24
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 68305 0 0 0 495 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=823320 CPUtime=60.98
/proc/3398/task/3403/stat : 3403 (java) R 3396 3398 3002 0 -1 64 431838 0 0 0 5918 180 0 0 25 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=823320 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=823320 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.1
Current children cumulated vsize (KiB) 823320

[startup+99.5029 s]
/proc/loadavg: 2.19 2.31 2.13 3/94 3411
/proc/meminfo: memFree=1096496/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=823320 CPUtime=100.5
/proc/3398/stat : 3398 (java) S 3396 3398 3002 0 -1 0 614933 0 1 0 9790 260 0 0 18 0 12 0 1996830696 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 205830 175418 1388 9 0 203192 0
[pid=3398/tid=3400] ppid=3396 vsize=823320 CPUtime=26.85
/proc/3398/task/3400/stat : 3400 (java) S 3396 3398 3002 0 -1 64 35751 0 1 0 2668 17 0 0 17 0 12 0 1996830697 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3401] ppid=3396 vsize=823320 CPUtime=5.26
/proc/3398/task/3401/stat : 3401 (java) S 3396 3398 3002 0 -1 64 71353 0 0 0 497 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3402] ppid=3396 vsize=823320 CPUtime=5.24
/proc/3398/task/3402/stat : 3402 (java) S 3396 3398 3002 0 -1 64 68305 0 0 0 495 29 0 0 17 0 12 0 1996830698 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3403] ppid=3396 vsize=823320 CPUtime=61.38
/proc/3398/task/3403/stat : 3403 (java) R 3396 3398 3002 0 -1 64 431838 0 0 0 5958 180 0 0 25 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 106123680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3404] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3404/stat : 3404 (java) S 3396 3398 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3405] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3405/stat : 3405 (java) S 3396 3398 3002 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996830700 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3406] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3406/stat : 3406 (java) S 3396 3398 3002 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3407] ppid=3396 vsize=823320 CPUtime=0.67
/proc/3398/task/3407/stat : 3407 (java) S 3396 3398 3002 0 -1 64 3203 0 0 0 67 0 0 0 16 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3408] ppid=3396 vsize=823320 CPUtime=1.02
/proc/3398/task/3408/stat : 3408 (java) S 3396 3398 3002 0 -1 64 3720 0 0 0 102 0 0 0 17 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3409] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3409/stat : 3409 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3398/tid=3410] ppid=3396 vsize=823320 CPUtime=0
/proc/3398/task/3410/stat : 3410 (java) S 3396 3398 3002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996830705 843079680 175418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 823320

[startup+99.9032 s]
/proc/loadavg: 2.19 2.31 2.13 3/94 3411
/proc/meminfo: memFree=1096496/2055920 swapFree=4179560/4192956
[pid=3398] ppid=3396 vsize=0 CPUtime=100.89
/proc/3398/stat : 3398 (java) Z 3396 3398 3002 0 -1 12 614946 0 1 0 9828 261 0 0 16 0 2 0 1996830696 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3398/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 99.9954
CPU time (s): 100.989
CPU user time (s): 98.2821
CPU system time (s): 2.70659
CPU usage (%): 100.993
Max. virtual memory (cumulated for all children) (KiB): 919328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.2821
system time used= 2.70659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614946
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= 3452
involuntary context switches= 4966

runsolver used 0.123981 second user time and 0.343947 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 15:35:57
IDJOB=1074385
IDBENCH=56409
IDSOLVER=344
FILE ID=node8/1074385-1215178556
PBS_JOBID= 7881560
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle17.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-1074385-1215178556/watcher-1074385-1215178556 -o /tmp/evaluation-result-1074385-1215178556/solver-1074385-1215178556 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074385-1215178556.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbfcca174138f95b292fe795fe44a0e9
RANDOM SEED=1940929933

node8.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.222
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.222
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:       1800416 kB
Buffers:         41092 kB
Cached:         118064 kB
SwapCached:       6900 kB
Active:         152632 kB
Inactive:        50292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800416 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            4908 kB
Writeback:           0 kB
Mapped:          57420 kB
Slab:            37620 kB
Committed_AS:  4042868 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node8 at 2008-07-04 15:37:37