Trace number 2071306

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? 80.6867 80.6715

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-05.xml
MD5SUMa7dd4daeb8875c2d8b5f586914424d5a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.6246
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
Global constraints used (with number of constraints)

Solver Data

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

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-2071306-1247353289/watcher-2071306-1247353289 -o /tmp/evaluation-result-2071306-1247353289/solver-2071306-1247353289 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071306-1247353289.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: 2.00 2.00 2.00 4/82 16749
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=1612 CPUtime=0
/proc/16749/stat : 16749 (java6) D 16747 16749 16019 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 22393583 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16749/statm: 403 150 114 9 0 45 0

[startup+0.0974139 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16749
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=804560 CPUtime=0.07
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 3001 0 1 0 5 2 0 0 18 0 12 0 22393583 823869440 2744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 201140 2744 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804560

[startup+0.101405 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16749
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=804560 CPUtime=0.08
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 3018 0 1 0 6 2 0 0 18 0 12 0 22393583 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 201140 2761 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301433 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16749
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=805808 CPUtime=0.27
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 4371 0 1 0 24 3 0 0 18 0 12 0 22393583 825147392 4108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 201452 4108 1359 9 0 198779 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805808

[startup+0.701473 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16749
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=807304 CPUtime=0.67
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 6173 0 1 0 62 5 0 0 18 0 12 0 22393583 826679296 5198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 201826 5198 1387 9 0 199153 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807304

[startup+1.50256 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16761
/proc/meminfo: memFree=1236248/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=811772 CPUtime=1.48
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 11053 0 1 0 140 8 0 0 18 0 12 0 22393583 831254528 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 202943 8964 1408 9 0 200270 0
[pid=16749/tid=16751] ppid=16747 vsize=811772 CPUtime=0.67
/proc/16749/task/16751/stat : 16751 (java) R 16747 16749 16019 0 -1 64 6469 0 1 0 62 5 0 0 25 0 12 0 22393584 831254528 8965 996147200 134512640 134550932 4294956016 18446744073709551615 4109596338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16752] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22393586 831254528 8966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16753] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22393586 831254528 8966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16754] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16754/stat : 16754 (java) S 16747 16749 16019 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22393588 831254528 8967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16755] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22393588 831254528 8968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16756] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22393588 831254528 8969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16757] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22393592 831254528 8969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=811772 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 12 0 22393592 831254528 8970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=811772 CPUtime=0.76
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 3605 0 0 0 75 1 0 0 16 0 12 0 22393592 831254528 8971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22393592 831254528 8971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22393593 831254528 8972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811772

[startup+3.10272 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 16761
/proc/meminfo: memFree=1212568/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=811772 CPUtime=3.22
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 38691 0 1 0 302 20 0 0 18 0 12 0 22393583 831254528 35207 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 202943 35209 1423 9 0 200270 0
[pid=16749/tid=16751] ppid=16747 vsize=811772 CPUtime=1.49
/proc/16749/task/16751/stat : 16751 (java) R 16747 16749 16019 0 -1 64 17192 0 1 0 139 10 0 0 25 0 12 0 22393584 831254528 35210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16752] ppid=16747 vsize=811772 CPUtime=0.27
/proc/16749/task/16752/stat : 16752 (java) R 16747 16749 16019 0 -1 64 10129 0 0 0 23 4 0 0 17 0 12 0 22393586 831254528 35212 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16753] ppid=16747 vsize=811772 CPUtime=0.25
/proc/16749/task/16753/stat : 16753 (java) R 16747 16749 16019 0 -1 64 6155 0 0 0 22 3 0 0 17 0 12 0 22393586 831254528 35214 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16754/stat : 16754 (java) S 16747 16749 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22393588 831254528 35215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16755] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22393588 831254528 35217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16756] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22393588 831254528 35218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16757] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22393592 831254528 35220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=811772 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 12 0 22393592 831254528 35221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=811772 CPUtime=1.14
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4231 0 0 0 112 2 0 0 16 0 12 0 22393592 831254528 35223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22393592 831254528 35224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=811772 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22393593 831254528 35226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 811772

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16761
/proc/meminfo: memFree=1029272/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=814236 CPUtime=6.82
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 66242 0 1 0 649 33 0 0 18 0 12 0 22393583 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 203559 60100 1435 9 0 200886 0
[pid=16749/tid=16751] ppid=16747 vsize=814236 CPUtime=3.27
/proc/16749/task/16751/stat : 16751 (java) R 16747 16749 16019 0 -1 64 17203 0 1 0 317 10 0 0 25 0 12 0 22393584 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=814236 CPUtime=1.05
/proc/16749/task/16752/stat : 16752 (java) R 16747 16749 16019 0 -1 64 26177 0 0 0 94 11 0 0 16 0 12 0 22393586 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=814236 CPUtime=0.99
/proc/16749/task/16753/stat : 16753 (java) R 16747 16749 16019 0 -1 64 16903 0 0 0 91 8 0 0 16 0 12 0 22393586 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 104188505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=814236 CPUtime=0
/proc/16749/task/16754/stat : 16754 (java) S 16747 16749 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22393588 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=814236 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22393588 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16756] ppid=16747 vsize=814236 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22393588 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16757] ppid=16747 vsize=814236 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22393592 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=814236 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 12 0 22393592 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=814236 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 17 0 12 0 22393592 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=814236 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22393592 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=814236 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22393593 833777664 60100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 814236

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 16761
/proc/meminfo: memFree=807256/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=816800 CPUtime=13.31
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 126866 0 1 0 1274 57 0 0 18 0 12 0 22393583 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 204200 119845 1435 9 0 201527 0
[pid=16749/tid=16751] ppid=16747 vsize=816800 CPUtime=5.67
/proc/16749/task/16751/stat : 16751 (java) R 16747 16749 16019 0 -1 64 23361 0 1 0 555 12 0 0 16 0 12 0 22393584 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4109528020 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16752] ppid=16747 vsize=816800 CPUtime=2.55
/proc/16749/task/16752/stat : 16752 (java) R 16747 16749 16019 0 -1 64 48134 0 0 0 236 19 0 0 19 0 12 0 22393586 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16753] ppid=16747 vsize=816800 CPUtime=3.55
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 49412 0 0 0 334 21 0 0 18 0 12 0 22393586 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16754] ppid=16747 vsize=816800 CPUtime=0
/proc/16749/task/16754/stat : 16754 (java) S 16747 16749 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22393588 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16755] ppid=16747 vsize=816800 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22393588 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16756] ppid=16747 vsize=816800 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22393588 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16757] ppid=16747 vsize=816800 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22393592 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=816800 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 12 0 22393592 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=816800 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 16 0 12 0 22393592 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=816800 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22393592 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=816800 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22393593 836403200 119845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 816800

[startup+25.5029 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 16761
/proc/meminfo: memFree=544600/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=848804 CPUtime=26.09
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 192889 0 1 0 2523 86 0 0 18 0 12 0 22393583 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 212201 178349 1437 9 0 209528 0
[pid=16749/tid=16751] ppid=16747 vsize=848804 CPUtime=8.72
/proc/16749/task/16751/stat : 16751 (java) S 16747 16749 16019 0 -1 64 35664 0 1 0 856 16 0 0 18 0 12 0 22393584 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=848804 CPUtime=4.33
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 62169 0 0 0 407 26 0 0 17 0 12 0 22393586 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=848804 CPUtime=5.27
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 70940 0 0 0 497 30 0 0 16 0 12 0 22393586 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=848804 CPUtime=6.22
/proc/16749/task/16754/stat : 16754 (java) R 16747 16749 16019 0 -1 64 18168 0 0 0 614 8 0 0 22 0 12 0 22393588 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 105880877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=848804 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22393588 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16756] ppid=16747 vsize=848804 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22393588 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16757] ppid=16747 vsize=848804 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22393592 869175296 178349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=848804 CPUtime=0.03

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

[pid=16749] ppid=16747 vsize=817124 CPUtime=76.8
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 416815 0 1 0 7492 188 0 0 18 0 13 0 22393583 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 204281 173719 1436 9 0 201608 0
[pid=16749/tid=16751] ppid=16747 vsize=817124 CPUtime=9.09
/proc/16749/task/16751/stat : 16751 (java) S 16747 16749 16019 0 -1 64 35679 0 1 0 893 16 0 0 18 0 13 0 22393584 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=817124 CPUtime=4.33
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 62169 0 0 0 407 26 0 0 17 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=817124 CPUtime=5.27
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 70940 0 0 0 497 30 0 0 16 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=817124 CPUtime=56.58
/proc/16749/task/16754/stat : 16754 (java) R 16747 16749 16019 0 -1 64 242075 0 0 0 5547 111 0 0 25 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16756] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16757] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=817124 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=817124 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 16 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22393593 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16762] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16762/stat : 16762 (java) S 16747 16749 16019 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22401030 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.8
Current children cumulated vsize (KiB) 817124

[startup+78.3022 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 16762
/proc/meminfo: memFree=562896/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=817124 CPUtime=78.38
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 416816 0 1 0 7650 188 0 0 18 0 13 0 22393583 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 204281 173719 1436 9 0 201608 0
[pid=16749/tid=16751] ppid=16747 vsize=817124 CPUtime=9.09
/proc/16749/task/16751/stat : 16751 (java) S 16747 16749 16019 0 -1 64 35679 0 1 0 893 16 0 0 18 0 13 0 22393584 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=817124 CPUtime=4.33
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 62169 0 0 0 407 26 0 0 17 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=817124 CPUtime=5.27
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 70940 0 0 0 497 30 0 0 16 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=817124 CPUtime=58.16
/proc/16749/task/16754/stat : 16754 (java) R 16747 16749 16019 0 -1 64 242075 0 0 0 5705 111 0 0 25 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 106157818 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16756] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16757] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=817124 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=817124 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 16 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22393593 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16762] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16762/stat : 16762 (java) S 16747 16749 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 22401030 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.38
Current children cumulated vsize (KiB) 817124

[startup+79.9024 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 16762
/proc/meminfo: memFree=562896/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=817124 CPUtime=79.97
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 416816 0 1 0 7809 188 0 0 18 0 13 0 22393583 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 204281 173719 1436 9 0 201608 0
[pid=16749/tid=16751] ppid=16747 vsize=817124 CPUtime=9.09
/proc/16749/task/16751/stat : 16751 (java) S 16747 16749 16019 0 -1 64 35679 0 1 0 893 16 0 0 18 0 13 0 22393584 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=817124 CPUtime=4.33
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 62169 0 0 0 407 26 0 0 17 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=817124 CPUtime=5.27
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 70940 0 0 0 497 30 0 0 16 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=817124 CPUtime=59.75
/proc/16749/task/16754/stat : 16754 (java) R 16747 16749 16019 0 -1 64 242075 0 0 0 5864 111 0 0 25 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 106158797 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16756] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16757] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=817124 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=817124 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 16 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22393593 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16762] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16762/stat : 16762 (java) S 16747 16749 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 22401030 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.97
Current children cumulated vsize (KiB) 817124

[startup+80.3074 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 16762
/proc/meminfo: memFree=562896/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=817124 CPUtime=80.37
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 416816 0 1 0 7849 188 0 0 18 0 13 0 22393583 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 204281 173719 1436 9 0 201608 0
[pid=16749/tid=16751] ppid=16747 vsize=817124 CPUtime=9.09
/proc/16749/task/16751/stat : 16751 (java) S 16747 16749 16019 0 -1 64 35679 0 1 0 893 16 0 0 18 0 13 0 22393584 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=817124 CPUtime=4.33
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 62169 0 0 0 407 26 0 0 17 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=817124 CPUtime=5.27
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 70940 0 0 0 497 30 0 0 16 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=817124 CPUtime=60.15
/proc/16749/task/16754/stat : 16754 (java) R 16747 16749 16019 0 -1 64 242075 0 0 0 5904 111 0 0 25 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16756] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16757] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=817124 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=817124 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 16 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22393593 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16762] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16762/stat : 16762 (java) S 16747 16749 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 22401030 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.37
Current children cumulated vsize (KiB) 817124

[startup+80.5024 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 16762
/proc/meminfo: memFree=562896/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=817124 CPUtime=80.56
/proc/16749/stat : 16749 (java) S 16747 16749 16019 0 -1 0 416816 0 1 0 7868 188 0 0 18 0 13 0 22393583 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16749/statm: 204281 173719 1436 9 0 201608 0
[pid=16749/tid=16751] ppid=16747 vsize=817124 CPUtime=9.09
/proc/16749/task/16751/stat : 16751 (java) S 16747 16749 16019 0 -1 64 35679 0 1 0 893 16 0 0 18 0 13 0 22393584 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16752] ppid=16747 vsize=817124 CPUtime=4.33
/proc/16749/task/16752/stat : 16752 (java) S 16747 16749 16019 0 -1 64 62169 0 0 0 407 26 0 0 17 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16753] ppid=16747 vsize=817124 CPUtime=5.27
/proc/16749/task/16753/stat : 16753 (java) S 16747 16749 16019 0 -1 64 70940 0 0 0 497 30 0 0 16 0 13 0 22393586 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16754] ppid=16747 vsize=817124 CPUtime=60.34
/proc/16749/task/16754/stat : 16754 (java) R 16747 16749 16019 0 -1 64 242075 0 0 0 5923 111 0 0 25 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 105697712 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16755] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16755/stat : 16755 (java) S 16747 16749 16019 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16756] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16756/stat : 16756 (java) S 16747 16749 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22393588 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16757] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16757/stat : 16757 (java) S 16747 16749 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16758] ppid=16747 vsize=817124 CPUtime=0.03
/proc/16749/task/16758/stat : 16758 (java) S 16747 16749 16019 0 -1 64 238 0 0 0 3 0 0 0 17 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16759] ppid=16747 vsize=817124 CPUtime=1.45
/proc/16749/task/16759/stat : 16759 (java) S 16747 16749 16019 0 -1 64 4970 0 0 0 143 2 0 0 16 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16760] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16760/stat : 16760 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22393592 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16749/tid=16761] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16761/stat : 16761 (java) S 16747 16749 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22393593 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16749/tid=16762] ppid=16747 vsize=817124 CPUtime=0
/proc/16749/task/16762/stat : 16762 (java) S 16747 16749 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 22401030 836734976 173719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.56
Current children cumulated vsize (KiB) 817124

[startup+80.6029 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 16762
/proc/meminfo: memFree=562896/2055920 swapFree=4192956/4192956
[pid=16749] ppid=16747 vsize=0 CPUtime=80.61
/proc/16749/stat : 16749 (java) Z 16747 16749 16019 0 -1 12 416825 0 1 0 7869 192 0 0 16 0 2 0 22393583 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16749/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.61
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 80.6715
CPU time (s): 80.6867
CPU user time (s): 78.699
CPU system time (s): 1.9877
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 912808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.699
system time used= 1.9877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416825
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= 2862
involuntary context switches= 4634

runsolver used 0.095985 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 01:01:29
IDJOB=2071306
IDBENCH=55474
IDSOLVER=731
FILE ID=node36/2071306-1247353289
PBS_JOBID= 9506812
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-05.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071306-1247353289/watcher-2071306-1247353289 -o /tmp/evaluation-result-2071306-1247353289/solver-2071306-1247353289 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071306-1247353289.xml

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

MD5SUM BENCH= a7dd4daeb8875c2d8b5f586914424d5a
RANDOM SEED=205294251

node36.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.238
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.238
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:       1255192 kB
Buffers:         62316 kB
Cached:         548800 kB
SwapCached:          0 kB
Active:         269972 kB
Inactive:       464660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1255192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:         143996 kB
Slab:            51244 kB
Committed_AS:   334524 kB
PageTables:       1988 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= 66388 MiB
End job on node36 at 2009-07-12 01:02:50