Trace number 1074301

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 95.7354 93.5134

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle07.xml
MD5SUM0b43a6141d66fe2df40617244b2716f3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints40
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension24
Global constraints used (with number of constraints)

Solver Data (download as text)

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

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074301-1215178423/watcher-1074301-1215178423 -o /tmp/evaluation-result-1074301-1215178423/solver-1074301-1215178423 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074301-1215178423.xml 

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


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 16981
/proc/meminfo: memFree=1631296/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=18572 CPUtime=0
/proc/16981/stat : 16981 (runsolver) R 16979 16981 13193 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 673569929 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16981/statm: 4643 292 257 25 0 2626 0

[startup+0.0950439 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 16981
/proc/meminfo: memFree=1631296/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=802236 CPUtime=0.07
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 2859 0 1 0 6 1 0 0 20 0 7 0 673569929 821489664 2594 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 200559 2594 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101041 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 16981
/proc/meminfo: memFree=1631296/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=804432 CPUtime=0.07
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 2912 0 1 0 6 1 0 0 20 0 12 0 673569929 823738368 2645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 201108 2645 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804432

[startup+0.301065 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 16981
/proc/meminfo: memFree=1631296/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=808984 CPUtime=0.31
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 5099 0 1 0 29 2 0 0 20 0 12 0 673569929 828399616 4463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 202246 4463 1308 9 0 199615 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 808984

[startup+0.701103 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 16981
/proc/meminfo: memFree=1631296/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=808736 CPUtime=0.93
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 6494 0 1 0 89 4 0 0 20 0 12 0 673569929 828145664 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 202184 5821 1343 9 0 199546 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 808736

[startup+1.50218 s]
/proc/loadavg: 2.05 2.02 2.00 5/94 16993
/proc/meminfo: memFree=1610080/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=813540 CPUtime=1.74
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 11092 0 1 0 168 6 0 0 20 0 12 0 673569929 833064960 9171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 203385 9171 1358 9 0 200747 0
[pid=16981/tid=16983] ppid=16979 vsize=813540 CPUtime=0.86
/proc/16981/task/16983/stat : 16983 (java) R 16979 16981 13193 0 -1 64 6617 0 1 0 82 4 0 0 18 0 12 0 673569931 833064960 9171 996147200 134512640 134550740 4294956016 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 673569933 833064960 9171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16985] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 673569933 833064960 9171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16986] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 673569935 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 673569935 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16988] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 673569935 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16989] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569939 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=813540 CPUtime=0.48
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2595 0 0 0 48 0 0 0 16 0 12 0 673569939 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16991] ppid=16979 vsize=813540 CPUtime=0.37
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 1115 0 0 0 37 0 0 0 16 0 12 0 673569939 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569940 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=813540 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673569940 833064960 9172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 813540

[startup+3.10234 s]
/proc/loadavg: 2.04 2.01 2.00 4/94 16993
/proc/meminfo: memFree=1592160/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=813640 CPUtime=3.34
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 22622 0 1 0 324 10 0 0 20 0 12 0 673569929 833167360 19046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 203410 19046 1378 9 0 200772 0
[pid=16981/tid=16983] ppid=16979 vsize=813640 CPUtime=1.78
/proc/16981/task/16983/stat : 16983 (java) R 16979 16981 13193 0 -1 64 16297 0 1 0 171 7 0 0 25 0 12 0 673569931 833167360 19047 996147200 134512640 134550740 4294956016 18446744073709551615 4109818645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 673569933 833167360 19047 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16985] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 673569933 833167360 19048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16986] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 673569935 833167360 19048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 673569935 833167360 19049 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16988] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 673569935 833167360 19049 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16989] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569939 833167360 19049 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=813640 CPUtime=0.62
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2618 0 0 0 62 0 0 0 16 0 12 0 673569939 833167360 19050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16991] ppid=16979 vsize=813640 CPUtime=0.89
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2943 0 0 0 89 0 0 0 16 0 12 0 673569939 833167360 19050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569940 833167360 19051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=813640 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673569940 833167360 19051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 813640

[startup+6.30166 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 16993
/proc/meminfo: memFree=1530784/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=816176 CPUtime=6.77
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 42300 0 1 0 658 19 0 0 20 0 12 0 673569929 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 204044 37397 1384 9 0 201406 0
[pid=16981/tid=16983] ppid=16979 vsize=816176 CPUtime=4.38
/proc/16981/task/16983/stat : 16983 (java) R 16979 16981 13193 0 -1 64 17570 0 1 0 430 8 0 0 25 0 12 0 673569931 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=816176 CPUtime=0.37
/proc/16981/task/16984/stat : 16984 (java) R 16979 16981 13193 0 -1 64 8584 0 0 0 34 3 0 0 15 0 12 0 673569933 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 105852850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=816176 CPUtime=0.38
/proc/16981/task/16985/stat : 16985 (java) R 16979 16981 13193 0 -1 64 9735 0 0 0 34 4 0 0 15 0 12 0 673569933 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 104145905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=816176 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 673569935 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=816176 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673569935 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=816176 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673569935 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=816176 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569939 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=816176 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 12 0 673569939 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=816176 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 12 0 673569939 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=816176 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569940 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=816176 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673569940 835764224 37397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 816176

[startup+12.7013 s]
/proc/loadavg: 2.42 2.10 2.02 3/94 16993
/proc/meminfo: memFree=1337696/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=823856 CPUtime=13.66
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 96190 0 1 0 1326 40 0 0 20 0 12 0 673569929 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 205964 87608 1384 9 0 203326 0
[pid=16981/tid=16983] ppid=16979 vsize=823856 CPUtime=8.13
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 23726 0 1 0 802 11 0 0 25 0 12 0 673569931 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=823856 CPUtime=1.96
/proc/16981/task/16984/stat : 16984 (java) R 16979 16981 13193 0 -1 64 30571 0 0 0 185 11 0 0 16 0 12 0 673569933 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16985] ppid=16979 vsize=823856 CPUtime=1.94
/proc/16981/task/16985/stat : 16985 (java) R 16979 16981 13193 0 -1 64 35482 0 0 0 179 15 0 0 16 0 12 0 673569933 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16986] ppid=16979 vsize=823856 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16979 16981 13193 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 673569935 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16987] ppid=16979 vsize=823856 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673569935 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=823856 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673569935 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=823856 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569939 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=823856 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 12 0 673569939 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=823856 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 12 0 673569939 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=823856 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569940 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=823856 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673569940 843628544 87608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 823856

[startup+25.5026 s]
/proc/loadavg: 2.50 2.12 2.03 4/94 16993
/proc/meminfo: memFree=964576/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=831860 CPUtime=27.76
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 182561 0 1 0 2699 77 0 0 20 0 12 0 673569929 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 207965 169578 1388 9 0 205327 0
[pid=16981/tid=16983] ppid=16979 vsize=831860 CPUtime=11.01
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 36030 0 1 0 1085 16 0 0 17 0 12 0 673569931 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=831860 CPUtime=5.17
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 59287 0 0 0 492 25 0 0 17 0 12 0 673569933 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=831860 CPUtime=5.16
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 75911 0 0 0 485 31 0 0 17 0 12 0 673569933 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=831860 CPUtime=4.79
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 5005 0 0 0 478 1 0 0 25 0 12 0 673569935 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 104126474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=831860 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673569935 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=831860 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673569935 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=831860 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569939 851824640 169578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.22 2.11 2.03 3/94 16993
/proc/meminfo: memFree=930592/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=825860 CPUtime=85.35
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 661540 0 1 0 8255 280 0 0 20 0 12 0 673569929 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 206465 175939 1388 9 0 203827 0
[pid=16981/tid=16983] ppid=16979 vsize=825860 CPUtime=11.77
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 36047 0 1 0 1161 16 0 0 17 0 12 0 673569931 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=825860 CPUtime=5.27
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 59287 0 0 0 502 25 0 0 17 0 12 0 673569933 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=825860 CPUtime=5.24
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 75911 0 0 0 493 31 0 0 17 0 12 0 673569933 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=825860 CPUtime=61.43
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 483967 0 0 0 5939 204 0 0 25 0 12 0 673569935 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 104126321 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=825860 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673569935 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=825860 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673569935 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=825860 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569939 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=825860 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 12 0 673569939 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=825860 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 12 0 673569939 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=825860 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673569940 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=825860 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673569940 845680640 175939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.35
Current children cumulated vsize (KiB) 825860

[startup+89.5019 s]
/proc/loadavg: 2.20 2.11 2.03 3/95 16994
/proc/meminfo: memFree=930584/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=826184 CPUtime=91.75
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 662550 0 1 0 8894 281 0 0 20 0 13 0 673569929 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 206546 175946 1388 9 0 203908 0
[pid=16981/tid=16983] ppid=16979 vsize=826184 CPUtime=11.78
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 36051 0 1 0 1162 16 0 0 18 0 13 0 673569931 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=826184 CPUtime=5.27
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 59287 0 0 0 502 25 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=826184 CPUtime=5.24
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 75911 0 0 0 493 31 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=826184 CPUtime=67.83
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 484969 0 0 0 6578 205 0 0 25 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 106736468 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=826184 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=826184 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16994] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16994/stat : 16994 (java) S 16979 16981 13193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 673578712 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.75
Current children cumulated vsize (KiB) 826184

[startup+91.1011 s]
/proc/loadavg: 2.20 2.11 2.03 3/95 16994
/proc/meminfo: memFree=930520/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=826184 CPUtime=93.34
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 663051 0 1 0 9053 281 0 0 20 0 13 0 673569929 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 206546 175946 1388 9 0 203908 0
[pid=16981/tid=16983] ppid=16979 vsize=826184 CPUtime=11.78
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 36051 0 1 0 1162 16 0 0 18 0 13 0 673569931 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=826184 CPUtime=5.27
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 59287 0 0 0 502 25 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=826184 CPUtime=5.24
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 75911 0 0 0 493 31 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=826184 CPUtime=69.42
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 485470 0 0 0 6737 205 0 0 25 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=826184 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=826184 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16994] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16994/stat : 16994 (java) S 16979 16981 13193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 673578712 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.34
Current children cumulated vsize (KiB) 826184

[startup+92.7012 s]
/proc/loadavg: 2.18 2.11 2.03 3/95 16994
/proc/meminfo: memFree=930520/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=826184 CPUtime=94.94
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 663051 0 1 0 9213 281 0 0 20 0 13 0 673569929 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 206546 175946 1388 9 0 203908 0
[pid=16981/tid=16983] ppid=16979 vsize=826184 CPUtime=11.78
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 36051 0 1 0 1162 16 0 0 18 0 13 0 673569931 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=826184 CPUtime=5.27
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 59287 0 0 0 502 25 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=826184 CPUtime=5.24
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 75911 0 0 0 493 31 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=826184 CPUtime=71.02
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 485470 0 0 0 6897 205 0 0 25 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 106123694 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=826184 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=826184 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16994] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16994/stat : 16994 (java) S 16979 16981 13193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 673578712 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.94
Current children cumulated vsize (KiB) 826184

[startup+93.1023 s]
/proc/loadavg: 2.18 2.11 2.03 3/95 16994
/proc/meminfo: memFree=930520/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=826184 CPUtime=95.34
/proc/16981/stat : 16981 (java) S 16979 16981 13193 0 -1 0 663051 0 1 0 9253 281 0 0 20 0 13 0 673569929 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 206546 175946 1388 9 0 203908 0
[pid=16981/tid=16983] ppid=16979 vsize=826184 CPUtime=11.78
/proc/16981/task/16983/stat : 16983 (java) S 16979 16981 13193 0 -1 64 36051 0 1 0 1162 16 0 0 18 0 13 0 673569931 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16979 vsize=826184 CPUtime=5.27
/proc/16981/task/16984/stat : 16984 (java) S 16979 16981 13193 0 -1 64 59287 0 0 0 502 25 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16979 vsize=826184 CPUtime=5.24
/proc/16981/task/16985/stat : 16985 (java) S 16979 16981 13193 0 -1 64 75911 0 0 0 493 31 0 0 17 0 13 0 673569933 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16979 vsize=826184 CPUtime=71.42
/proc/16981/task/16986/stat : 16986 (java) R 16979 16981 13193 0 -1 64 485470 0 0 0 6937 205 0 0 25 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16987/stat : 16987 (java) S 16979 16981 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16979 16981 13193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 673569935 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16990] ppid=16979 vsize=826184 CPUtime=0.66
/proc/16981/task/16990/stat : 16990 (java) S 16979 16981 13193 0 -1 64 2620 0 0 0 66 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16991] ppid=16979 vsize=826184 CPUtime=0.91
/proc/16981/task/16991/stat : 16991 (java) S 16979 16981 13193 0 -1 64 2945 0 0 0 91 0 0 0 16 0 13 0 673569939 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16992] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16992/stat : 16992 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16981/tid=16993] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16993/stat : 16993 (java) S 16979 16981 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 673569940 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16981/tid=16994] ppid=16979 vsize=826184 CPUtime=0
/proc/16981/task/16994/stat : 16994 (java) S 16979 16981 13193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 673578712 846012416 175946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.34
Current children cumulated vsize (KiB) 826184

[startup+93.5067 s]
/proc/loadavg: 2.18 2.11 2.03 2/94 16994
/proc/meminfo: memFree=932312/2055920 swapFree=4179808/4192956
[pid=16981] ppid=16979 vsize=0 CPUtime=95.72
/proc/16981/stat : 16981 (java) Z 16979 16981 13193 0 -1 12 663055 0 1 0 9281 291 0 0 16 0 2 0 673569929 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 95.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 93.5134
CPU time (s): 95.7354
CPU user time (s): 92.8199
CPU system time (s): 2.91556
CPU usage (%): 102.376
Max. virtual memory (cumulated for all children) (KiB): 919864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.8199
system time used= 2.91556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 663055
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= 2762
involuntary context switches= 3614

runsolver used 0.122981 second user time and 0.317951 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 15:33:43
IDJOB=1074301
IDBENCH=56402
IDSOLVER=344
FILE ID=node89/1074301-1215178423
PBS_JOBID= 7881491
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle07.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074301-1215178423/watcher-1074301-1215178423 -o /tmp/evaluation-result-1074301-1215178423/solver-1074301-1215178423 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074301-1215178423.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b43a6141d66fe2df40617244b2716f3
RANDOM SEED=604016286

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1631776 kB
Buffers:         44224 kB
Cached:         145908 kB
SwapCached:       7136 kB
Active:         317280 kB
Inactive:        54808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631776 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         198072 kB
Slab:            36932 kB
Committed_AS:  2172208 kB
PageTables:       2152 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= 66532 MiB
End job on node89 at 2008-07-04 15:35:17