Trace number 1066663

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? 78.757 77.9959

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-6_ext.xml
MD5SUMbbb71dbdbca3acfbea1fe0722b07c9a8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.328949
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066663-1215148818/watcher-1066663-1215148818 -o /tmp/evaluation-result-1066663-1215148818/solver-1066663-1215148818 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066663-1215148818.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.98 2.00 2.02 4/81 4634
/proc/meminfo: memFree=1866576/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=18572 CPUtime=0
/proc/4634/stat : 4634 (runsolver) R 4632 4634 1029 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1993855328 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4634/statm: 4643 292 257 25 0 2626 0

[startup+0.045198 s]
/proc/loadavg: 1.98 2.00 2.02 4/81 4634
/proc/meminfo: memFree=1866576/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=801432 CPUtime=0.02
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 2465 0 1 0 1 1 0 0 18 0 5 0 1993855328 820666368 2203 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 200358 2203 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101729 s]
/proc/loadavg: 1.98 2.00 2.02 4/81 4634
/proc/meminfo: memFree=1866576/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=804612 CPUtime=0.08
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 1993855328 823922688 2727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301761 s]
/proc/loadavg: 1.98 2.00 2.02 4/81 4634
/proc/meminfo: memFree=1866576/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=807760 CPUtime=0.28
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 4831 0 1 0 25 3 0 0 18 0 12 0 1993855328 827146240 4160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 201940 4160 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.702822 s]
/proc/loadavg: 1.98 2.00 2.02 4/81 4634
/proc/meminfo: memFree=1866576/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=807788 CPUtime=0.68
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 6255 0 1 0 63 5 0 0 18 0 12 0 1993855328 827174912 5385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 201947 5385 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50195 s]
/proc/loadavg: 1.98 2.00 2.02 3/93 4646
/proc/meminfo: memFree=1847600/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=812256 CPUtime=1.47
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 10529 0 1 0 140 7 0 0 18 0 12 0 1993855328 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 203064 8440 1349 9 0 200426 0
[pid=4634/tid=4636] ppid=4632 vsize=812256 CPUtime=0.66
/proc/4634/task/4636/stat : 4636 (java) R 4632 4634 1029 0 -1 64 5794 0 1 0 61 5 0 0 21 0 12 0 1993855329 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855330 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993855330 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4639/stat : 4639 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1993855332 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1993855333 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1993855333 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=812256 CPUtime=0.28
/proc/4634/task/4643/stat : 4643 (java) R 4632 4634 1029 0 -1 64 495 0 0 0 28 0 0 0 16 0 12 0 1993855337 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 106223694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=812256 CPUtime=0.5
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3478 0 0 0 49 1 0 0 16 0 12 0 1993855337 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=812256 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 831750144 8440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812256

[startup+3.1012 s]
/proc/loadavg: 1.98 2.00 2.02 3/93 4646
/proc/meminfo: memFree=1821040/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=817384 CPUtime=3.39
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 35243 0 1 0 320 19 0 0 18 0 12 0 1993855328 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 204346 31112 1360 9 0 201708 0
[pid=4634/tid=4636] ppid=4632 vsize=817384 CPUtime=1.53
/proc/4634/task/4636/stat : 4636 (java) R 4632 4634 1029 0 -1 64 16971 0 1 0 143 10 0 0 20 0 12 0 1993855329 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4634/tid=4637] ppid=4632 vsize=817384 CPUtime=0.34
/proc/4634/task/4637/stat : 4637 (java) R 4632 4634 1029 0 -1 64 6630 0 0 0 32 2 0 0 16 0 12 0 1993855330 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 104146079 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4634/tid=4638] ppid=4632 vsize=817384 CPUtime=0.35
/proc/4634/task/4638/stat : 4638 (java) R 4632 4634 1029 0 -1 64 5890 0 0 0 32 3 0 0 16 0 12 0 1993855330 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=817384 CPUtime=0
/proc/4634/task/4639/stat : 4639 (java) S 4632 4634 1029 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993855332 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4634/tid=4640] ppid=4632 vsize=817384 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993855333 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4634/tid=4641] ppid=4632 vsize=817384 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1993855333 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=817384 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=817384 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=817384 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=817384 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=817384 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 837001216 31112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 817384

[startup+6.30169 s]
/proc/loadavg: 1.98 2.00 2.02 3/93 4646
/proc/meminfo: memFree=1618160/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=831128 CPUtime=7.22
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 89303 0 1 0 680 42 0 0 18 0 12 0 1993855328 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 207782 76419 1360 9 0 205144 0
[pid=4634/tid=4636] ppid=4632 vsize=831128 CPUtime=2.92
/proc/4634/task/4636/stat : 4636 (java) R 4632 4634 1029 0 -1 64 16974 0 1 0 282 10 0 0 17 0 12 0 1993855329 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4109175694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=831128 CPUtime=1.62
/proc/4634/task/4637/stat : 4637 (java) R 4632 4634 1029 0 -1 64 35891 0 0 0 148 14 0 0 18 0 12 0 1993855330 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=831128 CPUtime=1.5
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 30686 0 0 0 136 14 0 0 18 0 12 0 1993855330 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4639/stat : 4639 (java) S 4632 4634 1029 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993855332 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993855333 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4634/tid=4641] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1993855333 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=831128 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=831128 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 851075072 76419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 831128

[startup+12.7017 s]
/proc/loadavg: 2.06 2.01 2.02 5/93 4646
/proc/meminfo: memFree=1349168/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=831128 CPUtime=14.07
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 149927 0 1 0 1341 66 0 0 18 0 12 0 1993855328 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 207782 134565 1360 9 0 205144 0
[pid=4634/tid=4636] ppid=4632 vsize=831128 CPUtime=5.44
/proc/4634/task/4636/stat : 4636 (java) R 4632 4634 1029 0 -1 64 29271 0 1 0 529 15 0 0 17 0 12 0 1993855329 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4109684911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=831128 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) R 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=831128 CPUtime=5.2
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 74440 0 0 0 489 31 0 0 18 0 12 0 1993855330 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4639/stat : 4639 (java) S 4632 4634 1029 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993855332 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993855333 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4634/tid=4641] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1993855333 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=831128 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=831128 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 851075072 134565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=831128 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 851075072 134565 996147200 134512640 134550740 4294956032 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) 831128

[startup+25.5027 s]
/proc/loadavg: 2.11 2.03 2.03 3/93 4646
/proc/meminfo: memFree=1131568/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=863132 CPUtime=26.75
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 238870 0 1 0 2571 104 0 0 18 0 12 0 1993855328 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 215783 184486 1365 9 0 213145 0
[pid=4634/tid=4636] ppid=4632 vsize=863132 CPUtime=7.22
/proc/4634/task/4636/stat : 4636 (java) S 4632 4634 1029 0 -1 64 45443 0 1 0 700 22 0 0 18 0 12 0 1993855329 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=863132 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=863132 CPUtime=6.88
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 97858 0 0 0 647 41 0 0 16 0 12 0 1993855330 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=863132 CPUtime=9.22
/proc/4634/task/4639/stat : 4639 (java) R 4632 4634 1029 0 -1 64 49380 0 0 0 901 21 0 0 25 0 12 0 1993855332 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993855333 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993855333 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 883847168 184486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4634/tid=4645] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.79
Current children cumulated vsize (KiB) 863132

[startup+70.3026 s]
/proc/loadavg: 2.05 2.02 2.02 3/93 4646
/proc/meminfo: memFree=1129136/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=863132 CPUtime=71.13
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 413005 0 1 0 6932 181 0 0 18 0 12 0 1993855328 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 215783 185046 1365 9 0 213145 0
[pid=4634/tid=4636] ppid=4632 vsize=863132 CPUtime=7.56
/proc/4634/task/4636/stat : 4636 (java) S 4632 4634 1029 0 -1 64 45457 0 1 0 734 22 0 0 17 0 12 0 1993855329 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=863132 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=863132 CPUtime=6.88
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 97858 0 0 0 647 41 0 0 16 0 12 0 1993855330 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=863132 CPUtime=53.26
/proc/4634/task/4639/stat : 4639 (java) R 4632 4634 1029 0 -1 64 223501 0 0 0 5228 98 0 0 25 0 12 0 1993855332 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 104126464 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993855333 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993855333 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=863132 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=863132 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=863132 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 883847168 185046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.13
Current children cumulated vsize (KiB) 863132

[startup+73.5011 s]
/proc/loadavg: 2.05 2.02 2.02 3/93 4646
/proc/meminfo: memFree=1159408/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=833132 CPUtime=74.3
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 413509 0 1 0 7248 182 0 0 18 0 12 0 1993855328 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 208283 177547 1366 9 0 205645 0
[pid=4634/tid=4636] ppid=4632 vsize=833132 CPUtime=7.56
/proc/4634/task/4636/stat : 4636 (java) S 4632 4634 1029 0 -1 64 45460 0 1 0 734 22 0 0 16 0 12 0 1993855329 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=833132 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=833132 CPUtime=6.88
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 97858 0 0 0 647 41 0 0 16 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=833132 CPUtime=56.43
/proc/4634/task/4639/stat : 4639 (java) R 4632 4634 1029 0 -1 64 224002 0 0 0 5544 99 0 0 25 0 12 0 1993855332 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 106122590 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=833132 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=833132 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.3
Current children cumulated vsize (KiB) 833132

[startup+75.1024 s]
/proc/loadavg: 2.05 2.02 2.02 3/93 4646
/proc/meminfo: memFree=1159408/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=833132 CPUtime=75.88
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 414010 0 1 0 7406 182 0 0 18 0 12 0 1993855328 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 208283 177547 1366 9 0 205645 0
[pid=4634/tid=4636] ppid=4632 vsize=833132 CPUtime=7.56
/proc/4634/task/4636/stat : 4636 (java) S 4632 4634 1029 0 -1 64 45460 0 1 0 734 22 0 0 16 0 12 0 1993855329 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=833132 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=833132 CPUtime=6.88
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 97858 0 0 0 647 41 0 0 16 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=833132 CPUtime=58.01
/proc/4634/task/4639/stat : 4639 (java) R 4632 4634 1029 0 -1 64 224503 0 0 0 5702 99 0 0 25 0 12 0 1993855332 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 103550506 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=833132 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=833132 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 833132

[startup+76.7026 s]
/proc/loadavg: 2.05 2.02 2.02 3/93 4646
/proc/meminfo: memFree=1159408/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=833132 CPUtime=77.47
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 414010 0 1 0 7565 182 0 0 18 0 12 0 1993855328 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 208283 177547 1366 9 0 205645 0
[pid=4634/tid=4636] ppid=4632 vsize=833132 CPUtime=7.56
/proc/4634/task/4636/stat : 4636 (java) S 4632 4634 1029 0 -1 64 45460 0 1 0 734 22 0 0 16 0 12 0 1993855329 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=833132 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=833132 CPUtime=6.88
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 97858 0 0 0 647 41 0 0 16 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=833132 CPUtime=59.6
/proc/4634/task/4639/stat : 4639 (java) R 4632 4634 1029 0 -1 64 224503 0 0 0 5861 99 0 0 25 0 12 0 1993855332 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 106123388 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=833132 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=833132 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.47
Current children cumulated vsize (KiB) 833132

[startup+77.5017 s]
/proc/loadavg: 2.05 2.02 2.02 3/93 4646
/proc/meminfo: memFree=1159408/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=833132 CPUtime=78.25
/proc/4634/stat : 4634 (java) S 4632 4634 1029 0 -1 0 414010 0 1 0 7643 182 0 0 18 0 12 0 1993855328 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 208283 177547 1366 9 0 205645 0
[pid=4634/tid=4636] ppid=4632 vsize=833132 CPUtime=7.56
/proc/4634/task/4636/stat : 4636 (java) S 4632 4634 1029 0 -1 64 45460 0 1 0 734 22 0 0 16 0 12 0 1993855329 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4637] ppid=4632 vsize=833132 CPUtime=2.25
/proc/4634/task/4637/stat : 4637 (java) S 4632 4634 1029 0 -1 64 40464 0 0 0 209 16 0 0 22 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4638] ppid=4632 vsize=833132 CPUtime=6.88
/proc/4634/task/4638/stat : 4638 (java) S 4632 4634 1029 0 -1 64 97858 0 0 0 647 41 0 0 16 0 12 0 1993855330 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4639] ppid=4632 vsize=833132 CPUtime=60.39
/proc/4634/task/4639/stat : 4639 (java) R 4632 4634 1029 0 -1 64 224503 0 0 0 5940 99 0 0 25 0 12 0 1993855332 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4640] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4640/stat : 4640 (java) S 4632 4634 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4641] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4641/stat : 4641 (java) S 4632 4634 1029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993855333 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4642] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4642/stat : 4642 (java) S 4632 4634 1029 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4643] ppid=4632 vsize=833132 CPUtime=0.53
/proc/4634/task/4643/stat : 4643 (java) S 4632 4634 1029 0 -1 64 1474 0 0 0 53 0 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4644] ppid=4632 vsize=833132 CPUtime=0.59
/proc/4634/task/4644/stat : 4644 (java) S 4632 4634 1029 0 -1 64 3488 0 0 0 58 1 0 0 16 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4645] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4645/stat : 4645 (java) S 4632 4634 1029 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4634/tid=4646] ppid=4632 vsize=833132 CPUtime=0
/proc/4634/task/4646/stat : 4646 (java) S 4632 4634 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993855337 853127168 177547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.25
Current children cumulated vsize (KiB) 833132

[startup+77.9022 s]
/proc/loadavg: 2.05 2.02 2.02 3/93 4646
/proc/meminfo: memFree=1159408/2055920 swapFree=4179812/4192956
[pid=4634] ppid=4632 vsize=0 CPUtime=78.65
/proc/4634/stat : 4634 (java) Z 4632 4634 1029 0 -1 12 414023 0 1 0 7681 184 0 0 16 0 2 0 1993855328 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4634/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.65
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 77.9959
CPU time (s): 78.757
CPU user time (s): 76.8183
CPU system time (s): 1.9387
CPU usage (%): 100.976
Max. virtual memory (cumulated for all children) (KiB): 879136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.8183
system time used= 1.93871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414023
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= 2227
involuntary context switches= 3971

runsolver used 0.108983 second user time and 0.267959 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 07:20:18
IDJOB=1066663
IDBENCH=55135
IDSOLVER=344
FILE ID=node34/1066663-1215148818
PBS_JOBID= 7877337
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bbb71dbdbca3acfbea1fe0722b07c9a8
RANDOM SEED=1751826740

node34.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.259
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.259
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:       1867056 kB
Buffers:          7892 kB
Cached:         103320 kB
SwapCached:       6768 kB
Active:         106912 kB
Inactive:        28132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867056 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          40128 kB
Slab:            38908 kB
Committed_AS:  3476688 kB
PageTables:       1928 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 node34 at 2008-07-04 07:21:36