Trace number 1080913

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? 270.313 271.291

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-2.xml
MD5SUM95412b3e8393abe23916a66472a7044f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1368
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1080913-1215213810.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.87/0.91	c reading variables done.
2.04/1.88	c reading predicates  done.
2.22/2.07	c reading constraints
270.15/271.15	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
270.15/271.15		at java.lang.Integer.valueOf(Unknown Source)
270.15/271.15		at org.sat4j.csp.Predicate.evaluate(Predicate.java:90)
270.15/271.15		at org.sat4j.csp.Predicate.find(Predicate.java:129)
270.15/271.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
270.15/271.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
270.15/271.15		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
270.15/271.15		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
270.15/271.15		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
270.15/271.15		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
270.15/271.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
270.15/271.15		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
270.15/271.15		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
270.15/271.15		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
270.15/271.15		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
270.15/271.15		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
270.15/271.15		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
270.15/271.15	c starts		: 0
270.15/271.15	c conflicts		: 0
270.15/271.15	c decisions		: 0
270.15/271.15	c propagations		: 0
270.15/271.15	c inspects		: 0
270.15/271.15	c learnt literals	: 0
270.15/271.15	c learnt binary clauses	: 0
270.15/271.15	c learnt ternary clauses	: 0
270.15/271.15	c learnt clauses	: 0
270.15/271.15	c ignored clauses	: 0
270.15/271.15	c root simplifications	: 0
270.15/271.15	c removed literals (reason simplification)	: 0
270.15/271.15	c reason swapping (by a shorter reason)	: 0
270.15/271.15	c Calls to reduceDB	: 0
270.15/271.15	c speed (assignments/second)	: 0.0
270.15/271.15	c non guided choices	0
270.15/271.15	s UNKNOWN
270.15/271.15	c Total wall clock time (in seconds) : 270.742

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-1080913-1215213810/watcher-1080913-1215213810 -o /tmp/evaluation-result-1080913-1215213810/solver-1080913-1215213810 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080913-1215213810.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.00 2.00 2.00 4/72 2958
/proc/meminfo: memFree=1730864/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=13288 CPUtime=0
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 2000355028 13606912 538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 3322 538 219 9 0 1232 0
[pid=2958/tid=2959] ppid=2956 vsize=13288 CPUtime=0
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2000355029 13606912 538 996147200 134512640 134550740 4294955984 18446744073709551615 10874840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0443561 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2958
/proc/meminfo: memFree=1730864/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=801432 CPUtime=0.02
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 2466 0 1 0 1 1 0 0 18 0 5 0 2000355028 820666368 2204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 200358 2204 936 9 0 197741 0
[pid=2958/tid=2959] ppid=2956 vsize=801432 CPUtime=0.01
/proc/2958/task/2959/stat : 2959 (java) S 2956 2958 1264 0 -1 64 1718 0 1 0 1 0 0 0 18 0 5 0 2000355029 820666368 2204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101593 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2958
/proc/meminfo: memFree=1730864/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=804612 CPUtime=0.08
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 2997 0 1 0 6 2 0 0 18 0 12 0 2000355028 823922688 2730 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 201153 2730 1048 9 0 198522 0
[pid=2958/tid=2959] ppid=2956 vsize=804612 CPUtime=0.07
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 2218 0 1 0 6 1 0 0 21 0 12 0 2000355029 823922688 2730 996147200 134512640 134550740 4294955984 18446744073709551615 4109215107 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30161 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2958
/proc/meminfo: memFree=1730864/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=808244 CPUtime=0.28
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 4928 0 1 0 25 3 0 0 18 0 12 0 2000355028 827641856 4255 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 202061 4255 1297 9 0 199430 0
[pid=2958/tid=2959] ppid=2956 vsize=808244 CPUtime=0.18
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 2667 0 1 0 16 2 0 0 21 0 12 0 2000355029 827641856 4255 996147200 134512640 134550740 4294955984 18446744073709551615 103864496 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701646 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2958
/proc/meminfo: memFree=1730864/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=808272 CPUtime=0.68
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 6353 0 1 0 63 5 0 0 18 0 12 0 2000355028 827670528 5481 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 202068 5481 1335 9 0 199430 0
[pid=2958/tid=2959] ppid=2956 vsize=808272 CPUtime=0.41
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 3789 0 1 0 37 4 0 0 23 0 12 0 2000355029 827670528 5481 996147200 134512640 134550740 4294955984 18446744073709551615 4109219430 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50272 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 2970
/proc/meminfo: memFree=1704336/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=812764 CPUtime=1.47
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 25417 0 1 0 132 15 0 0 18 0 12 0 2000355028 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 203191 23044 1347 9 0 200553 0
[pid=2958/tid=2959] ppid=2956 vsize=812764 CPUtime=0.76
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 16953 0 1 0 65 11 0 0 25 0 12 0 2000355029 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2961] ppid=2956 vsize=812764 CPUtime=0.03
/proc/2958/task/2961/stat : 2961 (java) R 2956 2958 1264 0 -1 64 2460 0 0 0 3 0 0 0 17 0 12 0 2000355031 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 104146906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2962] ppid=2956 vsize=812764 CPUtime=0.04
/proc/2958/task/2962/stat : 2962 (java) R 2956 2958 1264 0 -1 64 2612 0 0 0 3 1 0 0 17 0 12 0 2000355031 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2963] ppid=2956 vsize=812764 CPUtime=0
/proc/2958/task/2963/stat : 2963 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 2000355032 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2964] ppid=2956 vsize=812764 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2000355033 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2965] ppid=2956 vsize=812764 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2000355033 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2966] ppid=2956 vsize=812764 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=812764 CPUtime=0.3
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1305 0 0 0 30 0 0 0 16 0 12 0 2000355037 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2968] ppid=2956 vsize=812764 CPUtime=0.29
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 1324 0 0 0 29 0 0 0 16 0 12 0 2000355037 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2969] ppid=2956 vsize=812764 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=812764 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 832270336 23044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812764

[startup+3.10286 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 2970
/proc/meminfo: memFree=1605520/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820392 CPUtime=3.31
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 43552 0 1 0 308 23 0 0 18 0 12 0 2000355028 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205098 34535 1380 9 0 202460 0
[pid=2958/tid=2959] ppid=2956 vsize=820392 CPUtime=1.43
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17263 0 1 0 131 12 0 0 21 0 12 0 2000355029 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4109683147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820392 CPUtime=0.31
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 8618 0 0 0 28 3 0 0 18 0 12 0 2000355031 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2962] ppid=2956 vsize=820392 CPUtime=0.34
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 10059 0 0 0 30 4 0 0 20 0 12 0 2000355031 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2963] ppid=2956 vsize=820392 CPUtime=0
/proc/2958/task/2963/stat : 2963 (java) S 2956 2958 1264 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 2000355032 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2964] ppid=2956 vsize=820392 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2965] ppid=2956 vsize=820392 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2000355033 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2966] ppid=2956 vsize=820392 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=820392 CPUtime=0.42
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1726 0 0 0 42 0 0 0 16 0 12 0 2000355037 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2968] ppid=2956 vsize=820392 CPUtime=0.77
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5095 0 0 0 75 2 0 0 18 0 12 0 2000355037 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2969] ppid=2956 vsize=820392 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=820392 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 840081408 34535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 820392

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 2970
/proc/meminfo: memFree=1556880/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820804 CPUtime=6.65
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 55168 0 1 0 635 30 0 0 18 0 12 0 2000355028 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205201 44666 1387 9 0 202563 0
[pid=2958/tid=2959] ppid=2956 vsize=820804 CPUtime=3.67
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17273 0 1 0 355 12 0 0 25 0 12 0 2000355029 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4109798793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820804 CPUtime=0.66
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 15184 0 0 0 60 6 0 0 16 0 12 0 2000355031 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2962] ppid=2956 vsize=820804 CPUtime=0.6
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 14991 0 0 0 53 7 0 0 16 0 12 0 2000355031 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2963] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2963/stat : 2963 (java) S 2956 2958 1264 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 2000355032 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2964] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2965] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2966] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=820804 CPUtime=0.82
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 82 0 0 0 17 0 12 0 2000355037 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2968] ppid=2956 vsize=820804 CPUtime=0.85
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 83 2 0 0 16 0 12 0 2000355037 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2969] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 840503296 44666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 820804

[startup+12.7027 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 2970
/proc/meminfo: memFree=1512144/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820804 CPUtime=12.99
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 67031 0 1 0 1265 34 0 0 18 0 12 0 2000355028 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205201 56508 1387 9 0 202563 0
[pid=2958/tid=2959] ppid=2956 vsize=820804 CPUtime=9.74
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17294 0 1 0 962 12 0 0 25 0 12 0 2000355029 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4109699346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820804 CPUtime=0.81
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 23380 0 0 0 72 9 0 0 16 0 12 0 2000355031 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2962] ppid=2956 vsize=820804 CPUtime=0.7
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 18637 0 0 0 62 8 0 0 16 0 12 0 2000355031 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2963] ppid=2956 vsize=820804 CPUtime=0.01
/proc/2958/task/2963/stat : 2963 (java) S 2956 2958 1264 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2000355032 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2964] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2965] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2966] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=820804 CPUtime=0.82
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 82 0 0 0 17 0 12 0 2000355037 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2968] ppid=2956 vsize=820804 CPUtime=0.85
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 83 2 0 0 16 0 12 0 2000355037 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2969] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 840503296 56508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 820804

[startup+25.5019 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 2970
/proc/meminfo: memFree=1425616/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820804 CPUtime=25.68
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 88091 0 1 0 2524 44 0 0 18 0 12 0 2000355028 840503296 77540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205201 77540 1387 9 0 202563 0
[pid=2958/tid=2959] ppid=2956 vsize=820804 CPUtime=22
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17323 0 1 0 2187 13 0 0 25 0 12 0 2000355029 840503296 77540 996147200 134512640 134550740 4294955984 18446744073709551615 4109833255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820804 CPUtime=1
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 33704 0 0 0 87 13 0 0 15 0 12 0 2000355031 840503296 77540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2958/tid=2969] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 261.38
Current children cumulated vsize (KiB) 824808

[startup+265.503 s]
/proc/loadavg: 2.49 2.16 2.04 4/84 2970
/proc/meminfo: memFree=1031056/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820804 CPUtime=264.56
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 273223 0 1 0 26329 127 0 0 18 0 12 0 2000355028 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205201 174780 1390 9 0 202563 0
[pid=2958/tid=2959] ppid=2956 vsize=820804 CPUtime=208.09
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17756 0 1 0 20795 14 0 0 25 0 12 0 2000355029 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820804 CPUtime=4.23
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 83695 0 0 0 391 32 0 0 15 0 12 0 2000355031 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2962] ppid=2956 vsize=820804 CPUtime=4.01
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 77872 0 0 0 368 33 0 0 16 0 12 0 2000355031 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2963] ppid=2956 vsize=820804 CPUtime=46.43
/proc/2958/task/2963/stat : 2963 (java) R 2956 2958 1264 0 -1 64 86210 0 0 0 4600 43 0 0 16 0 12 0 2000355032 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 103550494 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2964] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2965] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2966] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=820804 CPUtime=0.86
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 86 0 0 0 17 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2968] ppid=2956 vsize=820804 CPUtime=0.89
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 87 2 0 0 17 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2969] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.56
Current children cumulated vsize (KiB) 820804

[startup+268.703 s]
/proc/loadavg: 2.53 2.17 2.05 4/84 2970
/proc/meminfo: memFree=1031056/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820804 CPUtime=267.76
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 279235 0 1 0 26646 130 0 0 18 0 12 0 2000355028 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205201 174780 1390 9 0 202563 0
[pid=2958/tid=2959] ppid=2956 vsize=820804 CPUtime=208.28
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17762 0 1 0 20814 14 0 0 25 0 12 0 2000355029 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820804 CPUtime=4.23
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 83695 0 0 0 391 32 0 0 15 0 12 0 2000355031 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2962] ppid=2956 vsize=820804 CPUtime=4.01
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 77872 0 0 0 368 33 0 0 16 0 12 0 2000355031 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2963] ppid=2956 vsize=820804 CPUtime=49.43
/proc/2958/task/2963/stat : 2963 (java) R 2956 2958 1264 0 -1 64 92216 0 0 0 4897 46 0 0 16 0 12 0 2000355032 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 105677267 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2964] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2965] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2966] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=820804 CPUtime=0.86
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 86 0 0 0 17 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2968] ppid=2956 vsize=820804 CPUtime=0.89
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 87 2 0 0 17 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2969] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.76
Current children cumulated vsize (KiB) 820804

[startup+270.303 s]
/proc/loadavg: 2.53 2.17 2.05 5/84 2970
/proc/meminfo: memFree=1031056/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=824808 CPUtime=269.36
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 283242 0 1 0 26804 132 0 0 18 0 12 0 2000355028 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 206202 175781 1390 9 0 203564 0
[pid=2958/tid=2959] ppid=2956 vsize=824808 CPUtime=208.35
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17765 0 1 0 20821 14 0 0 25 0 12 0 2000355029 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2961] ppid=2956 vsize=824808 CPUtime=4.23
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 83695 0 0 0 391 32 0 0 15 0 12 0 2000355031 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2962] ppid=2956 vsize=824808 CPUtime=4.01
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 77872 0 0 0 368 33 0 0 16 0 12 0 2000355031 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2963] ppid=2956 vsize=824808 CPUtime=50.95
/proc/2958/task/2963/stat : 2963 (java) R 2956 2958 1264 0 -1 64 96220 0 0 0 5048 47 0 0 16 0 12 0 2000355032 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2964] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2965] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2966] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=824808 CPUtime=0.86
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 86 0 0 0 17 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2968] ppid=2956 vsize=824808 CPUtime=0.89
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 87 2 0 0 17 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2969] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.36
Current children cumulated vsize (KiB) 824808

[startup+270.702 s]
/proc/loadavg: 2.53 2.17 2.05 4/84 2970
/proc/meminfo: memFree=1031056/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=820804 CPUtime=269.75
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 283244 0 1 0 26843 132 0 0 18 0 12 0 2000355028 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 205201 174780 1390 9 0 202563 0
[pid=2958/tid=2959] ppid=2956 vsize=820804 CPUtime=208.38
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17767 0 1 0 20824 14 0 0 25 0 12 0 2000355029 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2961] ppid=2956 vsize=820804 CPUtime=4.23
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 83695 0 0 0 391 32 0 0 15 0 12 0 2000355031 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2962] ppid=2956 vsize=820804 CPUtime=4.01
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 77872 0 0 0 368 33 0 0 16 0 12 0 2000355031 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2963] ppid=2956 vsize=820804 CPUtime=51.31
/proc/2958/task/2963/stat : 2963 (java) R 2956 2958 1264 0 -1 64 96220 0 0 0 5084 47 0 0 16 0 12 0 2000355032 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2964] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2965] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2966] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=820804 CPUtime=0.86
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 86 0 0 0 17 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2968] ppid=2956 vsize=820804 CPUtime=0.89
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 87 2 0 0 17 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2969] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=820804 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 840503296 174780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.75
Current children cumulated vsize (KiB) 820804

[startup+271.101 s]
/proc/loadavg: 2.53 2.17 2.05 4/84 2970
/proc/meminfo: memFree=1031056/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=824808 CPUtime=270.15
/proc/2958/stat : 2958 (java) S 2956 2958 1264 0 -1 0 284245 0 1 0 26883 132 0 0 18 0 12 0 2000355028 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2958/statm: 206202 175781 1390 9 0 203564 0
[pid=2958/tid=2959] ppid=2956 vsize=824808 CPUtime=208.38
/proc/2958/task/2959/stat : 2959 (java) R 2956 2958 1264 0 -1 64 17767 0 1 0 20824 14 0 0 25 0 12 0 2000355029 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2961] ppid=2956 vsize=824808 CPUtime=4.23
/proc/2958/task/2961/stat : 2961 (java) S 2956 2958 1264 0 -1 64 83695 0 0 0 391 32 0 0 15 0 12 0 2000355031 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2962] ppid=2956 vsize=824808 CPUtime=4.01
/proc/2958/task/2962/stat : 2962 (java) S 2956 2958 1264 0 -1 64 77872 0 0 0 368 33 0 0 16 0 12 0 2000355031 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2963] ppid=2956 vsize=824808 CPUtime=51.7
/proc/2958/task/2963/stat : 2963 (java) R 2956 2958 1264 0 -1 64 97221 0 0 0 5123 47 0 0 17 0 12 0 2000355032 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 105742366 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2964] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2964/stat : 2964 (java) S 2956 2958 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000355033 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2965] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2965/stat : 2965 (java) S 2956 2958 1264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000355033 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2966] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2966/stat : 2966 (java) S 2956 2958 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2967] ppid=2956 vsize=824808 CPUtime=0.86
/proc/2958/task/2967/stat : 2967 (java) S 2956 2958 1264 0 -1 64 1820 0 0 0 86 0 0 0 17 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2968] ppid=2956 vsize=824808 CPUtime=0.89
/proc/2958/task/2968/stat : 2968 (java) S 2956 2958 1264 0 -1 64 5106 0 0 0 87 2 0 0 17 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2958/tid=2969] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2969/stat : 2969 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2958/tid=2970] ppid=2956 vsize=824808 CPUtime=0
/proc/2958/task/2970/stat : 2970 (java) S 2956 2958 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000355037 844603392 175781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 270.15
Current children cumulated vsize (KiB) 824808

[startup+271.201 s]
/proc/loadavg: 2.53 2.17 2.05 4/84 2970
/proc/meminfo: memFree=1031056/2055920 swapFree=4180844/4192956
[pid=2958] ppid=2956 vsize=0 CPUtime=270.21
/proc/2958/stat : 2958 (java) Z 2956 2958 1264 0 -1 12 284257 0 1 0 26888 133 0 0 16 0 2 0 2000355028 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2958/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270.21
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 271.291
CPU time (s): 270.313
CPU user time (s): 268.885
CPU system time (s): 1.42778
CPU usage (%): 99.6394
Max. virtual memory (cumulated for all children) (KiB): 824808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.885
system time used= 1.42778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284257
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= 12135
involuntary context switches= 12979

runsolver used 0.338948 second user time and 0.928858 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 01:23:30
IDJOB=1080913
IDBENCH=57042
IDSOLVER=344
FILE ID=node25/1080913-1215213810
PBS_JOBID= 7881643
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-2.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-1080913-1215213810/watcher-1080913-1215213810 -o /tmp/evaluation-result-1080913-1215213810/solver-1080913-1215213810 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080913-1215213810.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 95412b3e8393abe23916a66472a7044f
RANDOM SEED=1859197819

node25.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.234
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.234
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:       1731344 kB
Buffers:         56812 kB
Cached:         196480 kB
SwapCached:       6196 kB
Active:         189104 kB
Inactive:        80324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731344 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            40492 kB
Committed_AS:  3604760 kB
PageTables:       1920 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= 66524 MiB
End job on node25 at 2008-07-05 01:28:01