Trace number 1079217

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? 85.732 83.5167

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg15-18_ext.xml
MD5SUM261702c96503ffab8596af8ee34297dd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1079217-1215209490/watcher-1079217-1215209490 -o /tmp/evaluation-result-1079217-1215209490/solver-1079217-1215209490 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079217-1215209490.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: 0.28 0.89 0.95 2/68 2399
/proc/meminfo: memFree=1707904/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=152 CPUtime=0
/proc/2399/stat : 2399 (java6) R 2397 2399 2287 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 676678578 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 7934756 0 0 4096 0 0 0 0 17 1 0 0
/proc/2399/statm: 38 26 19 9 0 4 0

[startup+0.00644005 s]
/proc/loadavg: 0.28 0.89 0.95 2/68 2399
/proc/meminfo: memFree=1707904/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=1804 CPUtime=0
/proc/2399/stat : 2399 (java6) R 2397 2399 2287 0 -1 0 159 0 0 0 0 0 0 0 18 0 1 0 676678578 1847296 132 996147200 134512640 134550740 4294956176 18446744073709551615 8401376 0 0 4096 0 0 0 0 17 1 0 0
/proc/2399/statm: 451 134 90 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.101465 s]
/proc/loadavg: 0.28 0.89 0.95 2/68 2399
/proc/meminfo: memFree=1707904/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=804756 CPUtime=0.09
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 676678578 824070144 2895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 201189 2895 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.3015 s]
/proc/loadavg: 0.28 0.89 0.95 2/68 2399
/proc/meminfo: memFree=1707904/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=808932 CPUtime=0.38
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 5410 0 1 0 35 3 0 0 18 0 12 0 676678578 828346368 4741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 202233 4741 1319 9 0 199595 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 808932

[startup+0.701576 s]
/proc/loadavg: 0.28 0.89 0.95 2/68 2399
/proc/meminfo: memFree=1707904/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=808932 CPUtime=0.94
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 7016 0 1 0 89 5 0 0 18 0 12 0 676678578 828346368 6000 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 202233 6000 1344 9 0 199595 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 808932

[startup+1.50172 s]
/proc/loadavg: 0.28 0.89 0.95 4/93 2429
/proc/meminfo: memFree=1668920/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=810544 CPUtime=1.74
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 17062 0 1 0 164 10 0 0 18 0 12 0 676678578 829997056 15206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 202636 15206 1346 9 0 199998 0
[pid=2399/tid=2401] ppid=2397 vsize=810544 CPUtime=1.04
/proc/2399/task/2401/stat : 2401 (java) R 2397 2399 2287 0 -1 64 13189 0 1 0 96 8 0 0 22 0 12 0 676678579 829997056 15207 996147200 134512640 134550740 4294956016 18446744073709551615 4109668073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 676678580 829997056 15207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2403] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 676678580 829997056 15208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2404] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2404/stat : 2404 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 676678581 829997056 15208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2405] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 676678582 829997056 15209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2406] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 676678582 829997056 15210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 829997056 15210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=810544 CPUtime=0.31
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 31 0 0 0 16 0 12 0 676678586 829997056 15211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=810544 CPUtime=0.35
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 35 0 0 0 16 0 12 0 676678586 829997056 15211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 676678586 829997056 15212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=810544 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 676678586 829997056 15212 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) 810544

[startup+3.10303 s]
/proc/loadavg: 0.34 0.89 0.95 2/80 2447
/proc/meminfo: memFree=1588448/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=815672 CPUtime=3.97
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 44038 0 1 0 373 24 0 0 18 0 12 0 676678578 835248128 40257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 203918 40261 1352 9 0 201280 0
[pid=2399/tid=2401] ppid=2397 vsize=815672 CPUtime=2
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 17066 0 1 0 191 9 0 0 21 0 12 0 676678579 835248128 40264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=815672 CPUtime=0.62
/proc/2399/task/2402/stat : 2402 (java) R 2397 2399 2287 0 -1 64 11232 0 0 0 57 5 0 0 18 0 12 0 676678580 835248128 40267 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2403] ppid=2397 vsize=815672 CPUtime=0.62
/proc/2399/task/2403/stat : 2403 (java) R 2397 2399 2287 0 -1 64 11851 0 0 0 56 6 0 0 18 0 12 0 676678580 835248128 40270 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=815672 CPUtime=0
/proc/2399/task/2404/stat : 2404 (java) S 2397 2399 2287 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 676678581 835248128 40273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2405] ppid=2397 vsize=815672 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676678582 835248128 40275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2406] ppid=2397 vsize=815672 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676678582 835248128 40278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=815672 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 835248128 40281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=815672 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 12 0 676678586 835248128 40284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=815672 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 12 0 676678586 835248128 40287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=815672 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 676678586 835248128 40290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=815672 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 676678586 835248128 40293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 815672

[startup+6.30161 s]
/proc/loadavg: 0.34 0.89 0.95 5/94 2469
/proc/meminfo: memFree=1145904/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=820040 CPUtime=7.69
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 86975 0 1 0 725 44 0 0 18 0 12 0 676678578 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 205010 78821 1352 9 0 202372 0
[pid=2399/tid=2401] ppid=2397 vsize=820040 CPUtime=3.69
/proc/2399/task/2401/stat : 2401 (java) R 2397 2399 2287 0 -1 64 17070 0 1 0 360 9 0 0 16 0 12 0 676678579 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4109587281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2402] ppid=2397 vsize=820040 CPUtime=1.51
/proc/2399/task/2402/stat : 2402 (java) R 2397 2399 2287 0 -1 64 26672 0 0 0 139 12 0 0 20 0 12 0 676678580 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2403] ppid=2397 vsize=820040 CPUtime=1.75
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 39331 0 0 0 156 19 0 0 18 0 12 0 676678580 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2404] ppid=2397 vsize=820040 CPUtime=0
/proc/2399/task/2404/stat : 2404 (java) S 2397 2399 2287 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 676678581 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2405] ppid=2397 vsize=820040 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676678582 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2406] ppid=2397 vsize=820040 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676678582 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=820040 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=820040 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 12 0 676678586 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=820040 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 12 0 676678586 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=820040 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 676678586 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=820040 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 676678586 839720960 78821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 820040

[startup+12.7028 s]
/proc/loadavg: 0.83 0.97 0.98 4/94 2469
/proc/meminfo: memFree=853688/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=830280 CPUtime=14.71
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 155699 0 1 0 1398 73 0 0 18 0 12 0 676678578 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 207570 140665 1352 9 0 204932 0
[pid=2399/tid=2401] ppid=2397 vsize=830280 CPUtime=7.09
/proc/2399/task/2401/stat : 2401 (java) R 2397 2399 2287 0 -1 64 35509 0 1 0 692 17 0 0 17 0 12 0 676678579 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4109621059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=830280 CPUtime=3.83
/proc/2399/task/2402/stat : 2402 (java) R 2397 2399 2287 0 -1 64 54793 0 0 0 360 23 0 0 20 0 12 0 676678580 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=830280 CPUtime=3.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 61495 0 0 0 276 29 0 0 18 0 12 0 676678580 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=830280 CPUtime=0
/proc/2399/task/2404/stat : 2404 (java) S 2397 2399 2287 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 676678581 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=830280 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676678582 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2406] ppid=2397 vsize=830280 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676678582 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=830280 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=830280 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 12 0 676678586 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=830280 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 12 0 676678586 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=830280 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 676678586 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=830280 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 676678586 850206720 140665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 830280

[startup+25.5012 s]
/proc/loadavg: 1.08 1.02 0.99 5/94 2469
/proc/meminfo: memFree=671288/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=862284 CPUtime=27.74
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 235090 0 1 0 2664 110 0 0 18 0 12 0 676678578 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 215571 180782 1358 9 0 212933 0
[pid=2399/tid=2401] ppid=2397 vsize=862284 CPUtime=10.01
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 35516 0 1 0 984 17 0 0 19 0 12 0 676678579 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=862284 CPUtime=4.42
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 54793 0 0 0 419 23 0 0 19 0 12 0 676678580 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=862284 CPUtime=5.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 88368 0 0 0 463 42 0 0 16 0 12 0 676678580 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=862284 CPUtime=7.51
/proc/2399/task/2404/stat : 2404 (java) R 2397 2399 2287 0 -1 64 52541 0 0 0 728 23 0 0 25 0 12 0 676678581 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 104136496 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676678582 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2406] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676678582 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 882978816 180782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+76.7016 s]
/proc/loadavg: 1.60 1.17 1.04 3/94 2469
/proc/meminfo: memFree=655800/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=862284 CPUtime=78.92
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 538313 0 1 0 7643 249 0 0 18 0 12 0 676678578 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 215571 184626 1361 9 0 212933 0
[pid=2399/tid=2401] ppid=2397 vsize=862284 CPUtime=10.69
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 35533 0 1 0 1052 17 0 0 17 0 12 0 676678579 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=862284 CPUtime=4.42
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 54793 0 0 0 419 23 0 0 19 0 12 0 676678580 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=862284 CPUtime=5.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 88368 0 0 0 463 42 0 0 16 0 12 0 676678580 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=862284 CPUtime=58.01
/proc/2399/task/2404/stat : 2404 (java) R 2397 2399 2287 0 -1 64 355747 0 0 0 5639 162 0 0 25 0 12 0 676678581 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 104136526 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676678582 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2406] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676678582 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=862284 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=862284 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.92
Current children cumulated vsize (KiB) 862284

[startup+79.9022 s]
/proc/loadavg: 1.63 1.19 1.05 3/94 2469
/proc/meminfo: memFree=655800/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=862284 CPUtime=82.12
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 554069 0 1 0 7955 257 0 0 18 0 12 0 676678578 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 215571 184626 1361 9 0 212933 0
[pid=2399/tid=2401] ppid=2397 vsize=862284 CPUtime=10.69
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 35533 0 1 0 1052 17 0 0 17 0 12 0 676678579 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=862284 CPUtime=4.42
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 54793 0 0 0 419 23 0 0 19 0 12 0 676678580 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=862284 CPUtime=5.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 88368 0 0 0 463 42 0 0 16 0 12 0 676678580 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=862284 CPUtime=61.21
/proc/2399/task/2404/stat : 2404 (java) R 2397 2399 2287 0 -1 64 371503 0 0 0 5951 170 0 0 25 0 12 0 676678581 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676678582 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2406] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676678582 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2407] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=862284 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=862284 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=862284 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 676678586 882978816 184626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.12
Current children cumulated vsize (KiB) 862284

[startup+81.5015 s]
/proc/loadavg: 1.63 1.19 1.05 3/95 2470
/proc/meminfo: memFree=655856/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=862608 CPUtime=83.71
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 569833 0 1 0 8107 264 0 0 18 0 13 0 676678578 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 215652 184633 1361 9 0 213014 0
[pid=2399/tid=2401] ppid=2397 vsize=862608 CPUtime=10.69
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 35537 0 1 0 1052 17 0 0 18 0 13 0 676678579 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=862608 CPUtime=4.42
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 54793 0 0 0 419 23 0 0 19 0 13 0 676678580 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=862608 CPUtime=5.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 88368 0 0 0 463 42 0 0 16 0 13 0 676678580 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=862608 CPUtime=62.8
/proc/2399/task/2404/stat : 2404 (java) R 2397 2399 2287 0 -1 64 387259 0 0 0 6103 177 0 0 25 0 13 0 676678581 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676678582 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2406] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 676678582 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2407] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=862608 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=862608 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2470] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2470/stat : 2470 (java) S 2397 2399 2287 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 676686574 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.71
Current children cumulated vsize (KiB) 862608

[startup+82.3017 s]
/proc/loadavg: 1.63 1.19 1.05 3/95 2470
/proc/meminfo: memFree=655856/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=862608 CPUtime=84.51
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 569833 0 1 0 8187 264 0 0 18 0 13 0 676678578 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 215652 184633 1361 9 0 213014 0
[pid=2399/tid=2401] ppid=2397 vsize=862608 CPUtime=10.69
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 35537 0 1 0 1052 17 0 0 18 0 13 0 676678579 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=862608 CPUtime=4.42
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 54793 0 0 0 419 23 0 0 19 0 13 0 676678580 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=862608 CPUtime=5.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 88368 0 0 0 463 42 0 0 16 0 13 0 676678580 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=862608 CPUtime=63.6
/proc/2399/task/2404/stat : 2404 (java) R 2397 2399 2287 0 -1 64 387259 0 0 0 6183 177 0 0 25 0 13 0 676678581 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676678582 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2406] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 676678582 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2407] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=862608 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=862608 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2470] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2470/stat : 2470 (java) S 2397 2399 2287 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 676686574 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.51
Current children cumulated vsize (KiB) 862608

[startup+83.1028 s]
/proc/loadavg: 1.66 1.20 1.05 3/95 2470
/proc/meminfo: memFree=655792/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=862608 CPUtime=85.31
/proc/2399/stat : 2399 (java) S 2397 2399 2287 0 -1 0 569833 0 1 0 8267 264 0 0 18 0 13 0 676678578 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 215652 184633 1361 9 0 213014 0
[pid=2399/tid=2401] ppid=2397 vsize=862608 CPUtime=10.69
/proc/2399/task/2401/stat : 2401 (java) S 2397 2399 2287 0 -1 64 35537 0 1 0 1052 17 0 0 18 0 13 0 676678579 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2402] ppid=2397 vsize=862608 CPUtime=4.42
/proc/2399/task/2402/stat : 2402 (java) S 2397 2399 2287 0 -1 64 54793 0 0 0 419 23 0 0 19 0 13 0 676678580 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2403] ppid=2397 vsize=862608 CPUtime=5.05
/proc/2399/task/2403/stat : 2403 (java) S 2397 2399 2287 0 -1 64 88368 0 0 0 463 42 0 0 16 0 13 0 676678580 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2404] ppid=2397 vsize=862608 CPUtime=64.4
/proc/2399/task/2404/stat : 2404 (java) R 2397 2399 2287 0 -1 64 387259 0 0 0 6263 177 0 0 25 0 13 0 676678581 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2405] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2405/stat : 2405 (java) S 2397 2399 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676678582 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2406] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2406/stat : 2406 (java) S 2397 2399 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 676678582 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2399/tid=2407] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2407/stat : 2407 (java) S 2397 2399 2287 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2408] ppid=2397 vsize=862608 CPUtime=0.32
/proc/2399/task/2408/stat : 2408 (java) S 2397 2399 2287 0 -1 64 928 0 0 0 32 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2409] ppid=2397 vsize=862608 CPUtime=0.36
/proc/2399/task/2409/stat : 2409 (java) S 2397 2399 2287 0 -1 64 2180 0 0 0 36 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2410] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2410/stat : 2410 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2411] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2411/stat : 2411 (java) S 2397 2399 2287 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 676678586 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2399/tid=2470] ppid=2397 vsize=862608 CPUtime=0
/proc/2399/task/2470/stat : 2470 (java) S 2397 2399 2287 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 676686574 883310592 184633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.31
Current children cumulated vsize (KiB) 862608

[startup+83.5029 s]
/proc/loadavg: 1.66 1.20 1.05 3/84 2470
/proc/meminfo: memFree=1306992/2055924 swapFree=4177320/4192956
[pid=2399] ppid=2397 vsize=0 CPUtime=85.71
/proc/2399/stat : 2399 (java) Z 2397 2399 2287 0 -1 12 569839 0 1 0 8297 274 0 0 16 0 2 0 676678578 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.71
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 83.5167
CPU time (s): 85.732
CPU user time (s): 82.9774
CPU system time (s): 2.75458
CPU usage (%): 102.653
Max. virtual memory (cumulated for all children) (KiB): 878612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.9774
system time used= 2.75458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569839
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= 2190
involuntary context switches= 1077

runsolver used 0.13098 second user time and 0.280957 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 00:11:30
IDJOB=1079217
IDBENCH=56867
IDSOLVER=344
FILE ID=node83/1079217-1215209490
PBS_JOBID= 7881766
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 261702c96503ffab8596af8ee34297dd
RANDOM SEED=1117250574

node83.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.263
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.263
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:      2055924 kB
MemFree:       1708384 kB
Buffers:         45152 kB
Cached:         242656 kB
SwapCached:       9556 kB
Active:         174044 kB
Inactive:       127692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1708384 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:          17624 kB
Slab:            31500 kB
Committed_AS:  1072468 kB
PageTables:       1596 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= 66492 MiB
End job on node83 at 2008-07-05 00:12:54