Trace number 2071790

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 2.1.1? 78.4341 78.7201

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-7_ext.xml
MD5SUM23f8803fe7f88f151b1993998f042f43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.88141
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.17/0.26	c c --- Begin Solver configuration ---
0.17/0.26	c Stops conflict analysis at the first Unique Implication Point
0.17/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.26	c Learn all clauses as in MiniSAT
0.17/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.26	c Expensive reason simplification
0.17/0.26	c MiniSAT restarts strategy
0.17/0.26	c Memory based learned constraints deletion strategy
0.17/0.26	c timeout=2147483s
0.17/0.26	c DB Simplification allowed=false
0.17/0.26	c --- End Solver configuration ---
0.17/0.26	c solving HOME/instance-2071790-1247354962.xml
0.17/0.26	c reading problem ... 
0.47/0.51	c reading problem named null
0.47/0.51	c reading domains done.
0.47/0.51	c reading variables done.
0.47/0.55	c reading relations done.
1.87/1.99	c reading constraints
78.21/78.59	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
78.21/78.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
78.21/78.59		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
78.21/78.59		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
78.21/78.59		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.21/78.59		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
78.21/78.59		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
78.21/78.59		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
78.21/78.59		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
78.21/78.59		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
78.21/78.59		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
78.21/78.59		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
78.21/78.59		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
78.21/78.59		at org.sat4j.AbstractLauncher.run(Unknown Source)
78.21/78.59		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
78.21/78.59	c starts		: 0
78.21/78.59	c conflicts		: 0
78.21/78.59	c decisions		: 0
78.21/78.59	c propagations		: 0
78.21/78.59	c inspects		: 0
78.21/78.59	c learnt literals	: 0
78.21/78.59	c learnt binary clauses	: 0
78.21/78.59	c learnt ternary clauses	: 0
78.21/78.59	c learnt clauses	: 0
78.21/78.59	c ignored clauses	: 0
78.21/78.59	c root simplifications	: 0
78.21/78.59	c removed literals (reason simplification)	: 0
78.21/78.59	c reason swapping (by a shorter reason)	: 0
78.21/78.59	c Calls to reduceDB	: 0
78.21/78.59	c speed (assignments/second)	: 0.0
78.21/78.59	c non guided choices	0
78.21/78.60	c learnt constraints type 
78.31/78.60	c constraints type 
78.31/78.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7416040
78.31/78.60	c org.sat4j.minisat.constraints.card.AtLeast => 42
78.31/78.60	s UNKNOWN
78.31/78.60	c Total wall clock time (in seconds) : 78.337

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071790-1247354962/watcher-2071790-1247354962 -o /tmp/evaluation-result-2071790-1247354962/solver-2071790-1247354962 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071790-1247354962.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 16135
/proc/meminfo: memFree=1395456/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=18576 CPUtime=0
/proc/16135/stat : 16135 (runsolver) R 16133 16135 14936 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22559570 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16135/statm: 4644 284 249 26 0 2626 0

[startup+0.0854971 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 16135
/proc/meminfo: memFree=1395456/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=802164 CPUtime=0.07
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 2828 0 1 0 5 2 0 0 18 0 7 0 22559570 821415936 2573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 200541 2573 1037 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101497 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 16135
/proc/meminfo: memFree=1395456/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=804428 CPUtime=0.08
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 2974 0 1 0 6 2 0 0 18 0 12 0 22559570 823734272 2717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 201107 2717 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301516 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 16135
/proc/meminfo: memFree=1395456/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=805628 CPUtime=0.27
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 4265 0 1 0 24 3 0 0 18 0 12 0 22559570 824963072 4002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 201407 4002 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701553 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 16135
/proc/meminfo: memFree=1395456/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=807184 CPUtime=0.67
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 6759 0 1 0 62 5 0 0 18 0 12 0 22559570 826556416 6213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 201796 6213 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50162 s]
/proc/loadavg: 1.96 2.01 2.00 4/94 16147
/proc/meminfo: memFree=1372576/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=807356 CPUtime=1.46
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 10169 0 1 0 139 7 0 0 18 0 12 0 22559570 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 201839 9095 1406 9 0 199166 0
[pid=16135/tid=16137] ppid=16133 vsize=807356 CPUtime=0.74
/proc/16135/task/16137/stat : 16137 (java) R 16133 16135 14936 0 -1 64 7609 0 1 0 69 5 0 0 22 0 12 0 22559572 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4109164912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22559573 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22559573 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16140/stat : 16140 (java) S 16133 16135 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22559574 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22559575 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22559575 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=807356 CPUtime=0.69
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 1803 0 0 0 69 0 0 0 16 0 12 0 22559580 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=807356 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 826732544 9095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807356

[startup+3.10277 s]
/proc/loadavg: 1.96 2.01 2.00 3/94 16147
/proc/meminfo: memFree=1320544/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=809068 CPUtime=3.08
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 32648 0 1 0 289 19 0 0 18 0 12 0 22559570 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 202267 30640 1422 9 0 199594 0
[pid=16135/tid=16137] ppid=16133 vsize=809068 CPUtime=1.5
/proc/16135/task/16137/stat : 16137 (java) R 16133 16135 14936 0 -1 64 16909 0 1 0 140 10 0 0 25 0 12 0 22559572 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4109704619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=809068 CPUtime=0.15
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 5699 0 0 0 13 2 0 0 17 0 12 0 22559573 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=809068 CPUtime=0.16
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 6428 0 0 0 13 3 0 0 17 0 12 0 22559573 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16140/stat : 16140 (java) S 16133 16135 14936 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22559574 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=809068 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=809068 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 828485632 30640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 809068

[startup+6.30207 s]
/proc/loadavg: 2.13 2.04 2.01 4/94 16147
/proc/meminfo: memFree=1137824/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=813880 CPUtime=6.7
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 80432 0 1 0 631 39 0 0 18 0 12 0 22559570 833413120 75750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 203470 75752 1422 9 0 200797 0
[pid=16135/tid=16137] ppid=16133 vsize=813880 CPUtime=3.11
/proc/16135/task/16137/stat : 16137 (java) R 16133 16135 14936 0 -1 64 16914 0 1 0 301 10 0 0 20 0 12 0 22559572 833413120 75753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16135/tid=16138] ppid=16133 vsize=813880 CPUtime=1.16
/proc/16135/task/16138/stat : 16138 (java) R 16133 16135 14936 0 -1 64 32517 0 0 0 103 13 0 0 18 0 12 0 22559573 833413120 75755 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=813880 CPUtime=1.16
/proc/16135/task/16139/stat : 16139 (java) R 16133 16135 14936 0 -1 64 27395 0 0 0 104 12 0 0 18 0 12 0 22559573 833413120 75756 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16135/tid=16140] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16140/stat : 16140 (java) S 16133 16135 14936 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22559574 833413120 75758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16135/tid=16141] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 833413120 75760 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 833413120 75761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 833413120 75763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 833413120 75765 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=813880 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 833413120 75766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 833413120 75768 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 833413120 75770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 813880

[startup+12.7027 s]
/proc/loadavg: 2.20 2.06 2.01 4/94 16147
/proc/meminfo: memFree=888032/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=813880 CPUtime=13.04
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 136592 0 1 0 1241 63 0 0 18 0 12 0 22559570 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 203470 131899 1422 9 0 200797 0
[pid=16135/tid=16137] ppid=16133 vsize=813880 CPUtime=5.69
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 29213 0 1 0 554 15 0 0 17 0 12 0 22559572 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=813880 CPUtime=1.19
/proc/16135/task/16138/stat : 16138 (java) R 16133 16135 14936 0 -1 64 32517 0 0 0 106 13 0 0 19 0 12 0 22559573 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=813880 CPUtime=4.9
/proc/16135/task/16139/stat : 16139 (java) R 16133 16135 14936 0 -1 64 71250 0 0 0 459 31 0 0 17 0 12 0 22559573 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16140/stat : 16140 (java) S 16133 16135 14936 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22559574 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=813880 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=813880 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 833413120 131899 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 813880

[startup+25.5028 s]
/proc/loadavg: 2.22 2.07 2.02 3/94 16147
/proc/meminfo: memFree=676448/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=845884 CPUtime=25.71
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 208635 0 1 0 2479 92 0 0 18 0 12 0 22559570 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 211471 179925 1424 9 0 208798 0
[pid=16135/tid=16137] ppid=16133 vsize=845884 CPUtime=7.28
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 43489 0 1 0 707 21 0 0 18 0 12 0 22559572 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=845884 CPUtime=1.2
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 32517 0 0 0 107 13 0 0 19 0 12 0 22559573 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=845884 CPUtime=6.48
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 94388 0 0 0 608 40 0 0 16 0 12 0 22559573 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=845884 CPUtime=9.49
/proc/16135/task/16140/stat : 16140 (java) R 16133 16135 14936 0 -1 64 34641 0 0 0 935 14 0 0 25 0 12 0 22559574 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=845884 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=845884 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=845884 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 866185216 179925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=845884 CPUtime=0

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

[pid=16135/tid=16146] ppid=16133 vsize=845884 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 866185216 180630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=845884 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 866185216 180630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 845884

[startup+70.3019 s]
/proc/loadavg: 2.18 2.07 2.02 3/94 16147
/proc/meminfo: memFree=701408/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=817884 CPUtime=70.1
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 413922 0 1 0 6824 186 0 0 18 0 12 0 22559570 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 204471 173630 1424 9 0 201798 0
[pid=16135/tid=16137] ppid=16133 vsize=817884 CPUtime=7.59
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 43501 0 1 0 738 21 0 0 17 0 12 0 22559572 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=817884 CPUtime=1.2
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 32517 0 0 0 107 13 0 0 19 0 12 0 22559573 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=817884 CPUtime=6.48
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 94388 0 0 0 608 40 0 0 16 0 12 0 22559573 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=817884 CPUtime=53.56
/proc/16135/task/16140/stat : 16140 (java) R 16133 16135 14936 0 -1 64 239916 0 0 0 5249 107 0 0 25 0 12 0 22559574 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 104177734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=817884 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=817884 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=817884 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=817884 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=817884 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=817884 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=817884 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 837513216 173630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.1
Current children cumulated vsize (KiB) 817884

[startup+73.5022 s]
/proc/loadavg: 2.18 2.07 2.02 3/94 16147
/proc/meminfo: memFree=673312/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=815884 CPUtime=73.27
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 428429 0 1 0 7134 193 0 0 18 0 12 0 22559570 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 203971 173130 1423 9 0 201298 0
[pid=16135/tid=16137] ppid=16133 vsize=815884 CPUtime=7.59
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 43504 0 1 0 738 21 0 0 17 0 12 0 22559572 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=815884 CPUtime=1.2
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 32517 0 0 0 107 13 0 0 19 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=815884 CPUtime=6.48
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 94388 0 0 0 608 40 0 0 16 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=815884 CPUtime=56.73
/proc/16135/task/16140/stat : 16140 (java) R 16133 16135 14936 0 -1 64 254420 0 0 0 5559 114 0 0 25 0 12 0 22559574 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=815884 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.27
Current children cumulated vsize (KiB) 815884

[startup+76.7025 s]
/proc/loadavg: 2.16 2.07 2.02 3/94 16147
/proc/meminfo: memFree=703584/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=815884 CPUtime=76.44
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 428930 0 1 0 7451 193 0 0 18 0 12 0 22559570 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 203971 173130 1423 9 0 201298 0
[pid=16135/tid=16137] ppid=16133 vsize=815884 CPUtime=7.59
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 43504 0 1 0 738 21 0 0 17 0 12 0 22559572 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=815884 CPUtime=1.2
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 32517 0 0 0 107 13 0 0 19 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=815884 CPUtime=6.48
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 94388 0 0 0 608 40 0 0 16 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=815884 CPUtime=59.9
/proc/16135/task/16140/stat : 16140 (java) R 16133 16135 14936 0 -1 64 254921 0 0 0 5876 114 0 0 25 0 12 0 22559574 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 106157701 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=815884 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.44
Current children cumulated vsize (KiB) 815884

[startup+77.5016 s]
/proc/loadavg: 2.16 2.07 2.02 3/94 16147
/proc/meminfo: memFree=703520/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=815884 CPUtime=77.22
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 428930 0 1 0 7529 193 0 0 18 0 12 0 22559570 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 203971 173130 1423 9 0 201298 0
[pid=16135/tid=16137] ppid=16133 vsize=815884 CPUtime=7.59
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 43504 0 1 0 738 21 0 0 17 0 12 0 22559572 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=815884 CPUtime=1.2
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 32517 0 0 0 107 13 0 0 19 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=815884 CPUtime=6.48
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 94388 0 0 0 608 40 0 0 16 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=815884 CPUtime=60.68
/proc/16135/task/16140/stat : 16140 (java) R 16133 16135 14936 0 -1 64 254921 0 0 0 5954 114 0 0 25 0 12 0 22559574 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=815884 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.22
Current children cumulated vsize (KiB) 815884

[startup+78.3016 s]
/proc/loadavg: 2.15 2.07 2.02 3/94 16147
/proc/meminfo: memFree=703520/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=815884 CPUtime=78.01
/proc/16135/stat : 16135 (java) S 16133 16135 14936 0 -1 0 428930 0 1 0 7608 193 0 0 18 0 12 0 22559570 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 203971 173130 1423 9 0 201298 0
[pid=16135/tid=16137] ppid=16133 vsize=815884 CPUtime=7.59
/proc/16135/task/16137/stat : 16137 (java) S 16133 16135 14936 0 -1 64 43504 0 1 0 738 21 0 0 17 0 12 0 22559572 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16138] ppid=16133 vsize=815884 CPUtime=1.2
/proc/16135/task/16138/stat : 16138 (java) S 16133 16135 14936 0 -1 64 32517 0 0 0 107 13 0 0 19 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16139] ppid=16133 vsize=815884 CPUtime=6.48
/proc/16135/task/16139/stat : 16139 (java) S 16133 16135 14936 0 -1 64 94388 0 0 0 608 40 0 0 16 0 12 0 22559573 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16140] ppid=16133 vsize=815884 CPUtime=61.47
/proc/16135/task/16140/stat : 16140 (java) R 16133 16135 14936 0 -1 64 254921 0 0 0 6033 114 0 0 25 0 12 0 22559574 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16141] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16141/stat : 16141 (java) S 16133 16135 14936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16142] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16142/stat : 16142 (java) S 16133 16135 14936 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22559575 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16143] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16143/stat : 16143 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16144] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16144/stat : 16144 (java) S 16133 16135 14936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16145] ppid=16133 vsize=815884 CPUtime=1.21
/proc/16135/task/16145/stat : 16145 (java) S 16133 16135 14936 0 -1 64 2845 0 0 0 120 1 0 0 16 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16146] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16146/stat : 16146 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16135/tid=16147] ppid=16133 vsize=815884 CPUtime=0
/proc/16135/task/16147/stat : 16147 (java) S 16133 16135 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22559580 835465216 173130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.01
Current children cumulated vsize (KiB) 815884

[startup+78.702 s]
/proc/loadavg: 2.15 2.07 2.02 3/94 16147
/proc/meminfo: memFree=703520/2055920 swapFree=4192952/4192956
[pid=16135] ppid=16133 vsize=0 CPUtime=78.41
/proc/16135/stat : 16135 (java) Z 16133 16135 14936 0 -1 12 428947 0 1 0 7638 203 0 0 16 0 2 0 22559570 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16135/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 78.7201
CPU time (s): 78.4341
CPU user time (s): 76.3854
CPU system time (s): 2.04869
CPU usage (%): 99.6367
Max. virtual memory (cumulated for all children) (KiB): 861888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.3854
system time used= 2.04869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428947
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= 2503
involuntary context switches= 4434

runsolver used 0.107983 second user time and 0.270958 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 01:29:23
IDJOB=2071790
IDBENCH=55533
IDSOLVER=731
FILE ID=node55/2071790-1247354962
PBS_JOBID= 9506842
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-7_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071790-1247354962/watcher-2071790-1247354962 -o /tmp/evaluation-result-2071790-1247354962/solver-2071790-1247354962 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071790-1247354962.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 23f8803fe7f88f151b1993998f042f43
RANDOM SEED=1277837276

node55.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:       1396000 kB
Buffers:         73616 kB
Cached:         460792 kB
SwapCached:          4 kB
Active:         152184 kB
Inactive:       436380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396000 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          74560 kB
Slab:            56512 kB
Committed_AS:   222952 kB
PageTables:       1860 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= 66352 MiB
End job on node55 at 2009-07-12 01:30:41