Trace number 1073498

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? 47.9657 47.2553

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-16_ext.xml
MD5SUM9636fb8dcf169e67c77f903dbcf6fa63
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.727889
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
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.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1073498-1215177265.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.69	c reading variables done.
0.68/0.75	c reading relations done.
3.15/3.29	c reading constraints
47.76/47.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
47.76/47.09		at org.sat4j.core.Vec.ensure(Vec.java:175)
47.76/47.09		at org.sat4j.core.Vec.push(Vec.java:182)
47.76/47.09		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
47.76/47.09		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
47.76/47.09		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
47.76/47.09		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
47.76/47.09		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
47.76/47.09		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
47.76/47.09		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
47.76/47.09		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
47.76/47.09		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
47.76/47.09		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
47.76/47.09		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
47.76/47.09		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
47.76/47.09	c starts		: 0
47.76/47.09	c conflicts		: 0
47.76/47.09	c decisions		: 0
47.76/47.09	c propagations		: 0
47.76/47.09	c inspects		: 0
47.76/47.09	c learnt literals	: 0
47.76/47.09	c learnt binary clauses	: 0
47.76/47.09	c learnt ternary clauses	: 0
47.76/47.09	c learnt clauses	: 0
47.76/47.09	c ignored clauses	: 0
47.76/47.09	c root simplifications	: 0
47.76/47.09	c removed literals (reason simplification)	: 0
47.76/47.09	c reason swapping (by a shorter reason)	: 0
47.76/47.09	c Calls to reduceDB	: 0
47.76/47.09	c speed (assignments/second)	: 0.0
47.76/47.09	c non guided choices	0
47.76/47.09	s UNKNOWN
47.76/47.09	c Total wall clock time (in seconds) : 46.687

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-1073498-1215177265/watcher-1073498-1215177265 -o /tmp/evaluation-result-1073498-1215177265/solver-1073498-1215177265 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073498-1215177265.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.09 2.23 2.17 4/83 10059
/proc/meminfo: memFree=1693192/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=13288 CPUtime=0
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1996697911 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 3322 538 219 9 0 1232 0
[pid=10059/tid=10060] ppid=10057 vsize=13288 CPUtime=0
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1996697912 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 10133464 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0327419 s]
/proc/loadavg: 2.09 2.23 2.17 4/83 10059
/proc/meminfo: memFree=1693192/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=800744 CPUtime=0.01
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 2312 0 1 0 1 0 0 0 18 0 4 0 1996697911 819961856 2050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 200186 2050 910 9 0 197569 0
[pid=10059/tid=10060] ppid=10057 vsize=800744 CPUtime=0.01
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 1565 0 1 0 1 0 0 0 19 0 4 0 1996697912 819961856 2050 996147200 134512640 134550740 4294956016 18446744073709551615 105765868 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800744

[startup+0.10176 s]
/proc/loadavg: 2.09 2.23 2.17 4/83 10059
/proc/meminfo: memFree=1693192/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=804612 CPUtime=0.08
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 3001 0 1 0 7 1 0 0 18 0 12 0 1996697911 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 201153 2734 1048 9 0 198522 0
[pid=10059/tid=10060] ppid=10057 vsize=804612 CPUtime=0.08
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 2225 0 1 0 7 1 0 0 21 0 12 0 1996697912 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4109183588 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.301798 s]
/proc/loadavg: 2.09 2.23 2.17 4/83 10059
/proc/meminfo: memFree=1693192/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=808244 CPUtime=0.28
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 4964 0 1 0 25 3 0 0 18 0 12 0 1996697911 827641856 4291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 202061 4291 1297 9 0 199430 0
[pid=10059/tid=10060] ppid=10057 vsize=808244 CPUtime=0.18
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 2711 0 1 0 16 2 0 0 18 0 12 0 1996697912 827641856 4291 996147200 134512640 134550740 4294956016 18446744073709551615 106497690 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.70187 s]
/proc/loadavg: 2.09 2.23 2.17 4/83 10059
/proc/meminfo: memFree=1693192/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=808272 CPUtime=0.68
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 6344 0 1 0 63 5 0 0 18 0 12 0 1996697911 827670528 5472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 202068 5472 1335 9 0 199430 0
[pid=10059/tid=10060] ppid=10057 vsize=808272 CPUtime=0.41
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 3789 0 1 0 37 4 0 0 18 0 12 0 1996697912 827670528 5472 996147200 134512640 134550740 4294956016 18446744073709551615 4109175658 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.50303 s]
/proc/loadavg: 2.09 2.23 2.17 4/95 10071
/proc/meminfo: memFree=1674216/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=813492 CPUtime=1.47
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 10747 0 1 0 140 7 0 0 18 0 12 0 1996697911 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 203373 8523 1351 9 0 200735 0
[pid=10059/tid=10060] ppid=10057 vsize=813492 CPUtime=0.69
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 5576 0 1 0 64 5 0 0 21 0 12 0 1996697912 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10062] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996697913 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10063] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1996697913 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10064] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10064/stat : 10064 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1996697915 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10065] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1996697915 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996697915 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=813492 CPUtime=0.44
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3004 0 0 0 43 1 0 0 16 0 12 0 1996697920 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10069] ppid=10057 vsize=813492 CPUtime=0.32
/proc/10059/task/10069/stat : 10069 (java) R 10057 10059 5878 0 -1 64 1405 0 0 0 32 0 0 0 16 0 12 0 1996697920 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 105562629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 833015808 8523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 833015808 8523 996147200 134512640 134550740 4294956016 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) 813492

[startup+3.10213 s]
/proc/loadavg: 2.09 2.23 2.17 3/95 10071
/proc/meminfo: memFree=1613480/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=813492 CPUtime=3.05
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 26405 0 1 0 291 14 0 0 18 0 12 0 1996697911 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 203373 24178 1357 9 0 200735 0
[pid=10059/tid=10060] ppid=10057 vsize=813492 CPUtime=1.99
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 16964 0 1 0 189 10 0 0 25 0 12 0 1996697912 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4109652165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10062] ppid=10057 vsize=813492 CPUtime=0.04
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 2773 0 0 0 3 1 0 0 16 0 12 0 1996697913 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10063] ppid=10057 vsize=813492 CPUtime=0.06
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 1398 0 0 0 6 0 0 0 16 0 12 0 1996697913 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10064] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10064/stat : 10064 (java) S 10057 10059 5878 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996697915 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10065] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=813492 CPUtime=0.57
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3020 0 0 0 56 1 0 0 16 0 12 0 1996697920 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10069] ppid=10057 vsize=813492 CPUtime=0.35
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1405 0 0 0 35 0 0 0 16 0 12 0 1996697920 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=813492 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 833015808 24178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 813492

[startup+6.30274 s]
/proc/loadavg: 2.08 2.23 2.17 5/95 10071
/proc/meminfo: memFree=1526312/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=823472 CPUtime=6.82
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 56925 0 1 0 654 28 0 0 18 0 12 0 1996697911 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 205868 49488 1361 9 0 203230 0
[pid=10059/tid=10060] ppid=10057 vsize=823472 CPUtime=3.65
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 16985 0 1 0 355 10 0 0 17 0 12 0 1996697912 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4109787783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10062] ppid=10057 vsize=823472 CPUtime=0.97
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 18900 0 0 0 88 9 0 0 17 0 12 0 1996697913 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10063] ppid=10057 vsize=823472 CPUtime=0.86
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 15136 0 0 0 81 5 0 0 17 0 12 0 1996697913 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10064] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10064/stat : 10064 (java) S 10057 10059 5878 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10065] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=823472 CPUtime=0.82
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 81 1 0 0 16 0 12 0 1996697920 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10069] ppid=10057 vsize=823472 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 843235328 49488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 823472

[startup+12.709 s]
/proc/loadavg: 2.24 2.25 2.18 4/95 10071
/proc/meminfo: memFree=1280296/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=823472 CPUtime=13.64
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 120209 0 1 0 1309 55 0 0 18 0 12 0 1996697911 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 205868 112066 1361 9 0 203230 0
[pid=10059/tid=10060] ppid=10057 vsize=823472 CPUtime=6.66
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 23141 0 1 0 654 12 0 0 16 0 12 0 1996697912 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4109175694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=823472 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) R 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10063] ppid=10057 vsize=823472 CPUtime=3.92
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 66799 0 0 0 365 27 0 0 18 0 12 0 1996697913 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10064] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10064/stat : 10064 (java) S 10057 10059 5878 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10065] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=823472 CPUtime=0.83
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 82 1 0 0 17 0 12 0 1996697920 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10069] ppid=10057 vsize=823472 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 843235328 112066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 823472

[startup+25.5014 s]
/proc/loadavg: 2.48 2.31 2.20 4/95 10071
/proc/meminfo: memFree=1001000/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=831476 CPUtime=26.37
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 190991 0 1 0 2554 83 0 0 18 0 12 0 1996697911 851431424 175830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 207869 175830 1365 9 0 205231 0
[pid=10059/tid=10060] ppid=10057 vsize=831476 CPUtime=10.35
/proc/10059/task/10060/stat : 10060 (java) S 10057 10059 5878 0 -1 64 27347 0 1 0 1021 14 0 0 18 0 12 0 1996697912 851431424 175830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=831476 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 851431424 175830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10059/tid=10070] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.11
Current children cumulated vsize (KiB) 831476

[startup+41.5025 s]
/proc/loadavg: 2.37 2.29 2.19 3/95 10071
/proc/meminfo: memFree=987560/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=823472 CPUtime=42.29
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 207328 0 1 0 4138 91 0 0 18 0 12 0 1996697911 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 205868 175150 1365 9 0 203230 0
[pid=10059/tid=10060] ppid=10057 vsize=823472 CPUtime=11
/proc/10059/task/10060/stat : 10060 (java) R 10057 10059 5878 0 -1 64 27353 0 1 0 1086 14 0 0 17 0 12 0 1996697912 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4109788161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=823472 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10063] ppid=10057 vsize=823472 CPUtime=7.57
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 124361 0 0 0 708 49 0 0 16 0 12 0 1996697913 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10064] ppid=10057 vsize=823472 CPUtime=20.66
/proc/10059/task/10064/stat : 10064 (java) R 10057 10059 5878 0 -1 64 25429 0 0 0 2055 11 0 0 25 0 12 0 1996697915 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10065] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=823472 CPUtime=0.83
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 82 1 0 0 17 0 12 0 1996697920 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10069] ppid=10057 vsize=823472 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=823472 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 843235328 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.29
Current children cumulated vsize (KiB) 823472

[startup+44.7021 s]
/proc/loadavg: 2.34 2.29 2.19 3/95 10071
/proc/meminfo: memFree=987560/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=831476 CPUtime=45.47
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 213332 0 1 0 4453 94 0 0 18 0 12 0 1996697911 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 207869 177151 1365 9 0 205231 0
[pid=10059/tid=10060] ppid=10057 vsize=831476 CPUtime=11.13
/proc/10059/task/10060/stat : 10060 (java) S 10057 10059 5878 0 -1 64 27353 0 1 0 1099 14 0 0 18 0 12 0 1996697912 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=831476 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10063] ppid=10057 vsize=831476 CPUtime=7.57
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 124361 0 0 0 708 49 0 0 16 0 12 0 1996697913 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10064] ppid=10057 vsize=831476 CPUtime=23.71
/proc/10059/task/10064/stat : 10064 (java) R 10057 10059 5878 0 -1 64 31433 0 0 0 2357 14 0 0 25 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10065] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=831476 CPUtime=0.83
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 82 1 0 0 17 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10069] ppid=10057 vsize=831476 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.47
Current children cumulated vsize (KiB) 831476

[startup+46.3014 s]
/proc/loadavg: 2.34 2.29 2.19 3/95 10071
/proc/meminfo: memFree=987560/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=831476 CPUtime=47.06
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 213332 0 1 0 4612 94 0 0 18 0 12 0 1996697911 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 207869 177151 1365 9 0 205231 0
[pid=10059/tid=10060] ppid=10057 vsize=831476 CPUtime=11.13
/proc/10059/task/10060/stat : 10060 (java) S 10057 10059 5878 0 -1 64 27353 0 1 0 1099 14 0 0 18 0 12 0 1996697912 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=831476 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10063] ppid=10057 vsize=831476 CPUtime=7.57
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 124361 0 0 0 708 49 0 0 16 0 12 0 1996697913 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10064] ppid=10057 vsize=831476 CPUtime=25.3
/proc/10059/task/10064/stat : 10064 (java) R 10057 10059 5878 0 -1 64 31433 0 0 0 2516 14 0 0 25 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 106736464 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10065] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=831476 CPUtime=0.83
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 82 1 0 0 17 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10069] ppid=10057 vsize=831476 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.06
Current children cumulated vsize (KiB) 831476

[startup+46.7025 s]
/proc/loadavg: 2.34 2.29 2.19 3/95 10071
/proc/meminfo: memFree=987560/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=831476 CPUtime=47.46
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 213332 0 1 0 4652 94 0 0 18 0 12 0 1996697911 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 207869 177151 1365 9 0 205231 0
[pid=10059/tid=10060] ppid=10057 vsize=831476 CPUtime=11.13
/proc/10059/task/10060/stat : 10060 (java) S 10057 10059 5878 0 -1 64 27353 0 1 0 1099 14 0 0 18 0 12 0 1996697912 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=831476 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10063] ppid=10057 vsize=831476 CPUtime=7.57
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 124361 0 0 0 708 49 0 0 16 0 12 0 1996697913 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10064] ppid=10057 vsize=831476 CPUtime=25.7
/proc/10059/task/10064/stat : 10064 (java) R 10057 10059 5878 0 -1 64 31433 0 0 0 2556 14 0 0 25 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10065] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10066] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=831476 CPUtime=0.83
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 82 1 0 0 17 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10069] ppid=10057 vsize=831476 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=831476 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 851431424 177151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.46
Current children cumulated vsize (KiB) 831476

[startup+47.1025 s]
/proc/loadavg: 2.34 2.29 2.19 3/95 10071
/proc/meminfo: memFree=987560/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=823796 CPUtime=47.85
/proc/10059/stat : 10059 (java) S 10057 10059 5878 0 -1 0 213344 0 1 0 4691 94 0 0 18 0 12 0 1996697911 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10059/statm: 205949 175160 1367 9 0 203311 0
[pid=10059/tid=10060] ppid=10057 vsize=823796 CPUtime=11.13
/proc/10059/task/10060/stat : 10060 (java) S 10057 10059 5878 0 -1 64 27360 0 1 0 1099 14 0 0 16 0 12 0 1996697912 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10062] ppid=10057 vsize=823796 CPUtime=1.7
/proc/10059/task/10062/stat : 10062 (java) S 10057 10059 5878 0 -1 64 24365 0 0 0 158 12 0 0 19 0 12 0 1996697913 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10063] ppid=10057 vsize=823796 CPUtime=7.57
/proc/10059/task/10063/stat : 10063 (java) S 10057 10059 5878 0 -1 64 124361 0 0 0 708 49 0 0 16 0 12 0 1996697913 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10064] ppid=10057 vsize=823796 CPUtime=26.09
/proc/10059/task/10064/stat : 10064 (java) S 10057 10059 5878 0 -1 64 31433 0 0 0 2595 14 0 0 25 0 12 0 1996697915 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10065] ppid=10057 vsize=823796 CPUtime=0
/proc/10059/task/10065/stat : 10065 (java) S 10057 10059 5878 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996697915 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10066] ppid=10057 vsize=823796 CPUtime=0
/proc/10059/task/10066/stat : 10066 (java) S 10057 10059 5878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996697915 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10067] ppid=10057 vsize=823796 CPUtime=0
/proc/10059/task/10067/stat : 10067 (java) S 10057 10059 5878 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996697920 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10068] ppid=10057 vsize=823796 CPUtime=0.83
/proc/10059/task/10068/stat : 10068 (java) S 10057 10059 5878 0 -1 64 3644 0 0 0 82 1 0 0 17 0 12 0 1996697920 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10059/tid=10069] ppid=10057 vsize=823796 CPUtime=0.45
/proc/10059/task/10069/stat : 10069 (java) S 10057 10059 5878 0 -1 64 1415 0 0 0 45 0 0 0 16 0 12 0 1996697920 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10070] ppid=10057 vsize=823796 CPUtime=0
/proc/10059/task/10070/stat : 10070 (java) S 10057 10059 5878 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1996697920 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10059/tid=10071] ppid=10057 vsize=823796 CPUtime=0
/proc/10059/task/10071/stat : 10071 (java) S 10057 10059 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996697920 843567104 175160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.85
Current children cumulated vsize (KiB) 823796

[startup+47.2029 s]
/proc/loadavg: 2.34 2.29 2.19 3/85 10072
/proc/meminfo: memFree=1359784/2055920 swapFree=4180500/4192956
[pid=10059] ppid=10057 vsize=0 CPUtime=47.91
/proc/10059/stat : 10059 (java) Z 10057 10059 5878 0 -1 12 213347 0 1 0 4691 100 0 0 16 0 2 0 1996697911 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10059/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 47.2553
CPU time (s): 47.9657
CPU user time (s): 46.9169
CPU system time (s): 1.04884
CPU usage (%): 101.503
Max. virtual memory (cumulated for all children) (KiB): 835480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9169
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213347
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= 1822
involuntary context switches= 2568

runsolver used 0.06099 second user time and 0.172973 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 15:14:25
IDJOB=1073498
IDBENCH=56355
IDSOLVER=344
FILE ID=node59/1073498-1215177265
PBS_JOBID= 7881413
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073498-1215177265/watcher-1073498-1215177265 -o /tmp/evaluation-result-1073498-1215177265/solver-1073498-1215177265 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073498-1215177265.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9636fb8dcf169e67c77f903dbcf6fa63
RANDOM SEED=1674806541

node59.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.261
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.261
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:       1693672 kB
Buffers:         39024 kB
Cached:         125140 kB
SwapCached:       6176 kB
Active:         260860 kB
Inactive:        42812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693672 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3988 kB
Writeback:           0 kB
Mapped:         151216 kB
Slab:            43568 kB
Committed_AS:  4722712 kB
PageTables:       2112 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= 66540 MiB
End job on node59 at 2008-07-04 15:15:13