Trace number 1079562

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? 70.1523 69.6278

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-10_ext.xml
MD5SUMe968a766d9ee5ba2ff7ca47c79997ac1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.72952
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints16
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
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.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1079562-1215210171.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.58/0.69	c reading variables done.
0.68/0.75	c reading relations done.
1.47/1.55	c reading constraints
69.93/69.50	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
69.93/69.50		at java.lang.Integer.valueOf(Unknown Source)
70.03/69.50		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
70.03/69.50		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
70.03/69.50		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
70.03/69.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
70.03/69.50		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
70.03/69.50		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
70.03/69.50		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
70.03/69.50		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
70.03/69.50		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
70.03/69.50		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
70.03/69.50		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
70.03/69.50		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
70.03/69.50		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
70.03/69.50		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
70.03/69.50		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
70.03/69.50	c starts		: 0
70.03/69.50	c conflicts		: 0
70.03/69.50	c decisions		: 0
70.03/69.50	c propagations		: 0
70.03/69.50	c inspects		: 0
70.03/69.50	c learnt literals	: 0
70.03/69.50	c learnt binary clauses	: 0
70.03/69.50	c learnt ternary clauses	: 0
70.03/69.50	c learnt clauses	: 0
70.03/69.50	c ignored clauses	: 0
70.03/69.50	c root simplifications	: 0
70.03/69.50	c removed literals (reason simplification)	: 0
70.03/69.50	c reason swapping (by a shorter reason)	: 0
70.03/69.50	c Calls to reduceDB	: 0
70.03/69.50	c speed (assignments/second)	: 0.0
70.03/69.50	c non guided choices	0
70.03/69.50	s UNKNOWN
70.03/69.50	c Total wall clock time (in seconds) : 69.095

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.99 2/81 16643
/proc/meminfo: memFree=781056/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=13288 CPUtime=0
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 642206434 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 3322 538 219 9 0 1232 0
[pid=16643/tid=16644] ppid=16641 vsize=13288 CPUtime=0
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 642206435 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 3706840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0485659 s]
/proc/loadavg: 1.99 1.99 1.99 2/81 16643
/proc/meminfo: memFree=781056/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=801432 CPUtime=0.03
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 2510 0 1 0 2 1 0 0 18 0 5 0 642206434 820666368 2247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 200358 2247 957 9 0 197741 0
[pid=16643/tid=16644] ppid=16641 vsize=801432 CPUtime=0.03
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 1763 0 1 0 2 1 0 0 20 0 5 0 642206435 820666368 2247 996147200 134512640 134550740 4294956016 18446744073709551615 106244082 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101571 s]
/proc/loadavg: 1.99 1.99 1.99 2/81 16643
/proc/meminfo: memFree=781056/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=804612 CPUtime=0.08
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 642206434 823922688 2727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 201153 2727 1048 9 0 198522 0
[pid=16643/tid=16644] ppid=16641 vsize=804612 CPUtime=0.07
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 2219 0 1 0 6 1 0 0 21 0 12 0 642206435 823922688 2727 996147200 134512640 134550740 4294956016 18446744073709551615 4109219678 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301591 s]
/proc/loadavg: 1.99 1.99 1.99 2/81 16643
/proc/meminfo: memFree=781056/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=808276 CPUtime=0.28
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 4929 0 1 0 25 3 0 0 18 0 12 0 642206434 827674624 4256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 202069 4256 1297 9 0 199438 0
[pid=16643/tid=16644] ppid=16641 vsize=808276 CPUtime=0.17
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 2665 0 1 0 15 2 0 0 18 0 12 0 642206435 827674624 4256 996147200 134512640 134550740 4294956016 18446744073709551615 4109174620 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701631 s]
/proc/loadavg: 1.99 1.99 1.99 2/81 16643
/proc/meminfo: memFree=781056/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=808304 CPUtime=0.68
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 6350 0 1 0 62 6 0 0 18 0 12 0 642206434 827703296 5478 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 202076 5478 1335 9 0 199438 0
[pid=16643/tid=16644] ppid=16641 vsize=808304 CPUtime=0.4
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 3783 0 1 0 36 4 0 0 19 0 12 0 642206435 827703296 5478 996147200 134512640 134550740 4294956016 18446744073709551615 4109183678 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50271 s]
/proc/loadavg: 1.99 1.99 1.99 4/93 16655
/proc/meminfo: memFree=762464/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=813932 CPUtime=1.47
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 10196 0 1 0 139 8 0 0 18 0 12 0 642206434 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 203483 8192 1349 9 0 200845 0
[pid=16643/tid=16644] ppid=16641 vsize=813932 CPUtime=0.65
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 5401 0 1 0 60 5 0 0 21 0 12 0 642206435 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4109218817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 642206436 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 642206436 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 642206438 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 642206439 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 642206439 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=813932 CPUtime=0.49
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2851 0 0 0 48 1 0 0 16 0 12 0 642206443 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=813932 CPUtime=0.3
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1182 0 0 0 30 0 0 0 16 0 12 0 642206443 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 833466368 8192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=813932 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 833466368 8192 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) 813932

[startup+3.10288 s]
/proc/loadavg: 2.07 2.01 2.00 3/93 16655
/proc/meminfo: memFree=737248/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=821620 CPUtime=3.22
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 34010 0 1 0 304 18 0 0 18 0 12 0 642206434 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 205405 30391 1360 9 0 202767 0
[pid=16643/tid=16644] ppid=16641 vsize=821620 CPUtime=1.55
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 16974 0 1 0 145 10 0 0 19 0 12 0 642206435 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16646] ppid=16641 vsize=821620 CPUtime=0.24
/proc/16643/task/16646/stat : 16646 (java) R 16641 16643 15988 0 -1 64 5670 0 0 0 22 2 0 0 15 0 12 0 642206436 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 104136981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16647] ppid=16641 vsize=821620 CPUtime=0.24
/proc/16643/task/16647/stat : 16647 (java) R 16641 16643 15988 0 -1 64 6457 0 0 0 22 2 0 0 16 0 12 0 642206436 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 104146011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16648] ppid=16641 vsize=821620 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) R 16641 16643 15988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 642206438 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16649] ppid=16641 vsize=821620 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16650] ppid=16641 vsize=821620 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 642206439 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16641 vsize=821620 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=821620 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=821620 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=821620 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=821620 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 841338880 30391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 821620

[startup+6.3022 s]
/proc/loadavg: 2.07 2.01 2.00 3/93 16655
/proc/meminfo: memFree=527328/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=834228 CPUtime=7.29
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 90600 0 1 0 684 45 0 0 18 0 12 0 642206434 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 208557 76111 1360 9 0 205919 0
[pid=16643/tid=16644] ppid=16641 vsize=834228 CPUtime=2.81
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 16977 0 1 0 271 10 0 0 16 0 12 0 642206435 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4109689474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16646] ppid=16641 vsize=834228 CPUtime=1.56
/proc/16643/task/16646/stat : 16646 (java) R 16641 16643 15988 0 -1 64 27205 0 0 0 145 11 0 0 20 0 12 0 642206436 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16647] ppid=16641 vsize=834228 CPUtime=1.72
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 41509 0 0 0 152 20 0 0 18 0 12 0 642206436 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16648] ppid=16641 vsize=834228 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) S 16641 16643 15988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 642206438 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16649] ppid=16641 vsize=834228 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16650] ppid=16641 vsize=834228 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 642206439 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16641 vsize=834228 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=834228 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=834228 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=834228 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=834228 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 854249472 76111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 834228

[startup+12.7029 s]
/proc/loadavg: 2.22 2.04 2.01 4/93 16655
/proc/meminfo: memFree=238816/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=844468 CPUtime=13.69
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 158572 0 1 0 1295 74 0 0 18 0 12 0 642206434 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 211117 141512 1360 9 0 208479 0
[pid=16643/tid=16644] ppid=16641 vsize=844468 CPUtime=5.38
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 29276 0 1 0 523 15 0 0 17 0 12 0 642206435 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4109744385 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16646] ppid=16641 vsize=844468 CPUtime=4.3
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 66303 0 0 0 402 28 0 0 18 0 12 0 642206436 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16647] ppid=16641 vsize=844468 CPUtime=2.8
/proc/16643/task/16647/stat : 16647 (java) R 16641 16643 15988 0 -1 64 58084 0 0 0 253 27 0 0 22 0 12 0 642206436 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16648] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) S 16641 16643 15988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 642206438 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16649] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16650] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 642206439 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=844468 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=844468 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 864735232 141512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 844468

[startup+25.5012 s]
/proc/loadavg: 2.18 2.04 2.01 3/93 16655
/proc/meminfo: memFree=31776/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=876472 CPUtime=26.45
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 229157 0 1 0 2540 105 0 0 18 0 12 0 642206434 897507328 188080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 219118 188080 1365 9 0 216480 0
[pid=16643/tid=16644] ppid=16641 vsize=876472 CPUtime=6.86
/proc/16643/task/16644/stat : 16644 (java) S 16641 16643 15988 0 -1 64 53858 0 1 0 661 25 0 0 17 0 12 0 642206435 897507328 188080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=876472 CPUtime=5.34
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 79976 0 0 0 500 34 0 0 16 0 12 0 642206436 897507328 188080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16643/tid=16654] ppid=16641 vsize=876472 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 897507328 188080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=876472 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 897507328 188080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.15
Current children cumulated vsize (KiB) 876472

[startup+63.9021 s]
/proc/loadavg: 2.14 2.05 2.01 3/93 16655
/proc/meminfo: memFree=61920/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=846472 CPUtime=64.49
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 401726 0 1 0 6267 182 0 0 18 0 12 0 642206434 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 211618 180580 1365 9 0 208980 0
[pid=16643/tid=16644] ppid=16641 vsize=846472 CPUtime=7.15
/proc/16643/task/16644/stat : 16644 (java) S 16641 16643 15988 0 -1 64 53868 0 1 0 690 25 0 0 16 0 12 0 642206435 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=846472 CPUtime=5.34
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 79976 0 0 0 500 34 0 0 16 0 12 0 642206436 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16641 vsize=846472 CPUtime=2.91
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 58084 0 0 0 264 27 0 0 18 0 12 0 642206436 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16641 vsize=846472 CPUtime=47.88
/proc/16643/task/16648/stat : 16648 (java) R 16641 16643 15988 0 -1 64 204916 0 0 0 4696 92 0 0 25 0 12 0 642206438 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 105677349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16651] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=846472 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=846472 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 866787328 180580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.49
Current children cumulated vsize (KiB) 846472

[startup+67.1064 s]
/proc/loadavg: 2.13 2.05 2.01 3/93 16655
/proc/meminfo: memFree=61920/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=846472 CPUtime=67.66
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 402230 0 1 0 6584 182 0 0 18 0 12 0 642206434 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 211618 180581 1366 9 0 208980 0
[pid=16643/tid=16644] ppid=16641 vsize=846472 CPUtime=7.15
/proc/16643/task/16644/stat : 16644 (java) S 16641 16643 15988 0 -1 64 53871 0 1 0 690 25 0 0 17 0 12 0 642206435 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=846472 CPUtime=5.34
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 79976 0 0 0 500 34 0 0 16 0 12 0 642206436 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16641 vsize=846472 CPUtime=2.91
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 58084 0 0 0 264 27 0 0 18 0 12 0 642206436 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16641 vsize=846472 CPUtime=51.06
/proc/16643/task/16648/stat : 16648 (java) R 16641 16643 15988 0 -1 64 205417 0 0 0 5014 92 0 0 25 0 12 0 642206438 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16651] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=846472 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=846472 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.66
Current children cumulated vsize (KiB) 846472

[startup+68.7016 s]
/proc/loadavg: 2.13 2.05 2.01 3/93 16655
/proc/meminfo: memFree=61920/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=846472 CPUtime=69.24
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 402230 0 1 0 6742 182 0 0 18 0 12 0 642206434 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 211618 180581 1366 9 0 208980 0
[pid=16643/tid=16644] ppid=16641 vsize=846472 CPUtime=7.15
/proc/16643/task/16644/stat : 16644 (java) S 16641 16643 15988 0 -1 64 53871 0 1 0 690 25 0 0 17 0 12 0 642206435 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=846472 CPUtime=5.34
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 79976 0 0 0 500 34 0 0 16 0 12 0 642206436 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16641 vsize=846472 CPUtime=2.91
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 58084 0 0 0 264 27 0 0 18 0 12 0 642206436 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16641 vsize=846472 CPUtime=52.64
/proc/16643/task/16648/stat : 16648 (java) R 16641 16643 15988 0 -1 64 205417 0 0 0 5172 92 0 0 25 0 12 0 642206438 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16651] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=846472 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=846472 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.24
Current children cumulated vsize (KiB) 846472

[startup+69.1026 s]
/proc/loadavg: 2.13 2.05 2.01 3/93 16655
/proc/meminfo: memFree=61920/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=846472 CPUtime=69.64
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 402230 0 1 0 6782 182 0 0 18 0 12 0 642206434 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 211618 180581 1366 9 0 208980 0
[pid=16643/tid=16644] ppid=16641 vsize=846472 CPUtime=7.15
/proc/16643/task/16644/stat : 16644 (java) S 16641 16643 15988 0 -1 64 53871 0 1 0 690 25 0 0 17 0 12 0 642206435 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=846472 CPUtime=5.34
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 79976 0 0 0 500 34 0 0 16 0 12 0 642206436 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16641 vsize=846472 CPUtime=2.91
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 58084 0 0 0 264 27 0 0 18 0 12 0 642206436 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16641 vsize=846472 CPUtime=53.04
/proc/16643/task/16648/stat : 16648 (java) R 16641 16643 15988 0 -1 64 205417 0 0 0 5212 92 0 0 25 0 12 0 642206438 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 106123808 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 642206439 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16643/tid=16651] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=846472 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=846472 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=846472 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 866787328 180581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.64
Current children cumulated vsize (KiB) 846472

[startup+69.5027 s]
/proc/loadavg: 2.13 2.05 2.01 4/93 16655
/proc/meminfo: memFree=61920/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=844468 CPUtime=70.03
/proc/16643/stat : 16643 (java) S 16641 16643 15988 0 -1 0 402232 0 1 0 6821 182 0 0 18 0 12 0 642206434 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 211117 180081 1366 9 0 208479 0
[pid=16643/tid=16644] ppid=16641 vsize=844468 CPUtime=7.15
/proc/16643/task/16644/stat : 16644 (java) R 16641 16643 15988 0 -1 64 53873 0 1 0 690 25 0 0 17 0 12 0 642206435 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16641 vsize=844468 CPUtime=5.34
/proc/16643/task/16646/stat : 16646 (java) S 16641 16643 15988 0 -1 64 79976 0 0 0 500 34 0 0 16 0 12 0 642206436 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16641 vsize=844468 CPUtime=2.91
/proc/16643/task/16647/stat : 16647 (java) S 16641 16643 15988 0 -1 64 58084 0 0 0 264 27 0 0 18 0 12 0 642206436 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16641 vsize=844468 CPUtime=53.43
/proc/16643/task/16648/stat : 16648 (java) R 16641 16643 15988 0 -1 64 205417 0 0 0 5251 92 0 0 25 0 12 0 642206438 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16649/stat : 16649 (java) S 16641 16643 15988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 642206439 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16641 16643 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 642206439 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16641 16643 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 642206443 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16652] ppid=16641 vsize=844468 CPUtime=0.58
/proc/16643/task/16652/stat : 16652 (java) S 16641 16643 15988 0 -1 64 2860 0 0 0 57 1 0 0 16 0 12 0 642206443 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16653] ppid=16641 vsize=844468 CPUtime=0.56
/proc/16643/task/16653/stat : 16653 (java) S 16641 16643 15988 0 -1 64 1261 0 0 0 56 0 0 0 16 0 12 0 642206443 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16654] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16654/stat : 16654 (java) S 16641 16643 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 642206443 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16655] ppid=16641 vsize=844468 CPUtime=0
/proc/16643/task/16655/stat : 16655 (java) S 16641 16643 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 642206443 864735232 180081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.03
Current children cumulated vsize (KiB) 844468

[startup+69.6028 s]
/proc/loadavg: 2.13 2.05 2.01 4/93 16655
/proc/meminfo: memFree=61920/2055920 swapFree=4179840/4192956
[pid=16643] ppid=16641 vsize=0 CPUtime=70.11
/proc/16643/stat : 16643 (java) Z 16641 16643 15988 0 -1 12 402244 0 1 0 6821 190 0 0 16 0 2 0 642206434 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 70.11
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 69.6278
CPU time (s): 70.1523
CPU user time (s): 68.2196
CPU system time (s): 1.93271
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (KiB): 892476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.2196
system time used= 1.93271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402244
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= 2064
involuntary context switches= 4132

runsolver used 0.096985 second user time and 0.241963 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 00:22:52
IDJOB=1079562
IDBENCH=56890
IDSOLVER=344
FILE ID=node17/1079562-1215210171
PBS_JOBID= 7881723
Free space on /tmp= 66408 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e968a766d9ee5ba2ff7ca47c79997ac1
RANDOM SEED=772219978

node17.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.234
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.234
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:        781600 kB
Buffers:         79396 kB
Cached:         353696 kB
SwapCached:       6936 kB
Active:         954464 kB
Inactive:       251624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        781600 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1208 kB
Writeback:           0 kB
Mapped:         789124 kB
Slab:            51808 kB
Committed_AS:  1774928 kB
PageTables:       3408 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= 66408 MiB
End job on node17 at 2008-07-05 00:24:01