Trace number 2080601

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (exit code) 1227.81 1238.21

General information on the benchmark

Namecsp/knights/
normalized-knights-100-9.xml
MD5SUMe3d61a77ece532324ef1261b9e5f0982
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.9191
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.21	c c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f934ad
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.21	c Expensive reason simplification
0.19/0.21	c MiniSAT restarts strategy
0.19/0.21	c Memory based learned constraints deletion strategy
0.19/0.21	c timeout=2147483s
0.19/0.21	c DB Simplification allowed=false
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving HOME/instance-2080601-1247370194.xml
0.19/0.21	c reading problem ... 
0.42/0.43	c reading problem named null
0.42/0.43	c reading domains done.
0.42/0.43	c reading variables done.
0.81/0.80	c reading predicates  done.
1.00/1.05	c reading constraints
1225.63/1236.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1225.63/1236.05		at org.sat4j.core.VecInt.ensure(Unknown Source)
1225.63/1236.05		at org.sat4j.core.VecInt.push(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.Predicate.find(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.Predicate.find(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.Predicate.find(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1225.63/1236.05		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1225.63/1236.05		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
1225.63/1236.05		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
1225.63/1236.05		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1225.63/1236.05		at org.sat4j.AbstractLauncher.run(Unknown Source)
1225.63/1236.05		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1226.62/1237.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1226.62/1237.06		at java.lang.StringBuffer.toString(Unknown Source)
1226.62/1237.06		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1226.62/1237.06		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1226.62/1237.06		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
1226.62/1237.06		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080601-1247370194/watcher-2080601-1247370194 -o /tmp/evaluation-result-2080601-1247370194/solver-2080601-1247370194 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080601-1247370194.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23457
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=18576 CPUtime=0
/proc/23457/stat : 23457 (runsolver) R 23455 23457 19023 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 24084984 19021824 285 996147200 4194304 4302564 548682068448 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23457/statm: 4644 285 249 26 0 2626 0

[startup+0.078223 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23457
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=802164 CPUtime=0.06
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 2795 0 1 0 5 1 0 0 21 0 7 0 24084984 821415936 2540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 200541 2540 1034 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102224 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23457
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=804560 CPUtime=0.09
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 3006 0 1 0 7 2 0 0 21 0 12 0 24084984 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302248 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23457
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=806656 CPUtime=0.31
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 4517 0 1 0 28 3 0 0 21 0 12 0 24084984 826015744 4254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 201664 4254 1358 9 0 198991 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 806656

[startup+0.702286 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23457
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=808156 CPUtime=0.71
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 6830 0 1 0 67 4 0 0 21 0 12 0 24084984 827551744 6309 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202039 6309 1396 9 0 199366 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 808156

[startup+1.50137 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23469
/proc/meminfo: memFree=1439856/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=810192 CPUtime=1.5
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 13052 0 1 0 142 8 0 0 21 0 12 0 24084984 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202548 11190 1430 9 0 199875 0
[pid=23457/tid=23459] ppid=23455 vsize=810192 CPUtime=0.75
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 19023 0 -1 64 9397 0 1 0 69 6 0 0 22 0 12 0 24084985 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 24084986 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 24084986 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 19023 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24084988 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24084989 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24084989 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=810192 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=810192 CPUtime=0.64
/proc/23457/task/23467/stat : 23467 (java) R 23455 23457 19023 0 -1 64 2147 0 0 0 64 0 0 0 18 0 12 0 24084993 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 104138803 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=810192 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 829636608 11190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 810192

[startup+3.10153 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 23469
/proc/meminfo: memFree=1423408/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=816852 CPUtime=3.08
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 28490 0 1 0 292 16 0 0 21 0 12 0 24084984 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 204213 24952 1455 9 0 201540 0
[pid=23457/tid=23459] ppid=23455 vsize=816852 CPUtime=1.65
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 19023 0 -1 64 17431 0 1 0 155 10 0 0 25 0 12 0 24084985 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4109579453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=816852 CPUtime=0.07
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 2126 0 0 0 6 1 0 0 17 0 12 0 24084986 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=816852 CPUtime=0.06
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 1857 0 0 0 5 1 0 0 17 0 12 0 24084986 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=816852 CPUtime=0
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 19023 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24084988 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=816852 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24084989 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=816852 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24084989 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=816852 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=816852 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=816852 CPUtime=1.19
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5556 0 0 0 117 2 0 0 19 0 12 0 24084993 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=816852 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=816852 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 836456448 24952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 816852

[startup+6.30287 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 23469
/proc/meminfo: memFree=1373040/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=815256 CPUtime=6.29
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 33182 0 1 0 610 19 0 0 21 0 12 0 24084984 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 203814 29178 1455 9 0 201141 0
[pid=23457/tid=23459] ppid=23455 vsize=815256 CPUtime=4.43
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 19023 0 -1 64 17438 0 1 0 432 11 0 0 25 0 12 0 24084985 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4109777925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=815256 CPUtime=0.28
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 4473 0 0 0 26 2 0 0 16 0 12 0 24084986 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=815256 CPUtime=0.26
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 4195 0 0 0 24 2 0 0 16 0 12 0 24084986 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 19023 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24084988 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24084989 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24084989 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=815256 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=815256 CPUtime=1.19
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5556 0 0 0 117 2 0 0 19 0 12 0 24084993 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 834822144 29178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 815256

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 23469
/proc/meminfo: memFree=1363768/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=815256 CPUtime=12.63
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 33212 0 1 0 1244 19 0 0 21 0 12 0 24084984 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 203814 29193 1455 9 0 201141 0
[pid=23457/tid=23459] ppid=23455 vsize=815256 CPUtime=10.77
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 19023 0 -1 64 17453 0 1 0 1066 11 0 0 25 0 12 0 24084985 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4109780488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=815256 CPUtime=0.28
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 4481 0 0 0 26 2 0 0 16 0 12 0 24084986 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=815256 CPUtime=0.27
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 4202 0 0 0 25 2 0 0 16 0 12 0 24084986 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 19023 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 24084988 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24084989 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24084989 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=815256 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=815256 CPUtime=1.19
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5556 0 0 0 117 2 0 0 19 0 12 0 24084993 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 834822144 29193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 815256

[startup+25.5029 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 23469
/proc/meminfo: memFree=1363768/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=815256 CPUtime=25.32
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 33256 0 1 0 2512 20 0 0 21 0 12 0 24084984 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 203814 29215 1455 9 0 201141 0
[pid=23457/tid=23459] ppid=23455 vsize=815256 CPUtime=23.42
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 19023 0 -1 64 17475 0 1 0 2331 11 0 0 25 0 12 0 24084985 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4109775918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=815256 CPUtime=0.29
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 4492 0 0 0 27 2 0 0 15 0 12 0 24084986 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=815256 CPUtime=0.28
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 4213 0 0 0 26 2 0 0 16 0 12 0 24084986 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=815256 CPUtime=0.01
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 19023 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24084988 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24084989 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24084989 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=815256 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 834822144 29215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=815256 CPUtime=0.07

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

[pid=23457/tid=23469] ppid=23455 vsize=810688 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 830144512 172027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1218.36
Current children cumulated vsize (KiB) 810688

[startup+1235.1 s]
/proc/loadavg: 2.29 2.19 2.07 3/96 23555
/proc/meminfo: memFree=687704/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=810688 CPUtime=1224.73
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 179684 0 1 0 122361 112 0 0 21 0 12 0 24084984 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202672 172030 1457 9 0 199999 0
[pid=23457/tid=23459] ppid=23455 vsize=810688 CPUtime=1208.89
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 19023 0 -1 64 19182 0 1 0 120871 18 0 0 19 0 12 0 24084985 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23460] ppid=23455 vsize=810688 CPUtime=2.45
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 74929 0 0 0 208 37 0 0 16 0 12 0 24084986 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23461] ppid=23455 vsize=810688 CPUtime=2.46
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 77661 0 0 0 208 38 0 0 15 0 12 0 24084986 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23462] ppid=23455 vsize=810688 CPUtime=9.29
/proc/23457/task/23462/stat : 23462 (java) R 23455 23457 19023 0 -1 64 835 0 0 0 916 13 0 0 25 0 12 0 24084988 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23463] ppid=23455 vsize=810688 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24084989 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23464] ppid=23455 vsize=810688 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24084989 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=810688 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=810688 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=810688 CPUtime=1.49
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5569 0 0 0 147 2 0 0 17 0 12 0 24084993 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23468] ppid=23455 vsize=810688 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=810688 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 830144512 172030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1224.73
Current children cumulated vsize (KiB) 810688

[startup+1236.7 s]
/proc/loadavg: 2.29 2.19 2.07 3/97 23556
/proc/meminfo: memFree=672080/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=811012 CPUtime=1226.32
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 179699 0 1 0 122520 112 0 0 21 0 13 0 24084984 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202753 172038 1456 9 0 200080 0
[pid=23457/tid=23459] ppid=23455 vsize=811012 CPUtime=1208.9
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 19023 0 -1 64 19189 0 1 0 120872 18 0 0 18 0 13 0 24084985 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23460] ppid=23455 vsize=811012 CPUtime=2.45
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 74929 0 0 0 208 37 0 0 16 0 13 0 24084986 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23461] ppid=23455 vsize=811012 CPUtime=2.46
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 77661 0 0 0 208 38 0 0 15 0 13 0 24084986 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23462] ppid=23455 vsize=811012 CPUtime=10.88
/proc/23457/task/23462/stat : 23462 (java) R 23455 23457 19023 0 -1 64 835 0 0 0 1075 13 0 0 25 0 13 0 24084988 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23463] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24084989 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23464] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24084989 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24084993 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=811012 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 13 0 24084993 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=811012 CPUtime=1.49
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5569 0 0 0 147 2 0 0 17 0 13 0 24084993 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23468] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24084993 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24084993 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23556] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23556/stat : 23556 (java) S 23455 23457 19023 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24208589 830476288 172038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1226.32
Current children cumulated vsize (KiB) 811012

[startup+1237.51 s]
/proc/loadavg: 2.42 2.22 2.08 3/97 23557
/proc/meminfo: memFree=668552/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=811012 CPUtime=1227.11
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 179704 0 1 0 122599 112 0 0 21 0 12 0 24084984 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202753 172039 1457 9 0 200080 0
[pid=23457/tid=23459] ppid=23455 vsize=811012 CPUtime=1208.9
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 19023 0 -1 64 19192 0 1 0 120872 18 0 0 16 0 12 0 24084985 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23460] ppid=23455 vsize=811012 CPUtime=2.45
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 74929 0 0 0 208 37 0 0 16 0 12 0 24084986 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23461] ppid=23455 vsize=811012 CPUtime=2.46
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 77661 0 0 0 208 38 0 0 15 0 12 0 24084986 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23462] ppid=23455 vsize=811012 CPUtime=11.67
/proc/23457/task/23462/stat : 23462 (java) R 23455 23457 19023 0 -1 64 835 0 0 0 1154 13 0 0 25 0 12 0 24084988 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23463] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 24084989 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23464] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 24084989 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23465] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=811012 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=811012 CPUtime=1.49
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5569 0 0 0 147 2 0 0 17 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23468] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1227.11
Current children cumulated vsize (KiB) 811012

[startup+1237.9 s]
/proc/loadavg: 2.42 2.22 2.08 3/97 23557
/proc/meminfo: memFree=668552/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=811012 CPUtime=1227.51
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 179704 0 1 0 122639 112 0 0 21 0 12 0 24084984 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202753 172039 1457 9 0 200080 0
[pid=23457/tid=23459] ppid=23455 vsize=811012 CPUtime=1208.9
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 19023 0 -1 64 19192 0 1 0 120872 18 0 0 16 0 12 0 24084985 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23460] ppid=23455 vsize=811012 CPUtime=2.45
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 74929 0 0 0 208 37 0 0 16 0 12 0 24084986 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23461] ppid=23455 vsize=811012 CPUtime=2.46
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 77661 0 0 0 208 38 0 0 15 0 12 0 24084986 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23462] ppid=23455 vsize=811012 CPUtime=12.07
/proc/23457/task/23462/stat : 23462 (java) R 23455 23457 19023 0 -1 64 835 0 0 0 1194 13 0 0 25 0 12 0 24084988 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23463] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 24084989 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23464] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 24084989 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23465] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=811012 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=811012 CPUtime=1.49
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5569 0 0 0 147 2 0 0 17 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23468] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1227.51
Current children cumulated vsize (KiB) 811012

[startup+1238.1 s]
/proc/loadavg: 2.42 2.22 2.08 3/97 23557
/proc/meminfo: memFree=668552/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=811012 CPUtime=1227.7
/proc/23457/stat : 23457 (java) S 23455 23457 19023 0 -1 0 179705 0 1 0 122658 112 0 0 21 0 12 0 24084984 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 202753 172039 1457 9 0 200080 0
[pid=23457/tid=23459] ppid=23455 vsize=811012 CPUtime=1208.9
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 19023 0 -1 64 19193 0 1 0 120872 18 0 0 17 0 12 0 24084985 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23460] ppid=23455 vsize=811012 CPUtime=2.45
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 19023 0 -1 64 74929 0 0 0 208 37 0 0 16 0 12 0 24084986 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23461] ppid=23455 vsize=811012 CPUtime=2.46
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 19023 0 -1 64 77661 0 0 0 208 38 0 0 15 0 12 0 24084986 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23462] ppid=23455 vsize=811012 CPUtime=12.26
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 19023 0 -1 64 835 0 0 0 1213 13 0 0 25 0 12 0 24084988 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23463] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 19023 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 24084989 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23464] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24084989 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23465] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=811012 CPUtime=0.07
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 19023 0 -1 64 768 0 0 0 7 0 0 0 16 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=811012 CPUtime=1.49
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 19023 0 -1 64 5569 0 0 0 147 2 0 0 17 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23457/tid=23468] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=811012 CPUtime=0
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24084993 830476288 172039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1227.7
Current children cumulated vsize (KiB) 811012

[startup+1238.2 s]
/proc/loadavg: 2.42 2.22 2.08 3/97 23557
/proc/meminfo: memFree=668552/2055920 swapFree=4192956/4192956
[pid=23457] ppid=23455 vsize=0 CPUtime=1227.8
/proc/23457/stat : 23457 (java) Z 23455 23457 19023 0 -1 12 179709 0 1 0 122658 122 0 0 16 0 2 0 24084984 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23457/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1227.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1238.21
CPU time (s): 1227.81
CPU user time (s): 1226.58
CPU system time (s): 1.22881
CPU usage (%): 99.1606
Max. virtual memory (cumulated for all children) (KiB): 819356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1226.58
system time used= 1.22881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179709
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= 51312
involuntary context switches= 69758

runsolver used 1.50477 second user time and 4.16637 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 05:43:14
IDJOB=2080601
IDBENCH=57114
IDSOLVER=731
FILE ID=node79/2080601-1247370194
PBS_JOBID= 9507019
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/knights/normalized-knights-100-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080601-1247370194/watcher-2080601-1247370194 -o /tmp/evaluation-result-2080601-1247370194/solver-2080601-1247370194 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080601-1247370194.xml

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

MD5SUM BENCH= e3d61a77ece532324ef1261b9e5f0982
RANDOM SEED=369562237

node79.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.229
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.229
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:       1476272 kB
Buffers:         75800 kB
Cached:         399180 kB
SwapCached:          0 kB
Active:         183300 kB
Inactive:       319332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1208 kB
Writeback:           0 kB
Mapped:          39156 kB
Slab:            62488 kB
Committed_AS:   196596 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node79 at 2009-07-12 06:03:52