Trace number 1057462

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? 394.8 393.914

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-80-2-5.xml
MD5SUMd454353a3b488714996f7b737ed052cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.054991
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity7
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1057462-1215111168/watcher-1057462-1215111168 -o /tmp/evaluation-result-1057462-1215111168/solver-1057462-1215111168 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057462-1215111168.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: 1.88 2.36 2.14 4/72 11971
/proc/meminfo: memFree=1929968/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=308 CPUtime=0
/proc/11971/stat : 11971 (java6) D 11969 11971 11536 0 -1 0 55 0 0 0 0 0 0 0 18 0 1 0 1990088771 315392 39 996147200 134512640 134550740 4294956192 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11971/statm: 77 39 29 9 0 6 0

[startup+0.0216251 s]
/proc/loadavg: 1.88 2.36 2.14 4/72 11971
/proc/meminfo: memFree=1929968/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=12824 CPUtime=0
/proc/11971/stat : 11971 (java) D 11969 11971 11536 0 -1 0 363 0 1 0 0 0 0 0 18 0 1 0 1990088771 13131776 166 996147200 134512640 134550740 4294956032 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11971/statm: 3206 166 120 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12824

[startup+0.101636 s]
/proc/loadavg: 1.88 2.36 2.14 4/72 11971
/proc/meminfo: memFree=1929968/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=13496 CPUtime=0.02
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 819 0 28 0 0 2 0 0 18 0 2 0 1990088771 13819904 613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 3374 613 277 9 0 1247 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+0.301667 s]
/proc/loadavg: 1.88 2.36 2.14 4/72 11971
/proc/meminfo: memFree=1929968/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=808700 CPUtime=0.16
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 4352 0 29 0 12 4 0 0 18 0 12 0 1990088771 828108800 3784 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 202175 3784 1281 9 0 199544 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 808700

[startup+0.701734 s]
/proc/loadavg: 1.88 2.36 2.14 4/72 11971
/proc/meminfo: memFree=1929968/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=808368 CPUtime=0.53
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 6044 0 30 0 46 7 0 0 18 0 12 0 1990088771 827768832 5203 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 202092 5203 1331 9 0 199454 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 808368

[startup+1.50287 s]
/proc/loadavg: 1.88 2.36 2.14 3/84 11983
/proc/meminfo: memFree=1904464/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=808368 CPUtime=1.31
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 8443 0 30 0 123 8 0 0 18 0 12 0 1990088771 827768832 6957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 202092 6957 1348 9 0 199454 0
[pid=11971/tid=11973] ppid=11969 vsize=808368 CPUtime=0.75
/proc/11971/task/11973/stat : 11973 (java) R 11969 11971 11536 0 -1 64 5261 0 2 0 70 5 0 0 19 0 12 0 1990088779 827768832 6957 996147200 134512640 134550740 4294956032 18446744073709551615 4109192835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11974] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1990088786 827768832 6957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11975] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990088786 827768832 6957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11976] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11976/stat : 11976 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1990088787 827768832 6957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11977] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 1990088788 827768832 6957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11978] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1990088788 827768832 6958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 827768832 6958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=808368 CPUtime=0.15
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 416 0 0 0 15 0 0 0 16 0 12 0 1990088794 827768832 6958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11981] ppid=11969 vsize=808368 CPUtime=0.36
/proc/11971/task/11981/stat : 11981 (java) R 11969 11971 11536 0 -1 64 2033 0 0 0 36 0 0 0 16 0 12 0 1990088794 827768832 6958 996147200 134512640 134550740 4294956032 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11982] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 827768832 6958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=808368 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 827768832 6958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 808368

[startup+3.10114 s]
/proc/loadavg: 1.88 2.36 2.14 4/84 11983
/proc/meminfo: memFree=1891600/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=814752 CPUtime=2.91
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 17365 0 30 0 279 12 0 0 18 0 12 0 1990088771 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 203688 13732 1381 9 0 201050 0
[pid=11971/tid=11973] ppid=11969 vsize=814752 CPUtime=1.33
/proc/11971/task/11973/stat : 11973 (java) R 11969 11971 11536 0 -1 64 10309 0 2 0 126 7 0 0 25 0 12 0 1990088779 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11974] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1990088786 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11975] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990088786 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11976] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11976/stat : 11976 (java) S 11969 11971 11536 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990088787 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11977] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 1990088788 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11978] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1990088788 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=814752 CPUtime=0.9
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4241 0 0 0 88 2 0 0 16 0 12 0 1990088794 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11981] ppid=11969 vsize=814752 CPUtime=0.64
/proc/11971/task/11981/stat : 11981 (java) R 11969 11971 11536 0 -1 64 2081 0 0 0 64 0 0 0 16 0 12 0 1990088794 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 105707888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11982] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=814752 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 834306048 13732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 814752

[startup+6.30267 s]
/proc/loadavg: 1.89 2.36 2.14 3/84 11983
/proc/meminfo: memFree=1834064/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=819164 CPUtime=6.11
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 30400 0 30 0 594 17 0 0 18 0 12 0 1990088771 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 204791 23415 1388 9 0 202153 0
[pid=11971/tid=11973] ppid=11969 vsize=819164 CPUtime=3.72
/proc/11971/task/11973/stat : 11973 (java) R 11969 11971 11536 0 -1 64 17313 0 2 0 363 9 0 0 25 0 12 0 1990088779 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4109629854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11974] ppid=11969 vsize=819164 CPUtime=0.04
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 737 0 0 0 4 0 0 0 16 0 12 0 1990088786 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11975] ppid=11969 vsize=819164 CPUtime=0.03
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 698 0 0 0 3 0 0 0 16 0 12 0 1990088786 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11976] ppid=11969 vsize=819164 CPUtime=0
/proc/11971/task/11976/stat : 11976 (java) S 11969 11971 11536 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 1990088787 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11977] ppid=11969 vsize=819164 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11978] ppid=11969 vsize=819164 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=819164 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=819164 CPUtime=1.05
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4916 0 0 0 103 2 0 0 16 0 12 0 1990088794 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11981] ppid=11969 vsize=819164 CPUtime=1.19
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5892 0 0 0 118 1 0 0 16 0 12 0 1990088794 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11982] ppid=11969 vsize=819164 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=819164 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 838823936 23415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 819164

[startup+12.7017 s]
/proc/loadavg: 1.90 2.35 2.14 6/84 11983
/proc/meminfo: memFree=1757264/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=824292 CPUtime=12.74
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 51764 0 30 0 1248 26 0 0 18 0 12 0 1990088771 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 206073 44437 1388 9 0 203435 0
[pid=11971/tid=11973] ppid=11969 vsize=824292 CPUtime=8.94
/proc/11971/task/11973/stat : 11973 (java) R 11969 11971 11536 0 -1 64 18821 0 2 0 884 10 0 0 25 0 12 0 1990088779 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4109640181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=824292 CPUtime=0.72
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 10777 0 0 0 67 5 0 0 16 0 12 0 1990088786 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=824292 CPUtime=0.69
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 10455 0 0 0 66 3 0 0 16 0 12 0 1990088786 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11976/stat : 11976 (java) S 11969 11971 11536 0 -1 64 167 0 0 0 0 0 0 0 16 0 12 0 1990088787 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11978] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=824292 CPUtime=1.07
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4918 0 0 0 105 2 0 0 16 0 12 0 1990088794 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11981] ppid=11969 vsize=824292 CPUtime=1.22
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5894 0 0 0 121 1 0 0 16 0 12 0 1990088794 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11982] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 844075008 44437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 824292

[startup+25.5017 s]
/proc/loadavg: 2.08 2.37 2.15 3/84 11983
/proc/meminfo: memFree=1680016/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=824292 CPUtime=25.75
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 69378 0 30 0 2541 34 0 0 18 0 12 0 1990088771 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 206073 61809 1388 9 0 203435 0
[pid=11971/tid=11973] ppid=11969 vsize=824292 CPUtime=19.95
/proc/11971/task/11973/stat : 11973 (java) R 11969 11971 11536 0 -1 64 18858 0 2 0 1985 10 0 0 25 0 12 0 1990088779 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4109942153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=824292 CPUtime=1.65
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 20563 0 0 0 156 9 0 0 16 0 12 0 1990088786 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=824292 CPUtime=1.67
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 18246 0 0 0 161 6 0 0 16 0 12 0 1990088786 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=824292 CPUtime=0.01
/proc/11971/task/11976/stat : 11976 (java) S 11969 11971 11536 0 -1 64 167 0 0 0 1 0 0 0 15 0 12 0 1990088787 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11978] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 844075008 61809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=11971/tid=11982] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 372.11
Current children cumulated vsize (KiB) 824292

[startup+383.908 s]
/proc/loadavg: 2.18 2.25 2.16 3/84 11983
/proc/meminfo: memFree=1158032/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=888296 CPUtime=384.86
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 433257 0 30 0 38294 192 0 0 18 0 12 0 1990088771 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 222074 191740 1391 9 0 219436 0
[pid=11971/tid=11973] ppid=11969 vsize=888296 CPUtime=268.61
/proc/11971/task/11973/stat : 11973 (java) S 11969 11971 11536 0 -1 64 31580 0 2 0 26845 16 0 0 16 0 12 0 1990088779 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=888296 CPUtime=13.94
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 72518 0 0 0 1364 30 0 0 16 0 12 0 1990088786 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=888296 CPUtime=14.02
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 66224 0 0 0 1375 27 0 0 15 0 12 0 1990088786 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=888296 CPUtime=85.77
/proc/11971/task/11976/stat : 11976 (java) R 11969 11971 11536 0 -1 64 251391 0 0 0 8467 110 0 0 25 0 12 0 1990088787 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=888296 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11978] ppid=11969 vsize=888296 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=888296 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=888296 CPUtime=1.14
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4918 0 0 0 112 2 0 0 16 0 12 0 1990088794 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11981] ppid=11969 vsize=888296 CPUtime=1.29
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5894 0 0 0 128 1 0 0 16 0 12 0 1990088794 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11982] ppid=11969 vsize=888296 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=888296 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 909615104 191740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 384.86
Current children cumulated vsize (KiB) 888296

[startup+390.302 s]
/proc/loadavg: 2.16 2.24 2.16 3/84 11983
/proc/meminfo: memFree=1222288/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=824292 CPUtime=391.23
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 464264 0 30 0 38917 206 0 0 18 0 12 0 1990088771 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 206073 175739 1391 9 0 203435 0
[pid=11971/tid=11973] ppid=11969 vsize=824292 CPUtime=268.63
/proc/11971/task/11973/stat : 11973 (java) S 11969 11971 11536 0 -1 64 31582 0 2 0 26847 16 0 0 17 0 12 0 1990088779 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=824292 CPUtime=13.94
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 72518 0 0 0 1364 30 0 0 16 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=824292 CPUtime=14.02
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 66224 0 0 0 1375 27 0 0 15 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=824292 CPUtime=92.12
/proc/11971/task/11976/stat : 11976 (java) R 11969 11971 11536 0 -1 64 282396 0 0 0 9088 124 0 0 25 0 12 0 1990088787 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11978] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=824292 CPUtime=1.14
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4918 0 0 0 112 2 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11981] ppid=11969 vsize=824292 CPUtime=1.29
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5894 0 0 0 128 1 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11982] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 391.23
Current children cumulated vsize (KiB) 824292

[startup+391.902 s]
/proc/loadavg: 2.16 2.24 2.16 3/84 11983
/proc/meminfo: memFree=1222288/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=824292 CPUtime=392.82
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 464264 0 30 0 39076 206 0 0 18 0 12 0 1990088771 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 206073 175739 1391 9 0 203435 0
[pid=11971/tid=11973] ppid=11969 vsize=824292 CPUtime=268.63
/proc/11971/task/11973/stat : 11973 (java) S 11969 11971 11536 0 -1 64 31582 0 2 0 26847 16 0 0 17 0 12 0 1990088779 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=824292 CPUtime=13.94
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 72518 0 0 0 1364 30 0 0 16 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=824292 CPUtime=14.02
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 66224 0 0 0 1375 27 0 0 15 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=824292 CPUtime=93.71
/proc/11971/task/11976/stat : 11976 (java) R 11969 11971 11536 0 -1 64 282396 0 0 0 9247 124 0 0 25 0 12 0 1990088787 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 106122237 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11978] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=824292 CPUtime=1.14
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4918 0 0 0 112 2 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11981] ppid=11969 vsize=824292 CPUtime=1.29
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5894 0 0 0 128 1 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11982] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 392.82
Current children cumulated vsize (KiB) 824292

[startup+392.706 s]
/proc/loadavg: 2.16 2.24 2.16 3/84 11983
/proc/meminfo: memFree=1222288/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=824292 CPUtime=393.62
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 464264 0 30 0 39156 206 0 0 18 0 12 0 1990088771 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 206073 175739 1391 9 0 203435 0
[pid=11971/tid=11973] ppid=11969 vsize=824292 CPUtime=268.63
/proc/11971/task/11973/stat : 11973 (java) S 11969 11971 11536 0 -1 64 31582 0 2 0 26847 16 0 0 17 0 12 0 1990088779 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=824292 CPUtime=13.94
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 72518 0 0 0 1364 30 0 0 16 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=824292 CPUtime=14.02
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 66224 0 0 0 1375 27 0 0 15 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=824292 CPUtime=94.51
/proc/11971/task/11976/stat : 11976 (java) R 11969 11971 11536 0 -1 64 282396 0 0 0 9327 124 0 0 25 0 12 0 1990088787 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 104136310 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11978] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=824292 CPUtime=1.14
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4918 0 0 0 112 2 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11981] ppid=11969 vsize=824292 CPUtime=1.29
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5894 0 0 0 128 1 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11982] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 393.62
Current children cumulated vsize (KiB) 824292

[startup+393.503 s]
/proc/loadavg: 2.16 2.24 2.16 3/84 11983
/proc/meminfo: memFree=1222288/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=824292 CPUtime=394.41
/proc/11971/stat : 11971 (java) S 11969 11971 11536 0 -1 0 464264 0 30 0 39235 206 0 0 18 0 12 0 1990088771 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11971/statm: 206073 175739 1391 9 0 203435 0
[pid=11971/tid=11973] ppid=11969 vsize=824292 CPUtime=268.63
/proc/11971/task/11973/stat : 11973 (java) S 11969 11971 11536 0 -1 64 31582 0 2 0 26847 16 0 0 17 0 12 0 1990088779 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11974] ppid=11969 vsize=824292 CPUtime=13.94
/proc/11971/task/11974/stat : 11974 (java) S 11969 11971 11536 0 -1 64 72518 0 0 0 1364 30 0 0 16 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11975] ppid=11969 vsize=824292 CPUtime=14.02
/proc/11971/task/11975/stat : 11975 (java) S 11969 11971 11536 0 -1 64 66224 0 0 0 1375 27 0 0 15 0 12 0 1990088786 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11976] ppid=11969 vsize=824292 CPUtime=95.3
/proc/11971/task/11976/stat : 11976 (java) R 11969 11971 11536 0 -1 64 282396 0 0 0 9406 124 0 0 25 0 12 0 1990088787 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 106123576 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11977] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11977/stat : 11977 (java) S 11969 11971 11536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11978] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11978/stat : 11978 (java) S 11969 11971 11536 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990088788 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11979] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11979/stat : 11979 (java) S 11969 11971 11536 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11980] ppid=11969 vsize=824292 CPUtime=1.14
/proc/11971/task/11980/stat : 11980 (java) S 11969 11971 11536 0 -1 64 4918 0 0 0 112 2 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11981] ppid=11969 vsize=824292 CPUtime=1.29
/proc/11971/task/11981/stat : 11981 (java) S 11969 11971 11536 0 -1 64 5894 0 0 0 128 1 0 0 16 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11971/tid=11982] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11982/stat : 11982 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11971/tid=11983] ppid=11969 vsize=824292 CPUtime=0
/proc/11971/task/11983/stat : 11983 (java) S 11969 11971 11536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990088794 844075008 175739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.41
Current children cumulated vsize (KiB) 824292

[startup+393.903 s]
/proc/loadavg: 2.16 2.24 2.16 3/84 11983
/proc/meminfo: memFree=1222288/2055920 swapFree=4180240/4192956
[pid=11971] ppid=11969 vsize=0 CPUtime=394.78
/proc/11971/stat : 11971 (java) Z 11969 11971 11536 0 -1 12 464277 0 30 0 39261 217 0 0 16 0 2 0 1990088771 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 394.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 393.914
CPU time (s): 394.8
CPU user time (s): 392.616
CPU system time (s): 2.18367
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 920300

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

runsolver used 0.493924 second user time and 1.22681 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 20:52:48
IDJOB=1057462
IDBENCH=54041
IDSOLVER=344
FILE ID=node50/1057462-1215111168
PBS_JOBID= 7877106
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d454353a3b488714996f7b737ed052cb
RANDOM SEED=893023995

node50.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:       1930448 kB
Buffers:          3468 kB
Cached:          42916 kB
SwapCached:       6724 kB
Active:          50632 kB
Inactive:         7404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1930448 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          19652 kB
Slab:            52680 kB
Committed_AS:  3907172 kB
PageTables:       1804 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= 66544 MiB
End job on node50 at 2008-07-03 20:59:22