Trace number 1074406

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 79.6939 78.9059

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle11.xml
MD5SUMce46a8a879ee15090ea4b332910f8459
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.093985
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints47
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension29
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-1074406-1215178633.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.68	c reading variables done.
0.68/0.73	c reading relations done.
1.67/1.74	c reading predicates  done.
1.86/1.92	c reading constraints
76.33/75.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
76.33/75.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
76.33/75.52		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
76.33/75.52		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
76.33/75.52		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
76.33/75.52		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
76.33/75.53		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.33/75.53		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.33/75.53		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.33/75.53		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.33/75.53		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.33/75.53		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.33/75.53		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
76.33/75.53		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
76.33/75.53		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
76.33/75.53		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
76.33/75.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
76.33/75.53		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
76.33/75.53		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
76.33/75.53		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
76.33/75.53		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
76.33/75.53		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
76.33/75.53		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
79.31/78.53	c starts		: 0
79.31/78.53	c conflicts		: 0
79.31/78.53	c decisions		: 0
79.31/78.53	c propagations		: 0
79.31/78.53	c inspects		: 0
79.31/78.53	c learnt literals	: 0
79.31/78.53	c learnt binary clauses	: 0
79.31/78.53	c learnt ternary clauses	: 0
79.31/78.53	c learnt clauses	: 0
79.31/78.53	c ignored clauses	: 0
79.31/78.53	c root simplifications	: 0
79.31/78.53	c removed literals (reason simplification)	: 0
79.31/78.53	c reason swapping (by a shorter reason)	: 0
79.31/78.53	c Calls to reduceDB	: 0
79.31/78.53	c speed (assignments/second)	: 0.0
79.31/78.53	c non guided choices	0
79.31/78.53	s UNKNOWN
79.31/78.53	c Total wall clock time (in seconds) : 75.126

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-1074406-1215178633/watcher-1074406-1215178633 -o /tmp/evaluation-result-1074406-1215178633/solver-1074406-1215178633 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074406-1215178633.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.35 2.11 4/81 5735
/proc/meminfo: memFree=1501440/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=152 CPUtime=0
/proc/5735/stat : 5735 (java6) D 5733 5735 5127 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1996836775 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 10945316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5735/statm: 38 26 19 9 0 4 0

[startup+0.044797 s]
/proc/loadavg: 2.08 2.35 2.11 4/81 5735
/proc/meminfo: memFree=1501440/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=801432 CPUtime=0.02
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 2466 0 1 0 1 1 0 0 18 0 5 0 1996836775 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.102619 s]
/proc/loadavg: 2.08 2.35 2.11 4/81 5735
/proc/meminfo: memFree=1501440/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=804612 CPUtime=0.08
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 3001 0 1 0 6 2 0 0 18 0 12 0 1996836775 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302644 s]
/proc/loadavg: 2.08 2.35 2.11 4/81 5735
/proc/meminfo: memFree=1501440/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=808212 CPUtime=0.28
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 4936 0 1 0 25 3 0 0 18 0 12 0 1996836775 827609088 4263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 202053 4263 1299 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.702691 s]
/proc/loadavg: 2.08 2.35 2.11 4/81 5735
/proc/meminfo: memFree=1501440/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=808240 CPUtime=0.68
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 6344 0 1 0 63 5 0 0 18 0 12 0 1996836775 827637760 5472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 202060 5472 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808240

[startup+1.50179 s]
/proc/loadavg: 2.08 2.35 2.11 4/93 5747
/proc/meminfo: memFree=1482848/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=811696 CPUtime=1.47
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 10079 0 1 0 140 7 0 0 18 0 12 0 1996836775 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 202924 8002 1349 9 0 200286 0
[pid=5735/tid=5737] ppid=5733 vsize=811696 CPUtime=0.65
/proc/5735/task/5737/stat : 5737 (java) R 5733 5735 5127 0 -1 64 5482 0 1 0 61 4 0 0 22 0 12 0 1996836777 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4109212708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5738] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996836778 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5739] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996836778 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5740] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5740/stat : 5740 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996836779 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5741] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1996836780 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5742] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996836780 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=811696 CPUtime=0.3
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 489 0 0 0 30 0 0 0 16 0 12 0 1996836784 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=811696 CPUtime=0.5
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3341 0 0 0 49 1 0 0 16 0 12 0 1996836784 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=811696 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 831176704 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811696

[startup+3.10197 s]
/proc/loadavg: 2.08 2.35 2.11 4/93 5747
/proc/meminfo: memFree=1464352/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=814260 CPUtime=3.05
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 30256 0 1 0 290 15 0 0 18 0 12 0 1996836775 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 203565 27392 1368 9 0 200927 0
[pid=5735/tid=5737] ppid=5733 vsize=814260 CPUtime=1.52
/proc/5735/task/5737/stat : 5737 (java) R 5733 5735 5127 0 -1 64 17233 0 1 0 142 10 0 0 23 0 12 0 1996836777 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 106980758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5738] ppid=5733 vsize=814260 CPUtime=0.09
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 4329 0 0 0 8 1 0 0 17 0 12 0 1996836778 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5739] ppid=5733 vsize=814260 CPUtime=0.1
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 3659 0 0 0 10 0 0 0 17 0 12 0 1996836778 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5740] ppid=5733 vsize=814260 CPUtime=0
/proc/5735/task/5740/stat : 5740 (java) S 5733 5735 5127 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996836779 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5741] ppid=5733 vsize=814260 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5742] ppid=5733 vsize=814260 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996836780 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=814260 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=814260 CPUtime=0.53
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 509 0 0 0 53 0 0 0 16 0 12 0 1996836784 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=814260 CPUtime=0.76
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3734 0 0 0 75 1 0 0 16 0 12 0 1996836784 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=814260 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=814260 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 833802240 27392 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814260

[startup+6.30236 s]
/proc/loadavg: 2.23 2.38 2.12 3/93 5747
/proc/meminfo: memFree=1325664/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=819812 CPUtime=6.52
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 63006 0 1 0 623 29 0 0 18 0 12 0 1996836775 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 204953 56533 1383 9 0 202315 0
[pid=5735/tid=5737] ppid=5733 vsize=819812 CPUtime=3.2
/proc/5735/task/5737/stat : 5737 (java) R 5733 5735 5127 0 -1 64 17242 0 1 0 310 10 0 0 18 0 12 0 1996836777 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4109746092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5738] ppid=5733 vsize=819812 CPUtime=0.8
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 22108 0 0 0 71 9 0 0 18 0 12 0 1996836778 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5739] ppid=5733 vsize=819812 CPUtime=0.73
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 16622 0 0 0 67 6 0 0 16 0 12 0 1996836778 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5740] ppid=5733 vsize=819812 CPUtime=0
/proc/5735/task/5740/stat : 5740 (java) S 5733 5735 5127 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996836779 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5741] ppid=5733 vsize=819812 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5742] ppid=5733 vsize=819812 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996836780 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=819812 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=819812 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 12 0 1996836784 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=819812 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 12 0 1996836784 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=819812 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=819812 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 839487488 56533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 819812

[startup+12.7021 s]
/proc/loadavg: 2.29 2.39 2.12 4/93 5747
/proc/meminfo: memFree=1038368/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=827492 CPUtime=13.65
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 135071 0 1 0 1304 61 0 0 18 0 12 0 1996836775 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 206873 121544 1383 9 0 204235 0
[pid=5735/tid=5737] ppid=5733 vsize=827492 CPUtime=5.66
/proc/5735/task/5737/stat : 5737 (java) R 5733 5735 5127 0 -1 64 23396 0 1 0 553 13 0 0 17 0 12 0 1996836777 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4109738299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5738] ppid=5733 vsize=827492 CPUtime=4.57
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 75869 0 0 0 425 32 0 0 18 0 12 0 1996836778 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5739] ppid=5733 vsize=827492 CPUtime=1.62
/proc/5735/task/5739/stat : 5739 (java) R 5733 5735 5127 0 -1 64 28772 0 0 0 150 12 0 0 21 0 12 0 1996836778 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5740] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5740/stat : 5740 (java) S 5733 5735 5127 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996836779 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5741] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5742] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996836780 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=827492 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 12 0 1996836784 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=827492 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 12 0 1996836784 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 847351808 121544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 827492

[startup+25.5026 s]
/proc/loadavg: 2.29 2.39 2.12 3/93 5747
/proc/meminfo: memFree=766880/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=859496 CPUtime=26.57
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 238077 0 1 0 2553 104 0 0 18 0 12 0 1996836775 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 214874 184462 1388 9 0 212236 0
[pid=5735/tid=5737] ppid=5733 vsize=859496 CPUtime=7.95
/proc/5735/task/5737/stat : 5737 (java) S 5733 5735 5127 0 -1 64 41838 0 1 0 776 19 0 0 17 0 12 0 1996836777 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5738] ppid=5733 vsize=859496 CPUtime=6.89
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 103691 0 0 0 645 44 0 0 18 0 12 0 1996836778 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5739] ppid=5733 vsize=859496 CPUtime=1.98
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 28963 0 0 0 186 12 0 0 16 0 12 0 1996836778 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5740] ppid=5733 vsize=859496 CPUtime=7.95
/proc/5735/task/5740/stat : 5740 (java) R 5733 5735 5127 0 -1 64 56580 0 0 0 771 24 0 0 25 0 12 0 1996836779 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5741] ppid=5733 vsize=859496 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5742] ppid=5733 vsize=859496 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996836780 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=859496 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 880123904 184462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 64.79
Current children cumulated vsize (KiB) 859496

[startup+70.302 s]
/proc/loadavg: 2.14 2.33 2.11 3/93 5747
/proc/meminfo: memFree=798816/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=827492 CPUtime=71.15
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 400914 0 1 0 6940 175 0 0 18 0 12 0 1996836775 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 206873 176461 1388 9 0 204235 0
[pid=5735/tid=5737] ppid=5733 vsize=827492 CPUtime=8.34
/proc/5735/task/5737/stat : 5737 (java) S 5733 5735 5127 0 -1 64 41851 0 1 0 815 19 0 0 16 0 12 0 1996836777 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5738] ppid=5733 vsize=827492 CPUtime=6.89
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 103691 0 0 0 645 44 0 0 18 0 12 0 1996836778 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5739] ppid=5733 vsize=827492 CPUtime=1.98
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 28963 0 0 0 186 12 0 0 16 0 12 0 1996836778 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5740] ppid=5733 vsize=827492 CPUtime=52.15
/proc/5735/task/5740/stat : 5740 (java) R 5733 5735 5127 0 -1 64 219404 0 0 0 5120 95 0 0 25 0 12 0 1996836779 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 105677314 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5741] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5742] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996836780 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=827492 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 12 0 1996836784 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=827492 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 12 0 1996836784 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=827492 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 847351808 176461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.15
Current children cumulated vsize (KiB) 827492

[startup+73.5014 s]
/proc/loadavg: 2.14 2.33 2.11 3/93 5747
/proc/meminfo: memFree=796832/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=829496 CPUtime=74.34
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 402418 0 1 0 7258 176 0 0 18 0 12 0 1996836775 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 207374 176962 1388 9 0 204736 0
[pid=5735/tid=5737] ppid=5733 vsize=829496 CPUtime=8.34
/proc/5735/task/5737/stat : 5737 (java) S 5733 5735 5127 0 -1 64 41851 0 1 0 815 19 0 0 16 0 12 0 1996836777 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5738] ppid=5733 vsize=829496 CPUtime=6.89
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 103691 0 0 0 645 44 0 0 18 0 12 0 1996836778 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5739] ppid=5733 vsize=829496 CPUtime=1.98
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 28963 0 0 0 186 12 0 0 16 0 12 0 1996836778 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5740] ppid=5733 vsize=829496 CPUtime=55.33
/proc/5735/task/5740/stat : 5740 (java) R 5733 5735 5127 0 -1 64 220908 0 0 0 5437 96 0 0 25 0 12 0 1996836779 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 105847309 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5741] ppid=5733 vsize=829496 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5742] ppid=5733 vsize=829496 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996836780 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5743] ppid=5733 vsize=829496 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=829496 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 12 0 1996836784 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=829496 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 12 0 1996836784 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=829496 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=829496 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 849403904 176962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.34
Current children cumulated vsize (KiB) 829496

[startup+76.7027 s]
/proc/loadavg: 2.13 2.32 2.11 3/94 5748
/proc/meminfo: memFree=796760/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=829820 CPUtime=77.52
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 403179 0 1 0 7576 176 0 0 18 0 13 0 1996836775 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 207455 176970 1388 9 0 204817 0
[pid=5735/tid=5737] ppid=5733 vsize=829820 CPUtime=8.34
/proc/5735/task/5737/stat : 5737 (java) S 5733 5735 5127 0 -1 64 41856 0 1 0 815 19 0 0 18 0 13 0 1996836777 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5738] ppid=5733 vsize=829820 CPUtime=6.89
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 103691 0 0 0 645 44 0 0 18 0 13 0 1996836778 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5739] ppid=5733 vsize=829820 CPUtime=1.98
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 28963 0 0 0 186 12 0 0 16 0 13 0 1996836778 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5740] ppid=5733 vsize=829820 CPUtime=58.51
/proc/5735/task/5740/stat : 5740 (java) R 5733 5735 5127 0 -1 64 221660 0 0 0 5755 96 0 0 25 0 13 0 1996836779 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 106122335 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5741] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1996836780 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5742] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996836780 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5743] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=829820 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=829820 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5748] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5748/stat : 5748 (java) S 5733 5735 5127 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1996844328 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.52
Current children cumulated vsize (KiB) 829820

[startup+78.3029 s]
/proc/loadavg: 2.12 2.32 2.11 3/94 5748
/proc/meminfo: memFree=796760/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=829820 CPUtime=79.11
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 403179 0 1 0 7735 176 0 0 18 0 13 0 1996836775 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 207455 176970 1388 9 0 204817 0
[pid=5735/tid=5737] ppid=5733 vsize=829820 CPUtime=8.34
/proc/5735/task/5737/stat : 5737 (java) S 5733 5735 5127 0 -1 64 41856 0 1 0 815 19 0 0 18 0 13 0 1996836777 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5738] ppid=5733 vsize=829820 CPUtime=6.89
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 103691 0 0 0 645 44 0 0 18 0 13 0 1996836778 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5739] ppid=5733 vsize=829820 CPUtime=1.98
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 28963 0 0 0 186 12 0 0 16 0 13 0 1996836778 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5740] ppid=5733 vsize=829820 CPUtime=60.1
/proc/5735/task/5740/stat : 5740 (java) R 5733 5735 5127 0 -1 64 221660 0 0 0 5914 96 0 0 25 0 13 0 1996836779 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5741] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1996836780 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5742] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996836780 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5743] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=829820 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=829820 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996836784 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5748] ppid=5733 vsize=829820 CPUtime=0
/proc/5735/task/5748/stat : 5748 (java) S 5733 5735 5127 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1996844328 849735680 176970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.11
Current children cumulated vsize (KiB) 829820

[startup+78.702 s]
/proc/loadavg: 2.12 2.32 2.11 3/94 5748
/proc/meminfo: memFree=796760/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=827816 CPUtime=79.51
/proc/5735/stat : 5735 (java) S 5733 5735 5127 0 -1 0 403181 0 1 0 7774 177 0 0 18 0 12 0 1996836775 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5735/statm: 206954 176470 1389 9 0 204316 0
[pid=5735/tid=5737] ppid=5733 vsize=827816 CPUtime=8.34
/proc/5735/task/5737/stat : 5737 (java) S 5733 5735 5127 0 -1 64 41856 0 1 0 815 19 0 0 16 0 12 0 1996836777 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5738] ppid=5733 vsize=827816 CPUtime=6.89
/proc/5735/task/5738/stat : 5738 (java) S 5733 5735 5127 0 -1 64 103691 0 0 0 645 44 0 0 18 0 12 0 1996836778 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5739] ppid=5733 vsize=827816 CPUtime=1.98
/proc/5735/task/5739/stat : 5739 (java) S 5733 5735 5127 0 -1 64 28963 0 0 0 186 12 0 0 16 0 12 0 1996836778 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5740] ppid=5733 vsize=827816 CPUtime=60.5
/proc/5735/task/5740/stat : 5740 (java) R 5733 5735 5127 0 -1 64 221660 0 0 0 5953 97 0 0 25 0 12 0 1996836779 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 106122897 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5741] ppid=5733 vsize=827816 CPUtime=0
/proc/5735/task/5741/stat : 5741 (java) S 5733 5735 5127 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996836780 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5742] ppid=5733 vsize=827816 CPUtime=0
/proc/5735/task/5742/stat : 5742 (java) S 5733 5735 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996836780 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5735/tid=5743] ppid=5733 vsize=827816 CPUtime=0
/proc/5735/task/5743/stat : 5743 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996836784 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5744] ppid=5733 vsize=827816 CPUtime=0.94
/proc/5735/task/5744/stat : 5744 (java) S 5733 5735 5127 0 -1 64 2500 0 0 0 94 0 0 0 17 0 12 0 1996836784 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5745] ppid=5733 vsize=827816 CPUtime=0.79
/proc/5735/task/5745/stat : 5745 (java) S 5733 5735 5127 0 -1 64 3742 0 0 0 78 1 0 0 16 0 12 0 1996836784 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5746] ppid=5733 vsize=827816 CPUtime=0
/proc/5735/task/5746/stat : 5746 (java) S 5733 5735 5127 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996836784 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5735/tid=5747] ppid=5733 vsize=827816 CPUtime=0
/proc/5735/task/5747/stat : 5747 (java) S 5733 5735 5127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996836784 847683584 176470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.51
Current children cumulated vsize (KiB) 827816

[startup+78.902 s]
/proc/loadavg: 2.12 2.32 2.11 3/94 5748
/proc/meminfo: memFree=796760/2055920 swapFree=4180424/4192956
[pid=5735] ppid=5733 vsize=0 CPUtime=79.69
/proc/5735/stat : 5735 (java) Z 5733 5735 5127 0 -1 12 403185 0 1 0 7782 187 0 0 16 0 2 0 1996836775 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5735/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 78.9059
CPU time (s): 79.6939
CPU user time (s): 77.8202
CPU system time (s): 1.87371
CPU usage (%): 100.999
Max. virtual memory (cumulated for all children) (KiB): 875500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.8202
system time used= 1.87371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403185
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= 2482
involuntary context switches= 3634

runsolver used 0.104984 second user time and 0.266959 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 15:37:13
IDJOB=1074406
IDBENCH=56410
IDSOLVER=344
FILE ID=node33/1074406-1215178633
PBS_JOBID= 7881554
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce46a8a879ee15090ea4b332910f8459
RANDOM SEED=729872224

node33.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.231
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.231
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:       1501920 kB
Buffers:         65732 kB
Cached:         236544 kB
SwapCached:       6444 kB
Active:         354760 kB
Inactive:       129724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501920 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:         198352 kB
Slab:            54328 kB
Committed_AS:  3804636 kB
PageTables:       2208 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= 66552 MiB
End job on node33 at 2008-07-04 15:38:32