Trace number 1066709

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? 79.5319 77.5265

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-19_ext.xml
MD5SUMe2bc6ddc97acb6fa0447766d1d8b9c3d
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 benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066709-1215148872/watcher-1066709-1215148872 -o /tmp/evaluation-result-1066709-1215148872/solver-1066709-1215148872 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066709-1215148872.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: 1.99 1.98 1.99 4/80 9341
/proc/meminfo: memFree=1795752/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=18572 CPUtime=0
/proc/9341/stat : 9341 (runsolver) R 9339 9341 7962 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 637820773 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231493532856 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9341/statm: 4643 292 257 25 0 2626 0

[startup+0.087399 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 9341
/proc/meminfo: memFree=1795752/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=802236 CPUtime=0.07
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 2870 0 1 0 6 1 0 0 18 0 7 0 637820773 821489664 2605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 200559 2605 1012 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101402 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 9341
/proc/meminfo: memFree=1795752/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=804612 CPUtime=0.09
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 3003 0 1 0 7 2 0 0 18 0 12 0 637820773 823922688 2736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 201153 2736 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301432 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 9341
/proc/meminfo: memFree=1795752/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=808276 CPUtime=0.27
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 4936 0 1 0 25 2 0 0 18 0 12 0 637820773 827674624 4263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 202069 4263 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808276

[startup+0.701488 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 9341
/proc/meminfo: memFree=1795752/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=808304 CPUtime=0.67
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 6360 0 1 0 63 4 0 0 18 0 12 0 637820773 827703296 5488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 202076 5488 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50261 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 9353
/proc/meminfo: memFree=1777096/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=809856 CPUtime=1.47
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 9101 0 1 0 141 6 0 0 18 0 12 0 637820773 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 202464 6715 1352 9 0 199826 0
[pid=9341/tid=9343] ppid=9339 vsize=809856 CPUtime=0.63
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 7962 0 -1 64 4604 0 1 0 59 4 0 0 25 0 12 0 637820775 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4109175694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9344] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 637820776 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9345] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 637820776 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9346] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 637820778 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9347] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 637820778 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9348] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 637820778 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9349] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=809856 CPUtime=0.39
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1925 0 0 0 39 0 0 0 17 0 12 0 637820782 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=809856 CPUtime=0.41
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1807 0 0 0 41 0 0 0 16 0 12 0 637820782 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 637820782 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=809856 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637820782 829292544 6715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809856

[startup+3.10284 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 9353
/proc/meminfo: memFree=1739400/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=814984 CPUtime=3.06
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 34327 0 1 0 290 16 0 0 18 0 12 0 637820773 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 203746 30975 1358 9 0 201108 0
[pid=9341/tid=9343] ppid=9339 vsize=814984 CPUtime=1.85
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 7962 0 -1 64 16970 0 1 0 176 9 0 0 20 0 12 0 637820775 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4109612943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9344] ppid=9339 vsize=814984 CPUtime=0.12
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 6584 0 0 0 9 3 0 0 16 0 12 0 637820776 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9345] ppid=9339 vsize=814984 CPUtime=0.14
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 6236 0 0 0 12 2 0 0 18 0 12 0 637820776 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9346] ppid=9339 vsize=814984 CPUtime=0
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 7962 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 637820778 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9347] ppid=9339 vsize=814984 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637820778 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9348] ppid=9339 vsize=814984 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 637820778 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9349] ppid=9339 vsize=814984 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=814984 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 12 0 637820782 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=814984 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 12 0 637820782 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=814984 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 637820782 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=814984 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637820782 834543616 30975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814984

[startup+6.30232 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 9353
/proc/meminfo: memFree=1574856/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=823800 CPUtime=6.63
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 80898 0 1 0 630 33 0 0 18 0 12 0 637820773 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 205950 68326 1358 9 0 203312 0
[pid=9341/tid=9343] ppid=9339 vsize=823800 CPUtime=3.75
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 7962 0 -1 64 16974 0 1 0 366 9 0 0 18 0 12 0 637820775 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4109650770 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=823800 CPUtime=0.94
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 28165 0 0 0 82 12 0 0 16 0 12 0 637820776 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=823800 CPUtime=0.99
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 31222 0 0 0 90 9 0 0 18 0 12 0 637820776 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=823800 CPUtime=0
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 7962 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 637820778 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=823800 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637820778 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9348] ppid=9339 vsize=823800 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 637820778 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9349] ppid=9339 vsize=823800 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=823800 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 12 0 637820782 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=823800 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 12 0 637820782 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=823800 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 637820782 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=823800 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637820782 843571200 68326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 823800

[startup+12.7023 s]
/proc/loadavg: 2.15 2.02 2.01 5/92 9353
/proc/meminfo: memFree=1279816/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=828920 CPUtime=14.06
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 152463 0 1 0 1341 65 0 0 18 0 12 0 637820773 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 207230 135251 1358 9 0 204592 0
[pid=9341/tid=9343] ppid=9339 vsize=828920 CPUtime=7.11
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 7962 0 -1 64 35414 0 1 0 694 17 0 0 25 0 12 0 637820775 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=828920 CPUtime=3.1
/proc/9341/task/9344/stat : 9344 (java) R 9339 9341 7962 0 -1 64 48004 0 0 0 289 21 0 0 16 0 12 0 637820776 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 105852908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=828920 CPUtime=2.9
/proc/9341/task/9345/stat : 9345 (java) R 9339 9341 7962 0 -1 64 64508 0 0 0 265 25 0 0 16 0 12 0 637820776 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 105852848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 7962 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 637820778 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637820778 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9348] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 637820778 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9349] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=828920 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 12 0 637820782 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=828920 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 12 0 637820782 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 637820782 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637820782 848814080 135251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 828920

[startup+25.5012 s]
/proc/loadavg: 2.29 2.05 2.02 3/92 9353
/proc/meminfo: memFree=1073352/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=828920 CPUtime=27.57
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 244351 0 1 0 2654 103 0 0 18 0 12 0 637820773 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 207230 176486 1363 9 0 204592 0
[pid=9341/tid=9343] ppid=9339 vsize=828920 CPUtime=10.3
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 7962 0 -1 64 35422 0 1 0 1013 17 0 0 18 0 12 0 637820775 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4109612932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=828920 CPUtime=5.21
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 71033 0 0 0 491 30 0 0 16 0 12 0 637820776 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=828920 CPUtime=4.27
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 76672 0 0 0 397 30 0 0 18 0 12 0 637820776 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=828920 CPUtime=6.82
/proc/9341/task/9346/stat : 9346 (java) R 9339 9341 7962 0 -1 64 56716 0 0 0 660 22 0 0 25 0 12 0 637820778 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637820778 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 637820778 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=828920 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 848814080 176486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+70.3019 s]
/proc/loadavg: 2.18 2.05 2.02 4/92 9353
/proc/meminfo: memFree=1057928/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=860924 CPUtime=72.35
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 546125 0 1 0 7007 228 0 0 18 0 12 0 637820773 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 215231 184488 1364 9 0 212593 0
[pid=9341/tid=9343] ppid=9339 vsize=860924 CPUtime=10.79
/proc/9341/task/9343/stat : 9343 (java) S 9339 9341 7962 0 -1 64 35438 0 1 0 1062 17 0 0 17 0 12 0 637820775 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=860924 CPUtime=5.21
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 71033 0 0 0 491 30 0 0 16 0 12 0 637820776 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=860924 CPUtime=4.27
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 76672 0 0 0 397 30 0 0 18 0 12 0 637820776 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=860924 CPUtime=51.11
/proc/9341/task/9346/stat : 9346 (java) R 9339 9341 7962 0 -1 64 358474 0 0 0 4964 147 0 0 25 0 12 0 637820778 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 106122392 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637820778 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 637820778 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=860924 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=860924 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.35
Current children cumulated vsize (KiB) 860924

[startup+73.5023 s]
/proc/loadavg: 2.16 2.05 2.02 3/92 9353
/proc/meminfo: memFree=1057928/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=860924 CPUtime=75.55
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 562007 0 1 0 7319 236 0 0 18 0 12 0 637820773 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 215231 184488 1364 9 0 212593 0
[pid=9341/tid=9343] ppid=9339 vsize=860924 CPUtime=10.79
/proc/9341/task/9343/stat : 9343 (java) S 9339 9341 7962 0 -1 64 35438 0 1 0 1062 17 0 0 17 0 12 0 637820775 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=860924 CPUtime=5.21
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 71033 0 0 0 491 30 0 0 16 0 12 0 637820776 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=860924 CPUtime=4.27
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 76672 0 0 0 397 30 0 0 18 0 12 0 637820776 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=860924 CPUtime=54.31
/proc/9341/task/9346/stat : 9346 (java) R 9339 9341 7962 0 -1 64 374356 0 0 0 5276 155 0 0 25 0 12 0 637820778 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637820778 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 637820778 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=860924 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=860924 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=860924 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637820782 881586176 184488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.55
Current children cumulated vsize (KiB) 860924

[startup+75.1016 s]
/proc/loadavg: 2.16 2.05 2.02 3/93 9354
/proc/meminfo: memFree=1062272/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=861248 CPUtime=77.14
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 577897 0 1 0 7472 242 0 0 18 0 13 0 637820773 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 215312 184495 1364 9 0 212674 0
[pid=9341/tid=9343] ppid=9339 vsize=861248 CPUtime=10.79
/proc/9341/task/9343/stat : 9343 (java) S 9339 9341 7962 0 -1 64 35442 0 1 0 1062 17 0 0 18 0 13 0 637820775 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=861248 CPUtime=5.21
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 71033 0 0 0 491 30 0 0 16 0 13 0 637820776 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=861248 CPUtime=4.27
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 76672 0 0 0 397 30 0 0 18 0 13 0 637820776 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=861248 CPUtime=55.9
/proc/9341/task/9346/stat : 9346 (java) R 9339 9341 7962 0 -1 64 390238 0 0 0 5429 161 0 0 25 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=861248 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=861248 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9354] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 637828202 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.14
Current children cumulated vsize (KiB) 861248

[startup+76.7028 s]
/proc/loadavg: 2.15 2.05 2.02 3/93 9354
/proc/meminfo: memFree=1058048/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=861248 CPUtime=78.74
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 577897 0 1 0 7632 242 0 0 18 0 13 0 637820773 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 215312 184495 1364 9 0 212674 0
[pid=9341/tid=9343] ppid=9339 vsize=861248 CPUtime=10.79
/proc/9341/task/9343/stat : 9343 (java) S 9339 9341 7962 0 -1 64 35442 0 1 0 1062 17 0 0 18 0 13 0 637820775 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=861248 CPUtime=5.21
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 71033 0 0 0 491 30 0 0 16 0 13 0 637820776 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=861248 CPUtime=4.27
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 76672 0 0 0 397 30 0 0 18 0 13 0 637820776 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=861248 CPUtime=57.5
/proc/9341/task/9346/stat : 9346 (java) R 9339 9341 7962 0 -1 64 390238 0 0 0 5589 161 0 0 25 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=861248 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=861248 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9354] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 637828202 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.74
Current children cumulated vsize (KiB) 861248

[startup+77.1029 s]
/proc/loadavg: 2.15 2.05 2.02 3/93 9354
/proc/meminfo: memFree=1058048/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=861248 CPUtime=79.14
/proc/9341/stat : 9341 (java) S 9339 9341 7962 0 -1 0 577897 0 1 0 7672 242 0 0 18 0 13 0 637820773 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9341/statm: 215312 184495 1364 9 0 212674 0
[pid=9341/tid=9343] ppid=9339 vsize=861248 CPUtime=10.79
/proc/9341/task/9343/stat : 9343 (java) S 9339 9341 7962 0 -1 64 35442 0 1 0 1062 17 0 0 18 0 13 0 637820775 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=861248 CPUtime=5.21
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 7962 0 -1 64 71033 0 0 0 491 30 0 0 16 0 13 0 637820776 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=861248 CPUtime=4.27
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 7962 0 -1 64 76672 0 0 0 397 30 0 0 18 0 13 0 637820776 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=861248 CPUtime=57.9
/proc/9341/task/9346/stat : 9346 (java) R 9339 9341 7962 0 -1 64 390238 0 0 0 5629 161 0 0 25 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 7962 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 637820778 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9350] ppid=9339 vsize=861248 CPUtime=0.44
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 7962 0 -1 64 1930 0 0 0 44 0 0 0 16 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9351] ppid=9339 vsize=861248 CPUtime=0.46
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 7962 0 -1 64 1816 0 0 0 46 0 0 0 16 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9352] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9353] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637820782 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9341/tid=9354] ppid=9339 vsize=861248 CPUtime=0
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 7962 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 637828202 881917952 184495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.14
Current children cumulated vsize (KiB) 861248

[startup+77.5029 s]
/proc/loadavg: 2.15 2.05 2.02 3/93 9354
/proc/meminfo: memFree=1058048/2055920 swapFree=4180808/4192956
[pid=9341] ppid=9339 vsize=0 CPUtime=79.5
/proc/9341/stat : 9341 (java) Z 9339 9341 7962 0 -1 12 577904 0 1 0 7699 251 0 0 16 0 2 0 637820773 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9341/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 77.5265
CPU time (s): 79.5319
CPU user time (s): 76.9953
CPU system time (s): 2.53661
CPU usage (%): 102.587
Max. virtual memory (cumulated for all children) (KiB): 877252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.9953
system time used= 2.53661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577904
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= 2143
involuntary context switches= 1521

runsolver used 0.090986 second user time and 0.277957 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 07:21:12
IDJOB=1066709
IDBENCH=55138
IDSOLVER=344
FILE ID=node39/1066709-1215148872
PBS_JOBID= 7877384
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e2bc6ddc97acb6fa0447766d1d8b9c3d
RANDOM SEED=213373385

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1796232 kB
Buffers:         21244 kB
Cached:         108812 kB
SwapCached:       6012 kB
Active:         161028 kB
Inactive:        41320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796232 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          85660 kB
Slab:            42464 kB
Committed_AS:  1707324 kB
PageTables:       1900 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 node39 at 2008-07-04 07:22:29