Trace number 1086211

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? 1592.48 1599.12

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-9.xml
MD5SUM7fe976fa4ce71b2c5a4965beb0a6326a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.804
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30/0.61	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.30/0.61	c This is free software under the dual EPL/GNU LGPL licenses.
0.30/0.61	c See www.sat4j.org for details.
0.30/0.61	c That software uses the Rhino library from the Mozilla project.
0.30/0.66	c version 9.9.9.token
0.30/0.66	c sun.arch.data.model	32
0.30/0.66	c java.version	1.6.0_06
0.30/0.66	c os.name	Linux
0.30/0.66	c os.version	2.6.9-22.EL.rootsmp
0.30/0.66	c os.arch	i386
0.30/0.66	c Free memory 669864272
0.30/0.66	c Max memory 672137216
0.30/0.66	c Total memory 672137216
0.30/0.66	c Number of processors 2
0.40/0.71	c c --- Begin Solver configuration ---
0.40/0.71	c Stops conflict analysis at the first Unique Implication Point
0.40/0.71	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.40/0.71	c Learn all clauses as in MiniSAT
0.40/0.71	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.71	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.40/0.71	c Expensive reason simplification
0.40/0.71	c MiniSAT restarts strategy
0.40/0.71	c timeout=2147483s
0.40/0.71	c DB Simplification allowed=false
0.40/0.71	c --- End Solver configuration ---
0.40/0.71	c solving HOME/instance-1086211-1215238076.xml
0.40/0.71	c reading problem ... 
0.63/1.04	c reading problem named null
0.63/1.04	c reading domains done.
0.92/1.33	c reading variables done.
1.32/1.75	c reading predicates  done.
1.51/1.94	c reading constraints
1585.20/1591.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1588.30/1594.92		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
1588.30/1594.92		at org.sat4j.core.VecInt.push(VecInt.java:269)
1588.30/1594.92		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(BinarySupportEncoding.java:83)
1588.30/1594.92		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(BinarySupportEncoding.java:72)
1588.30/1594.92		at org.sat4j.csp.Predicate.find(Predicate.java:130)
1588.30/1594.92		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1588.30/1594.92		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1588.30/1594.92		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
1588.30/1594.92		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
1588.30/1594.92		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
1588.30/1594.92		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1588.30/1594.92		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1588.30/1594.92		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
1588.30/1594.92		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
1588.30/1594.92		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
1588.30/1594.92		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
1588.30/1594.92		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
1592.10/1598.76	c starts		: 0
1592.10/1598.76	c conflicts		: 0
1592.10/1598.76	c decisions		: 0
1592.10/1598.76	c propagations		: 0
1592.10/1598.76	c inspects		: 0
1592.10/1598.76	c learnt literals	: 0
1592.10/1598.76	c learnt binary clauses	: 0
1592.10/1598.76	c learnt ternary clauses	: 0
1592.10/1598.76	c learnt clauses	: 0
1592.10/1598.76	c ignored clauses	: 0
1592.10/1598.76	c root simplifications	: 0
1592.10/1598.76	c removed literals (reason simplification)	: 0
1592.10/1598.76	c reason swapping (by a shorter reason)	: 0
1592.10/1598.76	c Calls to reduceDB	: 0
1592.10/1598.76	c speed (assignments/second)	: 0.0
1592.10/1598.76	c non guided choices	0
1592.10/1598.76	s UNKNOWN
1592.10/1598.76	c Total wall clock time (in seconds) : 1594.216

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-1086211-1215238076/watcher-1086211-1215238076 -o /tmp/evaluation-result-1086211-1215238076/solver-1086211-1215238076 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086211-1215238076.xml 

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


[startup+0 s]
/proc/loadavg: 2.77 3.00 2.74 4/81 2027
/proc/meminfo: memFree=1192032/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=18572 CPUtime=0
/proc/2027/stat : 2027 (runsolver) R 2024 2027 1210 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2002780665 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 209135922471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2027/statm: 4643 292 257 25 0 2626 0

[startup+0.0163589 s]
/proc/loadavg: 2.77 3.00 2.74 4/81 2027
/proc/meminfo: memFree=1192032/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=18572 CPUtime=0
/proc/2027/stat : 2027 (runsolver) D 2024 2027 1210 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2002780665 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 209135922471 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2027/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102093 s]
/proc/loadavg: 2.77 3.00 2.74 4/81 2027
/proc/meminfo: memFree=1192032/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=13012 CPUtime=0.01
/proc/2027/stat : 2027 (java) R 2024 2027 1210 0 -1 0 622 0 28 0 0 1 0 0 18 0 1 0 2002780665 13324288 451 996147200 134512640 134550740 4294956016 18446744073709551615 106903287 0 0 4096 0 0 0 0 17 1 0 0
/proc/2027/statm: 3253 451 150 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.302073 s]
/proc/loadavg: 2.77 3.00 2.74 4/81 2027
/proc/meminfo: memFree=1192032/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=802228 CPUtime=0.06
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 2731 0 30 0 4 2 0 0 18 0 7 0 2002780665 821481472 2495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 200557 2495 1004 9 0 197940 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802228

[startup+0.702233 s]
/proc/loadavg: 2.77 3.00 2.74 4/81 2027
/proc/meminfo: memFree=1192032/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=808276 CPUtime=0.4
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 5291 0 30 0 34 6 0 0 18 0 12 0 2002780665 827674624 4645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 202069 4645 1310 9 0 199438 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 808276

[startup+1.50231 s]
/proc/loadavg: 2.77 3.00 2.74 4/93 2041
/proc/meminfo: memFree=1165824/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=808540 CPUtime=1.12
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 7924 0 30 0 103 9 0 0 18 0 12 0 2002780665 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 202135 6368 1341 9 0 199497 0
[pid=2027/tid=2029] ppid=2024 vsize=808540 CPUtime=0.55
/proc/2027/task/2029/stat : 2029 (java) R 2024 2027 1210 0 -1 64 4596 0 1 0 48 7 0 0 19 0 12 0 2002780675 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2030] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002780686 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2031] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002780686 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2032] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2032/stat : 2032 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2002780689 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2033] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 2002780689 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2035] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 2002780689 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2036] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=808540 CPUtime=0.16
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 401 0 0 0 16 0 0 0 16 0 12 0 2002780698 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=808540 CPUtime=0.38
/proc/2027/task/2039/stat : 2039 (java) R 2024 2027 1210 0 -1 64 2194 0 0 0 38 0 0 0 16 0 12 0 2002780698 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 104091754 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002780698 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=808540 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002780698 827944960 6368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 808540

[startup+3.10245 s]
/proc/loadavg: 2.79 3.00 2.74 4/93 2041
/proc/meminfo: memFree=1139136/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=815736 CPUtime=2.7
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 20613 0 30 0 254 16 0 0 18 0 12 0 2002780665 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 203934 16740 1383 9 0 201296 0
[pid=2027/tid=2029] ppid=2024 vsize=815736 CPUtime=1.18
/proc/2027/task/2029/stat : 2029 (java) R 2024 2027 1210 0 -1 64 13092 0 1 0 106 12 0 0 22 0 12 0 2002780675 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2030] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002780686 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2031] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002780686 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2032] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2032/stat : 2032 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2002780689 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2033] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 2002780689 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2035] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 2002780689 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2036] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=815736 CPUtime=0.55
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 741 0 0 0 55 0 0 0 17 0 12 0 2002780698 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=815736 CPUtime=0.94
/proc/2027/task/2039/stat : 2039 (java) R 2024 2027 1210 0 -1 64 6047 0 0 0 92 2 0 0 16 0 12 0 2002780698 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 104098690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002780698 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=815736 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002780698 835313664 16740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 815736

[startup+6.30173 s]
/proc/loadavg: 2.79 3.00 2.74 4/93 2041
/proc/meminfo: memFree=1069056/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=816300 CPUtime=5.89
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 33987 0 30 0 565 24 0 0 18 0 12 0 2002780665 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 204075 29532 1389 9 0 201437 0
[pid=2027/tid=2029] ppid=2024 vsize=816300 CPUtime=3.79
/proc/2027/task/2029/stat : 2029 (java) R 2024 2027 1210 0 -1 64 17316 0 1 0 365 14 0 0 25 0 12 0 2002780675 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2030] ppid=2024 vsize=816300 CPUtime=0.21
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 5145 0 0 0 19 2 0 0 16 0 12 0 2002780686 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=816300 CPUtime=0.15
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 3940 0 0 0 13 2 0 0 16 0 12 0 2002780686 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=816300 CPUtime=0
/proc/2027/task/2032/stat : 2032 (java) S 2024 2027 1210 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002780689 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2033] ppid=2024 vsize=816300 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2002780689 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2035] ppid=2024 vsize=816300 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002780689 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2036] ppid=2024 vsize=816300 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=816300 CPUtime=0.6
/proc/2027/task/2038/stat : 2038 (java) R 2024 2027 1210 0 -1 64 745 0 0 0 60 0 0 0 17 0 12 0 2002780698 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 106225378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=816300 CPUtime=1.08
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6079 0 0 0 106 2 0 0 17 0 12 0 2002780698 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=816300 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002780698 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=816300 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002780698 835891200 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 816300

[startup+12.7013 s]
/proc/loadavg: 2.82 3.00 2.74 4/93 2041
/proc/meminfo: memFree=1047936/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=815804 CPUtime=12.26
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 39906 0 30 0 1199 27 0 0 18 0 12 0 2002780665 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 203951 35313 1389 9 0 201313 0
[pid=2027/tid=2029] ppid=2024 vsize=815804 CPUtime=9.73
/proc/2027/task/2029/stat : 2029 (java) R 2024 2027 1210 0 -1 64 17332 0 1 0 959 14 0 0 25 0 12 0 2002780675 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4109742704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2030] ppid=2024 vsize=815804 CPUtime=0.33
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 8066 0 0 0 30 3 0 0 16 0 12 0 2002780686 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=815804 CPUtime=0.29
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 6910 0 0 0 25 4 0 0 16 0 12 0 2002780686 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2032/stat : 2032 (java) S 2024 2027 1210 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002780689 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2033] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2002780689 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2035] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002780689 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2036] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=815804 CPUtime=0.66
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 750 0 0 0 66 0 0 0 16 0 12 0 2002780698 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=815804 CPUtime=1.17
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6086 0 0 0 115 2 0 0 16 0 12 0 2002780698 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002780698 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002780698 835383296 35313 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 815804

[startup+25.5024 s]
/proc/loadavg: 2.77 2.98 2.74 4/93 2041
/proc/meminfo: memFree=1018624/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=815804 CPUtime=25
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 46681 0 30 0 2468 32 0 0 18 0 12 0 2002780665 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 203951 42067 1389 9 0 201313 0
[pid=2027/tid=2029] ppid=2024 vsize=815804 CPUtime=22.27
/proc/2027/task/2029/stat : 2029 (java) R 2024 2027 1210 0 -1 64 17353 0 1 0 2212 15 0 0 25 0 12 0 2002780675 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4109750200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2030] ppid=2024 vsize=815804 CPUtime=0.42
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 11105 0 0 0 37 5 0 0 16 0 12 0 2002780686 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=815804 CPUtime=0.38
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 10625 0 0 0 32 6 0 0 16 0 12 0 2002780686 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=815804 CPUtime=0.01
/proc/2027/task/2032/stat : 2032 (java) S 2024 2027 1210 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2002780689 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2033] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2002780689 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2035] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002780689 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2036] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 835383296 42067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+1587.1 s]
/proc/loadavg: 2.03 2.34 2.58 3/93 2089
/proc/meminfo: memFree=1190608/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=815804 CPUtime=1580.5
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 187923 0 30 0 157927 123 0 0 18 0 12 0 2002780665 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 203951 173628 1395 9 0 201313 0
[pid=2027/tid=2029] ppid=2024 vsize=815804 CPUtime=301.95
/proc/2027/task/2029/stat : 2029 (java) S 2024 2027 1210 0 -1 64 19087 0 1 0 30173 22 0 0 15 0 12 0 2002780675 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2030] ppid=2024 vsize=815804 CPUtime=4.01
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 80723 0 0 0 363 38 0 0 16 0 12 0 2002780686 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=815804 CPUtime=3.75
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 72711 0 0 0 340 35 0 0 15 0 12 0 2002780686 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=815804 CPUtime=1268.31
/proc/2027/task/2032/stat : 2032 (java) R 2024 2027 1210 0 -1 64 7819 0 0 0 126810 21 0 0 25 0 12 0 2002780689 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2033] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2002780689 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2035] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002780689 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2036] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=815804 CPUtime=1.06
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 762 0 0 0 106 0 0 0 16 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=815804 CPUtime=1.34
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6089 0 0 0 132 2 0 0 17 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1580.5
Current children cumulated vsize (KiB) 815804

[startup+1593.5 s]
/proc/loadavg: 2.02 2.33 2.57 3/93 2090
/proc/meminfo: memFree=1189264/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=815804 CPUtime=1586.9
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 187930 0 30 0 158567 123 0 0 18 0 12 0 2002780665 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 203951 173628 1395 9 0 201313 0
[pid=2027/tid=2029] ppid=2024 vsize=815804 CPUtime=301.95
/proc/2027/task/2029/stat : 2029 (java) S 2024 2027 1210 0 -1 64 19094 0 1 0 30173 22 0 0 15 0 12 0 2002780675 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2030] ppid=2024 vsize=815804 CPUtime=4.01
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 80723 0 0 0 363 38 0 0 16 0 12 0 2002780686 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=815804 CPUtime=3.75
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 72711 0 0 0 340 35 0 0 15 0 12 0 2002780686 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=815804 CPUtime=1274.71
/proc/2027/task/2032/stat : 2032 (java) R 2024 2027 1210 0 -1 64 7819 0 0 0 127450 21 0 0 25 0 12 0 2002780689 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2033] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2002780689 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2035] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002780689 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2036] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=815804 CPUtime=1.06
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 762 0 0 0 106 0 0 0 16 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=815804 CPUtime=1.34
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6089 0 0 0 132 2 0 0 17 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=815804 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002780698 835383296 173628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.9
Current children cumulated vsize (KiB) 815804

[startup+1596.7 s]
/proc/loadavg: 2.02 2.33 2.57 3/94 2091
/proc/meminfo: memFree=1188936/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=816128 CPUtime=1590.1
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 187942 0 30 0 158887 123 0 0 18 0 13 0 2002780665 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 204032 173636 1395 9 0 201394 0
[pid=2027/tid=2029] ppid=2024 vsize=816128 CPUtime=301.96
/proc/2027/task/2029/stat : 2029 (java) S 2024 2027 1210 0 -1 64 19100 0 1 0 30174 22 0 0 16 0 13 0 2002780675 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2030] ppid=2024 vsize=816128 CPUtime=4.01
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 80723 0 0 0 363 38 0 0 16 0 13 0 2002780686 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=816128 CPUtime=3.75
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 72711 0 0 0 340 35 0 0 15 0 13 0 2002780686 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=816128 CPUtime=1277.9
/proc/2027/task/2032/stat : 2032 (java) R 2024 2027 1210 0 -1 64 7819 0 0 0 127769 21 0 0 25 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 103550473 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2033] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2035] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2036] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=816128 CPUtime=1.06
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 762 0 0 0 106 0 0 0 16 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=816128 CPUtime=1.34
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6089 0 0 0 132 2 0 0 17 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2091] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2091/stat : 2091 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002940158 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.1
Current children cumulated vsize (KiB) 816128

[startup+1598.31 s]
/proc/loadavg: 2.02 2.33 2.57 3/94 2091
/proc/meminfo: memFree=1188744/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=816128 CPUtime=1591.7
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 187943 0 30 0 159047 123 0 0 18 0 13 0 2002780665 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 204032 173636 1395 9 0 201394 0
[pid=2027/tid=2029] ppid=2024 vsize=816128 CPUtime=301.96
/proc/2027/task/2029/stat : 2029 (java) S 2024 2027 1210 0 -1 64 19100 0 1 0 30174 22 0 0 16 0 13 0 2002780675 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2030] ppid=2024 vsize=816128 CPUtime=4.01
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 80723 0 0 0 363 38 0 0 16 0 13 0 2002780686 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=816128 CPUtime=3.75
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 72711 0 0 0 340 35 0 0 15 0 13 0 2002780686 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=816128 CPUtime=1279.5
/proc/2027/task/2032/stat : 2032 (java) R 2024 2027 1210 0 -1 64 7819 0 0 0 127929 21 0 0 25 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2033] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2035] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2036] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=816128 CPUtime=1.06
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 762 0 0 0 106 0 0 0 16 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=816128 CPUtime=1.34
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6089 0 0 0 132 2 0 0 17 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2091] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2091/stat : 2091 (java) S 2024 2027 1210 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002940158 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.7
Current children cumulated vsize (KiB) 816128

[startup+1598.7 s]
/proc/loadavg: 2.02 2.33 2.57 3/94 2091
/proc/meminfo: memFree=1188744/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=816128 CPUtime=1592.1
/proc/2027/stat : 2027 (java) S 2024 2027 1210 0 -1 0 187943 0 30 0 159087 123 0 0 18 0 13 0 2002780665 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 204032 173636 1395 9 0 201394 0
[pid=2027/tid=2029] ppid=2024 vsize=816128 CPUtime=301.96
/proc/2027/task/2029/stat : 2029 (java) S 2024 2027 1210 0 -1 64 19100 0 1 0 30174 22 0 0 16 0 13 0 2002780675 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2030] ppid=2024 vsize=816128 CPUtime=4.01
/proc/2027/task/2030/stat : 2030 (java) S 2024 2027 1210 0 -1 64 80723 0 0 0 363 38 0 0 16 0 13 0 2002780686 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2031] ppid=2024 vsize=816128 CPUtime=3.75
/proc/2027/task/2031/stat : 2031 (java) S 2024 2027 1210 0 -1 64 72711 0 0 0 340 35 0 0 15 0 13 0 2002780686 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2032] ppid=2024 vsize=816128 CPUtime=1279.9
/proc/2027/task/2032/stat : 2032 (java) R 2024 2027 1210 0 -1 64 7819 0 0 0 127969 21 0 0 25 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2033] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2033/stat : 2033 (java) S 2024 2027 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2035] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2035/stat : 2035 (java) S 2024 2027 1210 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002780689 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2036] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2036/stat : 2036 (java) S 2024 2027 1210 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2038] ppid=2024 vsize=816128 CPUtime=1.06
/proc/2027/task/2038/stat : 2038 (java) S 2024 2027 1210 0 -1 64 762 0 0 0 106 0 0 0 16 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2039] ppid=2024 vsize=816128 CPUtime=1.34
/proc/2027/task/2039/stat : 2039 (java) S 2024 2027 1210 0 -1 64 6089 0 0 0 132 2 0 0 17 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2027/tid=2040] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2040/stat : 2040 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2041] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2041/stat : 2041 (java) S 2024 2027 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002780698 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2027/tid=2091] ppid=2024 vsize=816128 CPUtime=0
/proc/2027/task/2091/stat : 2091 (java) S 2024 2027 1210 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002940158 835715072 173636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.1
Current children cumulated vsize (KiB) 816128

[startup+1599.1 s]
/proc/loadavg: 2.02 2.33 2.57 3/94 2091
/proc/meminfo: memFree=1188744/2055920 swapFree=4180688/4192956
[pid=2027] ppid=2024 vsize=0 CPUtime=1592.45
/proc/2027/stat : 2027 (java) Z 2024 2027 1210 0 -1 12 187949 0 30 0 159111 134 0 0 16 0 2 0 2002780665 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2027/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1592.45
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1599.12
CPU time (s): 1592.48
CPU user time (s): 1591.11
CPU system time (s): 1.36179
CPU usage (%): 99.5844
Max. virtual memory (cumulated for all children) (KiB): 819808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1591.11
system time used= 1.36179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187949
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40838
involuntary context switches= 47887

runsolver used 2.06469 second user time and 5.47317 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 08:07:56
IDJOB=1086211
IDBENCH=57779
IDSOLVER=344
FILE ID=node41/1086211-1215238076
PBS_JOBID= 7881946
Free space on /tmp= 66152 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-9.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-1086211-1215238076/watcher-1086211-1215238076 -o /tmp/evaluation-result-1086211-1215238076/solver-1086211-1215238076 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086211-1215238076.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7fe976fa4ce71b2c5a4965beb0a6326a
RANDOM SEED=1053111225

node41.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1192704 kB
Buffers:          3280 kB
Cached:          33284 kB
SwapCached:       5120 kB
Active:         803624 kB
Inactive:         7036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192704 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:         791364 kB
Slab:            36272 kB
Committed_AS:  4400256 kB
PageTables:       3272 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= 66148 MiB
End job on node41 at 2008-07-05 08:34:36