Trace number 1079677

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? 81.7526 80.7997

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg15-17_ext.xml
MD5SUM7ff91a24aa1fbc09dca740df3bc3672d
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 variables255
Number of constraints32
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1079677-1215210577/watcher-1079677-1215210577 -o /tmp/evaluation-result-1079677-1215210577/solver-1079677-1215210577 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079677-1215210577.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.91 1.98 1.99 4/80 30691
/proc/meminfo: memFree=1776392/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=1804 CPUtime=0
/proc/30691/stat : 30691 (java6) R 30689 30691 29580 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 2000029117 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30691/statm: 0 0 0 0 0 0 0

[startup+0.0707619 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 30691
/proc/meminfo: memFree=1776392/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=802236 CPUtime=0.05
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 2791 0 1 0 4 1 0 0 18 0 7 0 2000029117 821489664 2526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 200559 2526 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.106983 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 30691
/proc/meminfo: memFree=1776392/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=804756 CPUtime=0.1
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 3260 0 1 0 8 2 0 0 18 0 12 0 2000029117 824070144 2991 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 201189 2991 1246 9 0 198558 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804756

[startup+0.301801 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 30691
/proc/meminfo: memFree=1776392/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=807848 CPUtime=0.3
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 4978 0 1 0 27 3 0 0 18 0 12 0 2000029117 827236352 4310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 201962 4310 1307 9 0 199331 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807848

[startup+0.701342 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 30691
/proc/meminfo: memFree=1776392/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=807876 CPUtime=0.69
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 6193 0 1 0 65 4 0 0 18 0 12 0 2000029117 827265024 5473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 201969 5473 1336 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.503 s]
/proc/loadavg: 1.91 1.98 1.99 3/92 30703
/proc/meminfo: memFree=1758056/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=809808 CPUtime=1.49
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 12727 0 1 0 143 6 0 0 18 0 12 0 2000029117 829243392 10505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 202452 10506 1346 9 0 199814 0
[pid=30691/tid=30693] ppid=30689 vsize=809808 CPUtime=0.77
/proc/30691/task/30693/stat : 30693 (java) R 30689 30691 29580 0 -1 64 8445 0 1 0 72 5 0 0 25 0 12 0 2000029118 829243392 10506 996147200 134512640 134550740 4294956016 18446744073709551615 4109663275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2000029119 829243392 10507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30695] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2000029119 829243392 10507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30696] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30696/stat : 30696 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2000029120 829243392 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2000029121 829243392 10509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2000029121 829243392 10509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000029125 829243392 10510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=809808 CPUtime=0.2
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 20 0 0 0 16 0 12 0 2000029125 829243392 10510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=809808 CPUtime=0.49
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 49 0 0 0 16 0 12 0 2000029125 829243392 10511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000029125 829243392 10512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=809808 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000029125 829243392 10512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809808

[startup+3.10277 s]
/proc/loadavg: 1.91 1.98 1.99 5/92 30703
/proc/meminfo: memFree=1692712/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=814936 CPUtime=3.26
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 40072 0 1 0 308 18 0 0 18 0 12 0 2000029117 834494464 35827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 203734 35829 1351 9 0 201096 0
[pid=30691/tid=30693] ppid=30689 vsize=814936 CPUtime=1.95
/proc/30691/task/30693/stat : 30693 (java) R 30689 30691 29580 0 -1 64 16994 0 1 0 186 9 0 0 25 0 12 0 2000029118 834494464 35831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=814936 CPUtime=0.32
/proc/30691/task/30694/stat : 30694 (java) R 30689 30691 29580 0 -1 64 10654 0 0 0 28 4 0 0 16 0 12 0 2000029119 834494464 35834 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30695] ppid=30689 vsize=814936 CPUtime=0.24
/proc/30691/task/30695/stat : 30695 (java) R 30689 30691 29580 0 -1 64 8121 0 0 0 21 3 0 0 17 0 12 0 2000029119 834494464 35837 996147200 134512640 134550740 4294956016 18446744073709551615 104136981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30696] ppid=30689 vsize=814936 CPUtime=0
/proc/30691/task/30696/stat : 30696 (java) S 30689 30691 29580 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000029120 834494464 35840 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=814936 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000029121 834494464 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=814936 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2000029121 834494464 35846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=814936 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000029125 834494464 35848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=814936 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 12 0 2000029125 834494464 35851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=814936 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 12 0 2000029125 834494464 35854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=814936 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000029125 834494464 35857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=814936 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000029125 834494464 35860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 814936

[startup+6.30181 s]
/proc/loadavg: 2.24 2.05 2.02 4/92 30703
/proc/meminfo: memFree=1514152/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=825048 CPUtime=7.02
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 92318 0 1 0 661 41 0 0 18 0 12 0 2000029117 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 206262 81366 1351 9 0 203624 0
[pid=30691/tid=30693] ppid=30689 vsize=825048 CPUtime=3.63
/proc/30691/task/30693/stat : 30693 (java) R 30689 30691 29580 0 -1 64 16998 0 1 0 354 9 0 0 16 0 12 0 2000029118 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4109617209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=825048 CPUtime=1.56
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 44813 0 0 0 137 19 0 0 18 0 12 0 2000029119 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30695] ppid=30689 vsize=825048 CPUtime=1.08
/proc/30691/task/30695/stat : 30695 (java) R 30689 30691 29580 0 -1 64 26197 0 0 0 97 11 0 0 20 0 12 0 2000029119 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30696] ppid=30689 vsize=825048 CPUtime=0
/proc/30691/task/30696/stat : 30696 (java) S 30689 30691 29580 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000029120 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=825048 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000029121 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=825048 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2000029121 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=825048 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000029125 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=825048 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 12 0 2000029125 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=825048 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 12 0 2000029125 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=825048 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000029125 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=825048 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000029125 844849152 81366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 825048

[startup+12.7029 s]
/proc/loadavg: 2.30 2.06 2.02 7/92 30703
/proc/meminfo: memFree=1233640/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=830168 CPUtime=14.07
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 159205 0 1 0 1333 74 0 0 18 0 12 0 2000029117 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 207542 141916 1351 9 0 204904 0
[pid=30691/tid=30693] ppid=30689 vsize=830168 CPUtime=7.05
/proc/30691/task/30693/stat : 30693 (java) R 30689 30691 29580 0 -1 64 35437 0 1 0 689 16 0 0 22 0 12 0 2000029118 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4109578253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30694] ppid=30689 vsize=830168 CPUtime=3.63
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 75938 0 0 0 328 35 0 0 17 0 12 0 2000029119 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=830168 CPUtime=2.62
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 43520 0 0 0 242 20 0 0 19 0 12 0 2000029119 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30696/stat : 30696 (java) S 30689 30691 29580 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000029120 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30697] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000029121 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2000029121 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000029125 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=830168 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 12 0 2000029125 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=830168 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 12 0 2000029125 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000029125 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000029125 850092032 141916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 830168

[startup+25.502 s]
/proc/loadavg: 2.37 2.09 2.03 3/92 30703
/proc/meminfo: memFree=1051176/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=830168 CPUtime=27.13
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 245426 0 1 0 2602 111 0 0 18 0 12 0 2000029117 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 207542 176756 1358 9 0 204904 0
[pid=30691/tid=30693] ppid=30689 vsize=830168 CPUtime=10.1
/proc/30691/task/30693/stat : 30693 (java) R 30689 30691 29580 0 -1 64 35445 0 1 0 994 16 0 0 18 0 12 0 2000029118 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4109578189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30694] ppid=30689 vsize=830168 CPUtime=5
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 94693 0 0 0 458 42 0 0 16 0 12 0 2000029119 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=830168 CPUtime=4.15
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 56514 0 0 0 389 26 0 0 18 0 12 0 2000029119 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=830168 CPUtime=7.1
/proc/30691/task/30696/stat : 30696 (java) R 30689 30691 29580 0 -1 64 54491 0 0 0 687 23 0 0 25 0 12 0 2000029120 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30697] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000029121 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30698] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000029121 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30699] ppid=30689 vsize=830168 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000029125 850092032 176756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.21 2.09 2.03 4/92 30703
/proc/meminfo: memFree=1040104/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=862172 CPUtime=71.29
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 524532 0 1 0 6898 231 0 0 18 0 12 0 2000029117 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 215543 184761 1361 9 0 212905 0
[pid=30691/tid=30693] ppid=30689 vsize=862172 CPUtime=10.62
/proc/30691/task/30693/stat : 30693 (java) S 30689 30691 29580 0 -1 64 35459 0 1 0 1046 16 0 0 16 0 12 0 2000029118 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30694] ppid=30689 vsize=862172 CPUtime=5
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 94693 0 0 0 458 42 0 0 16 0 12 0 2000029119 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=862172 CPUtime=4.15
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 56514 0 0 0 389 26 0 0 18 0 12 0 2000029119 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=862172 CPUtime=50.74
/proc/30691/task/30696/stat : 30696 (java) R 30689 30691 29580 0 -1 64 333583 0 0 0 4931 143 0 0 25 0 12 0 2000029120 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30697] ppid=30689 vsize=862172 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000029121 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30698] ppid=30689 vsize=862172 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000029121 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30699] ppid=30689 vsize=862172 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000029125 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=862172 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 12 0 2000029125 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=862172 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 12 0 2000029125 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=862172 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000029125 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=862172 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000029125 882864128 184761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.29
Current children cumulated vsize (KiB) 862172

[startup+76.7026 s]
/proc/loadavg: 2.20 2.09 2.03 3/85 30734
/proc/meminfo: memFree=1085088/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=862496 CPUtime=77.65
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 555550 0 1 0 7520 245 0 0 18 0 13 0 2000029117 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 215624 184768 1361 9 0 212986 0
[pid=30691/tid=30693] ppid=30689 vsize=862496 CPUtime=10.62
/proc/30691/task/30693/stat : 30693 (java) S 30689 30691 29580 0 -1 64 35463 0 1 0 1046 16 0 0 18 0 13 0 2000029118 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=862496 CPUtime=5
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 94693 0 0 0 458 42 0 0 16 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=862496 CPUtime=4.15
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 56514 0 0 0 389 26 0 0 18 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=862496 CPUtime=57.11
/proc/30691/task/30696/stat : 30696 (java) R 30689 30691 29580 0 -1 64 364593 0 0 0 5554 157 0 0 25 0 13 0 2000029120 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 105852589 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=862496 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=862496 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30734] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30734/stat : 30734 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2000036610 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.65
Current children cumulated vsize (KiB) 862496

[startup+78.3029 s]
/proc/loadavg: 2.20 2.09 2.03 3/85 30734
/proc/meminfo: memFree=1039904/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=862496 CPUtime=79.25
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 571055 0 1 0 7674 251 0 0 18 0 13 0 2000029117 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 215624 184768 1361 9 0 212986 0
[pid=30691/tid=30693] ppid=30689 vsize=862496 CPUtime=10.62
/proc/30691/task/30693/stat : 30693 (java) S 30689 30691 29580 0 -1 64 35463 0 1 0 1046 16 0 0 18 0 13 0 2000029118 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=862496 CPUtime=5
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 94693 0 0 0 458 42 0 0 16 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=862496 CPUtime=4.15
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 56514 0 0 0 389 26 0 0 18 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=862496 CPUtime=58.71
/proc/30691/task/30696/stat : 30696 (java) R 30689 30691 29580 0 -1 64 380098 0 0 0 5707 164 0 0 25 0 13 0 2000029120 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=862496 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=862496 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30734] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30734/stat : 30734 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2000036610 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.25
Current children cumulated vsize (KiB) 862496

[startup+79.9011 s]
/proc/loadavg: 2.18 2.09 2.03 3/85 30734
/proc/meminfo: memFree=1032608/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=862496 CPUtime=80.85
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 571055 0 1 0 7834 251 0 0 18 0 13 0 2000029117 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 215624 184768 1361 9 0 212986 0
[pid=30691/tid=30693] ppid=30689 vsize=862496 CPUtime=10.62
/proc/30691/task/30693/stat : 30693 (java) S 30689 30691 29580 0 -1 64 35463 0 1 0 1046 16 0 0 18 0 13 0 2000029118 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=862496 CPUtime=5
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 94693 0 0 0 458 42 0 0 16 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=862496 CPUtime=4.15
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 56514 0 0 0 389 26 0 0 18 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=862496 CPUtime=60.31
/proc/30691/task/30696/stat : 30696 (java) R 30689 30691 29580 0 -1 64 380098 0 0 0 5867 164 0 0 25 0 13 0 2000029120 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=862496 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=862496 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30734] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30734/stat : 30734 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2000036610 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.85
Current children cumulated vsize (KiB) 862496

[startup+80.3062 s]
/proc/loadavg: 2.18 2.09 2.03 3/86 30735
/proc/meminfo: memFree=1031000/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=862496 CPUtime=81.25
/proc/30691/stat : 30691 (java) S 30689 30691 29580 0 -1 0 571055 0 1 0 7874 251 0 0 18 0 13 0 2000029117 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 215624 184768 1361 9 0 212986 0
[pid=30691/tid=30693] ppid=30689 vsize=862496 CPUtime=10.62
/proc/30691/task/30693/stat : 30693 (java) S 30689 30691 29580 0 -1 64 35463 0 1 0 1046 16 0 0 18 0 13 0 2000029118 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30694] ppid=30689 vsize=862496 CPUtime=5
/proc/30691/task/30694/stat : 30694 (java) S 30689 30691 29580 0 -1 64 94693 0 0 0 458 42 0 0 16 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30695] ppid=30689 vsize=862496 CPUtime=4.15
/proc/30691/task/30695/stat : 30695 (java) S 30689 30691 29580 0 -1 64 56514 0 0 0 389 26 0 0 18 0 13 0 2000029119 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30691/tid=30696] ppid=30689 vsize=862496 CPUtime=60.72
/proc/30691/task/30696/stat : 30696 (java) R 30689 30691 29580 0 -1 64 380098 0 0 0 5908 164 0 0 25 0 13 0 2000029120 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30697] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30697/stat : 30697 (java) S 30689 30691 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30698] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30698/stat : 30698 (java) S 30689 30691 29580 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000029121 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30699] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30699/stat : 30699 (java) S 30689 30691 29580 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30700] ppid=30689 vsize=862496 CPUtime=0.21
/proc/30691/task/30700/stat : 30700 (java) S 30689 30691 29580 0 -1 64 455 0 0 0 21 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30701] ppid=30689 vsize=862496 CPUtime=0.5
/proc/30691/task/30701/stat : 30701 (java) S 30689 30691 29580 0 -1 64 3067 0 0 0 50 0 0 0 16 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30702] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30702/stat : 30702 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30703] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30703/stat : 30703 (java) S 30689 30691 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2000029125 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30691/tid=30734] ppid=30689 vsize=862496 CPUtime=0
/proc/30691/task/30734/stat : 30734 (java) S 30689 30691 29580 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2000036610 883195904 184768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.25
Current children cumulated vsize (KiB) 862496

[startup+80.7013 s]
/proc/loadavg: 2.18 2.09 2.03 3/86 30735
/proc/meminfo: memFree=1031000/2055920 swapFree=4180732/4192956
[pid=30691] ppid=30689 vsize=0 CPUtime=81.64
/proc/30691/stat : 30691 (java) Z 30689 30691 29580 0 -1 12 571061 0 1 0 7912 252 0 0 16 0 2 0 2000029117 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30691/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 80.7997
CPU time (s): 81.7526
CPU user time (s): 79.127
CPU system time (s): 2.6256
CPU usage (%): 101.179
Max. virtual memory (cumulated for all children) (KiB): 878500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.127
system time used= 2.6256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571061
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= 2187
involuntary context switches= 2417

runsolver used 0.143978 second user time and 0.355945 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 00:29:37
IDJOB=1079677
IDBENCH=56896
IDSOLVER=344
FILE ID=node57/1079677-1215210577
PBS_JOBID= 7881724
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg15-17_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079677-1215210577/watcher-1079677-1215210577 -o /tmp/evaluation-result-1079677-1215210577/solver-1079677-1215210577 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079677-1215210577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7ff91a24aa1fbc09dca740df3bc3672d
RANDOM SEED=1136535418

node57.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.258
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.258
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:       1776872 kB
Buffers:         20128 kB
Cached:         138128 kB
SwapCached:       5896 kB
Active:         167884 kB
Inactive:        61152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776872 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          84400 kB
Slab:            35100 kB
Committed_AS:  4812184 kB
PageTables:       1948 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= 66548 MiB
End job on node57 at 2008-07-05 00:30:57