Trace number 1083035

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? 435.7 438.902

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-7.xml
MD5SUMd0fce622b9724ec444e77d1363782aa5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1235
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.36	c See www.sat4j.org for details.
0.25/0.36	c That software uses the Rhino library from the Mozilla project.
0.34/0.40	c version 9.9.9.token
0.34/0.40	c sun.arch.data.model	32
0.34/0.40	c java.version	1.6.0_06
0.34/0.40	c os.name	Linux
0.34/0.40	c os.version	2.6.9-22.EL.rootsmp
0.34/0.40	c os.arch	i386
0.34/0.40	c Free memory 669864272
0.34/0.40	c Max memory 672137216
0.34/0.40	c Total memory 672137216
0.34/0.40	c Number of processors 2
0.34/0.45	c c --- Begin Solver configuration ---
0.34/0.45	c Stops conflict analysis at the first Unique Implication Point
0.34/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.45	c Learn all clauses as in MiniSAT
0.34/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.45	c Expensive reason simplification
0.34/0.45	c MiniSAT restarts strategy
0.34/0.45	c timeout=2147483s
0.34/0.45	c DB Simplification allowed=false
0.34/0.45	c --- End Solver configuration ---
0.34/0.45	c solving HOME/instance-1083035-1215224652.xml
0.34/0.45	c reading problem ... 
0.62/0.72	c reading problem named null
0.62/0.72	c reading domains done.
0.62/0.75	c reading variables done.
1.76/1.70	c reading predicates  done.
1.86/1.90	c reading constraints
430.55/433.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
430.55/433.78		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
432.34/435.55		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
432.34/435.55		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
432.34/435.55		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
432.34/435.55		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
432.34/435.55		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
432.34/435.55		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
432.34/435.55		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
432.34/435.55		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
432.34/435.55		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
432.34/435.55		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
432.34/435.55		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
432.34/435.55		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
432.34/435.55		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
432.34/435.55		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
432.34/435.55		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
432.34/435.55		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
432.34/435.55		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
435.41/438.66	c starts		: 0
435.41/438.66	c conflicts		: 0
435.41/438.66	c decisions		: 0
435.41/438.66	c propagations		: 0
435.41/438.66	c inspects		: 0
435.41/438.66	c learnt literals	: 0
435.41/438.66	c learnt binary clauses	: 0
435.41/438.66	c learnt ternary clauses	: 0
435.41/438.66	c learnt clauses	: 0
435.41/438.66	c ignored clauses	: 0
435.41/438.66	c root simplifications	: 0
435.41/438.66	c removed literals (reason simplification)	: 0
435.41/438.66	c reason swapping (by a shorter reason)	: 0
435.41/438.66	c Calls to reduceDB	: 0
435.41/438.66	c speed (assignments/second)	: 0.0
435.41/438.66	c non guided choices	0
435.41/438.66	s UNKNOWN
435.41/438.66	c Total wall clock time (in seconds) : 435.1

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-1083035-1215224652/watcher-1083035-1215224652 -o /tmp/evaluation-result-1083035-1215224652/solver-1083035-1215224652 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083035-1215224652.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.66 2.13 2.04 3/80 14077
/proc/meminfo: memFree=1600016/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=18572 CPUtime=0
/proc/14077/stat : 14077 (runsolver) R 14075 14077 11626 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 134146474 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14077/statm: 4643 292 257 25 0 2626 0

[startup+0.035811 s]
/proc/loadavg: 2.66 2.13 2.04 3/80 14077
/proc/meminfo: memFree=1600016/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=13012 CPUtime=0
/proc/14077/stat : 14077 (java) D 14075 14077 11626 0 -1 0 388 0 8 0 0 0 0 0 18 0 1 0 134146474 13324288 197 996147200 134512640 134550740 4294956016 18446744073709551615 11739946 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14077/statm: 3253 197 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.102815 s]
/proc/loadavg: 2.66 2.13 2.04 3/80 14077
/proc/meminfo: memFree=1600016/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=801432 CPUtime=0.04
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 2483 0 30 0 1 3 0 0 18 0 5 0 134146474 820666368 2249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 200358 2249 957 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.302838 s]
/proc/loadavg: 2.66 2.13 2.04 3/80 14077
/proc/meminfo: memFree=1600016/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=808120 CPUtime=0.25
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 4680 0 30 0 20 5 0 0 18 0 12 0 134146474 827514880 4038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 202030 4038 1298 9 0 199399 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808120

[startup+0.702883 s]
/proc/loadavg: 2.66 2.13 2.04 3/80 14077
/proc/meminfo: memFree=1600016/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=808148 CPUtime=0.62
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 6113 0 30 0 55 7 0 0 18 0 12 0 134146474 827543552 5419 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 202037 5422 1335 9 0 199399 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808148

[startup+1.50198 s]
/proc/loadavg: 2.66 2.13 2.04 4/92 14089
/proc/meminfo: memFree=1562160/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=811996 CPUtime=1.48
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 31818 0 30 0 130 18 0 0 18 0 12 0 134146474 831483904 30077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 202999 30079 1345 9 0 200361 0
[pid=14077/tid=14079] ppid=14075 vsize=811996 CPUtime=0.66
/proc/14077/task/14079/stat : 14079 (java) R 14075 14077 11626 0 -1 64 16954 0 1 0 56 10 0 0 25 0 12 0 134146481 831483904 30080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14075 vsize=811996 CPUtime=0.19
/proc/14077/task/14080/stat : 14080 (java) R 14075 14077 11626 0 -1 64 7802 0 0 0 17 2 0 0 18 0 12 0 134146482 831483904 30082 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14081] ppid=14075 vsize=811996 CPUtime=0.16
/proc/14077/task/14081/stat : 14081 (java) R 14075 14077 11626 0 -1 64 4696 0 0 0 14 2 0 0 18 0 12 0 134146482 831483904 30084 996147200 134512640 134550740 4294956016 18446744073709551615 106551252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14075 vsize=811996 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14075 14077 11626 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 134146483 831483904 30085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14083] ppid=14075 vsize=811996 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 134146484 831483904 30087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14084] ppid=14075 vsize=811996 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 134146484 831483904 30088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14085] ppid=14075 vsize=811996 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 831483904 30090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=811996 CPUtime=0.2
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 579 0 0 0 20 0 0 0 16 0 12 0 134146488 831483904 30092 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14087] ppid=14075 vsize=811996 CPUtime=0.2
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 1059 0 0 0 20 0 0 0 16 0 12 0 134146488 831483904 30093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14088] ppid=14075 vsize=811996 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 831483904 30095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=811996 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 134146488 831483904 30096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811996

[startup+3.10115 s]
/proc/loadavg: 2.66 2.13 2.04 4/92 14089
/proc/meminfo: memFree=1468976/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=816492 CPUtime=3.28
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 52767 0 30 0 301 27 0 0 18 0 12 0 134146474 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 204123 46651 1373 9 0 201485 0
[pid=14077/tid=14079] ppid=14075 vsize=816492 CPUtime=1.37
/proc/14077/task/14079/stat : 14079 (java) R 14075 14077 11626 0 -1 64 17256 0 1 0 127 10 0 0 25 0 12 0 134146481 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4109712614 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14075 vsize=816492 CPUtime=0.52
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 15727 0 0 0 47 5 0 0 19 0 12 0 134146482 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14075 vsize=816492 CPUtime=0.56
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 15568 0 0 0 50 6 0 0 20 0 12 0 134146482 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14082] ppid=14075 vsize=816492 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14075 14077 11626 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 134146483 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14075 vsize=816492 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 134146484 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14075 vsize=816492 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 134146484 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14075 vsize=816492 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=816492 CPUtime=0.47
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 2381 0 0 0 46 1 0 0 16 0 12 0 134146488 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=816492 CPUtime=0.29
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 1072 0 0 0 29 0 0 0 16 0 12 0 134146488 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14088] ppid=14075 vsize=816492 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=816492 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 134146488 836087808 46651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 816492

[startup+6.31018 s]
/proc/loadavg: 2.61 2.13 2.04 3/92 14089
/proc/meminfo: memFree=1374256/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=819840 CPUtime=6.75
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 66365 0 30 0 642 33 0 0 18 0 12 0 134146474 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 204960 57645 1385 9 0 202322 0
[pid=14077/tid=14079] ppid=14075 vsize=819840 CPUtime=3.78
/proc/14077/task/14079/stat : 14079 (java) R 14075 14077 11626 0 -1 64 17269 0 1 0 367 11 0 0 25 0 12 0 134146481 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14075 vsize=819840 CPUtime=0.7
/proc/14077/task/14080/stat : 14080 (java) R 14075 14077 11626 0 -1 64 20977 0 0 0 63 7 0 0 15 0 12 0 134146482 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 106160059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14075 vsize=819840 CPUtime=0.75
/proc/14077/task/14081/stat : 14081 (java) R 14075 14077 11626 0 -1 64 20564 0 0 0 66 9 0 0 15 0 12 0 134146482 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) R 14075 14077 11626 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 134146483 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 134146484 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 134146484 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=819840 CPUtime=0.91
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3907 0 0 0 90 1 0 0 19 0 12 0 134146488 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14087] ppid=14075 vsize=819840 CPUtime=0.55
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2885 0 0 0 54 1 0 0 17 0 12 0 134146488 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 134146488 839516160 57645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 819840

[startup+12.7012 s]
/proc/loadavg: 2.56 2.13 2.03 6/92 14089
/proc/meminfo: memFree=1319728/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=819840 CPUtime=13.09
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 80399 0 30 0 1270 39 0 0 18 0 12 0 134146474 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 204960 71655 1385 9 0 202322 0
[pid=14077/tid=14079] ppid=14075 vsize=819840 CPUtime=9.53
/proc/14077/task/14079/stat : 14079 (java) R 14075 14077 11626 0 -1 64 17294 0 1 0 942 11 0 0 25 0 12 0 134146481 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4109741376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14075 vsize=819840 CPUtime=0.91
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 28013 0 0 0 81 10 0 0 16 0 12 0 134146482 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14075 vsize=819840 CPUtime=0.94
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 27532 0 0 0 83 11 0 0 16 0 12 0 134146482 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14075 vsize=819840 CPUtime=0.01
/proc/14077/task/14082/stat : 14082 (java) S 14075 14077 11626 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 134146483 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 134146484 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 134146484 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=819840 CPUtime=0.98
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3911 0 0 0 97 1 0 0 16 0 12 0 134146488 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=819840 CPUtime=0.63
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2886 0 0 0 62 1 0 0 16 0 12 0 134146488 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 134146488 839516160 71655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 819840

[startup+25.5027 s]
/proc/loadavg: 2.43 2.12 2.03 3/92 14089
/proc/meminfo: memFree=1208112/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=819840 CPUtime=25.76
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 106028 0 30 0 2527 49 0 0 18 0 12 0 134146474 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 204960 97255 1385 9 0 202322 0
[pid=14077/tid=14079] ppid=14075 vsize=819840 CPUtime=21.52
/proc/14077/task/14079/stat : 14079 (java) R 14075 14077 11626 0 -1 64 17323 0 1 0 2141 11 0 0 25 0 12 0 134146481 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4109731928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14075 vsize=819840 CPUtime=1.21
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 39427 0 0 0 107 14 0 0 16 0 12 0 134146482 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14075 vsize=819840 CPUtime=1.3
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 41718 0 0 0 113 17 0 0 16 0 12 0 134146482 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14075 vsize=819840 CPUtime=0.01
/proc/14077/task/14082/stat : 14082 (java) S 14075 14077 11626 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 134146483 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 134146484 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 134146484 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14075 vsize=819840 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839516160 97255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+435.103 s]
/proc/loadavg: 2.01 2.09 2.05 3/92 14089
/proc/meminfo: memFree=890288/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=827844 CPUtime=431.94
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 1420933 0 30 0 42513 681 0 0 18 0 12 0 134146474 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 206961 176522 1388 9 0 204323 0
[pid=14077/tid=14079] ppid=14075 vsize=827844 CPUtime=154.18
/proc/14077/task/14079/stat : 14079 (java) S 14075 14077 11626 0 -1 64 18019 0 1 0 15404 14 0 0 15 0 12 0 134146481 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14075 vsize=827844 CPUtime=4.24
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 77229 0 0 0 395 29 0 0 15 0 12 0 134146482 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14081] ppid=14075 vsize=827844 CPUtime=4.44
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 80443 0 0 0 410 34 0 0 16 0 12 0 134146482 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14082] ppid=14075 vsize=827844 CPUtime=267.35
/proc/14077/task/14082/stat : 14082 (java) R 14075 14077 11626 0 -1 64 1237712 0 0 0 26138 597 0 0 25 0 12 0 134146483 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14083] ppid=14075 vsize=827844 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 134146484 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14084] ppid=14075 vsize=827844 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 134146484 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14075 vsize=827844 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=827844 CPUtime=0.99
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3911 0 0 0 98 1 0 0 16 0 12 0 134146488 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=827844 CPUtime=0.66
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2886 0 0 0 65 1 0 0 16 0 12 0 134146488 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=827844 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=827844 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 134146488 847712256 176522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.94
Current children cumulated vsize (KiB) 827844

[startup+436.708 s]
/proc/loadavg: 2.01 2.09 2.05 3/93 14090
/proc/meminfo: memFree=890216/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=828168 CPUtime=433.53
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 1426945 0 30 0 42669 684 0 0 18 0 13 0 134146474 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 207042 176528 1388 9 0 204404 0
[pid=14077/tid=14079] ppid=14075 vsize=828168 CPUtime=154.18
/proc/14077/task/14079/stat : 14079 (java) S 14075 14077 11626 0 -1 64 18022 0 1 0 15404 14 0 0 16 0 13 0 134146481 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14075 vsize=828168 CPUtime=4.24
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 77229 0 0 0 395 29 0 0 15 0 13 0 134146482 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14081] ppid=14075 vsize=828168 CPUtime=4.44
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 80443 0 0 0 410 34 0 0 16 0 13 0 134146482 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14082] ppid=14075 vsize=828168 CPUtime=268.93
/proc/14077/task/14082/stat : 14082 (java) R 14075 14077 11626 0 -1 64 1243716 0 0 0 26293 600 0 0 25 0 13 0 134146483 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14083] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 134146484 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14084] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 134146484 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14085] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=828168 CPUtime=0.99
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3911 0 0 0 98 1 0 0 16 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=828168 CPUtime=0.66
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2886 0 0 0 65 1 0 0 16 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14090] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14090/stat : 14090 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 134190029 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.53
Current children cumulated vsize (KiB) 828168

[startup+437.503 s]
/proc/loadavg: 2.01 2.09 2.05 3/93 14090
/proc/meminfo: memFree=890216/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=820164 CPUtime=434.32
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 1429949 0 30 0 42746 686 0 0 18 0 13 0 134146474 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 205041 174527 1388 9 0 202403 0
[pid=14077/tid=14079] ppid=14075 vsize=820164 CPUtime=154.18
/proc/14077/task/14079/stat : 14079 (java) S 14075 14077 11626 0 -1 64 18022 0 1 0 15404 14 0 0 16 0 13 0 134146481 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14075 vsize=820164 CPUtime=4.24
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 77229 0 0 0 395 29 0 0 15 0 13 0 134146482 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14081] ppid=14075 vsize=820164 CPUtime=4.44
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 80443 0 0 0 410 34 0 0 16 0 13 0 134146482 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14082] ppid=14075 vsize=820164 CPUtime=269.71
/proc/14077/task/14082/stat : 14082 (java) R 14075 14077 11626 0 -1 64 1246718 0 0 0 26370 601 0 0 25 0 13 0 134146483 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14083] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 134146484 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14084] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 134146484 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14085] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134146488 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=820164 CPUtime=0.99
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3911 0 0 0 98 1 0 0 16 0 13 0 134146488 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=820164 CPUtime=0.66
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2886 0 0 0 65 1 0 0 16 0 13 0 134146488 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134146488 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134146488 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14090] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14090/stat : 14090 (java) S 14075 14077 11626 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 134190029 839847936 174527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 434.32
Current children cumulated vsize (KiB) 820164

[startup+438.302 s]
/proc/loadavg: 2.01 2.09 2.05 3/93 14090
/proc/meminfo: memFree=890216/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=828168 CPUtime=435.11
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 1432951 0 30 0 42824 687 0 0 18 0 13 0 134146474 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 207042 176528 1388 9 0 204404 0
[pid=14077/tid=14079] ppid=14075 vsize=828168 CPUtime=154.18
/proc/14077/task/14079/stat : 14079 (java) S 14075 14077 11626 0 -1 64 18022 0 1 0 15404 14 0 0 16 0 13 0 134146481 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14075 vsize=828168 CPUtime=4.24
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 77229 0 0 0 395 29 0 0 15 0 13 0 134146482 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14081] ppid=14075 vsize=828168 CPUtime=4.44
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 80443 0 0 0 410 34 0 0 16 0 13 0 134146482 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14082] ppid=14075 vsize=828168 CPUtime=270.52
/proc/14077/task/14082/stat : 14082 (java) R 14075 14077 11626 0 -1 64 1249720 0 0 0 26449 603 0 0 25 0 13 0 134146483 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14083] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 134146484 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14084] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 134146484 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14085] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=828168 CPUtime=0.99
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3911 0 0 0 98 1 0 0 16 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=828168 CPUtime=0.66
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2886 0 0 0 65 1 0 0 16 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134146488 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14090] ppid=14075 vsize=828168 CPUtime=0
/proc/14077/task/14090/stat : 14090 (java) S 14075 14077 11626 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 134190029 848044032 176528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 435.11
Current children cumulated vsize (KiB) 828168

[startup+438.702 s]
/proc/loadavg: 2.01 2.09 2.05 3/93 14090
/proc/meminfo: memFree=890216/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=820164 CPUtime=435.51
/proc/14077/stat : 14077 (java) S 14075 14077 11626 0 -1 0 1432953 0 30 0 42864 687 0 0 18 0 12 0 134146474 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 205041 174528 1389 9 0 202403 0
[pid=14077/tid=14079] ppid=14075 vsize=820164 CPUtime=154.18
/proc/14077/task/14079/stat : 14079 (java) S 14075 14077 11626 0 -1 64 18022 0 1 0 15404 14 0 0 16 0 12 0 134146481 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14075 vsize=820164 CPUtime=4.24
/proc/14077/task/14080/stat : 14080 (java) S 14075 14077 11626 0 -1 64 77229 0 0 0 395 29 0 0 15 0 12 0 134146482 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14081] ppid=14075 vsize=820164 CPUtime=4.44
/proc/14077/task/14081/stat : 14081 (java) S 14075 14077 11626 0 -1 64 80443 0 0 0 410 34 0 0 16 0 12 0 134146482 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14082] ppid=14075 vsize=820164 CPUtime=270.91
/proc/14077/task/14082/stat : 14082 (java) R 14075 14077 11626 0 -1 64 1249720 0 0 0 26488 603 0 0 25 0 12 0 134146483 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 106122938 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14083] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14083/stat : 14083 (java) S 14075 14077 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 134146484 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14084] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14075 14077 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 134146484 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14085] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14086] ppid=14075 vsize=820164 CPUtime=0.99
/proc/14077/task/14086/stat : 14086 (java) S 14075 14077 11626 0 -1 64 3911 0 0 0 98 1 0 0 16 0 12 0 134146488 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14087] ppid=14075 vsize=820164 CPUtime=0.66
/proc/14077/task/14087/stat : 14087 (java) S 14075 14077 11626 0 -1 64 2886 0 0 0 65 1 0 0 16 0 12 0 134146488 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14088] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14088/stat : 14088 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134146488 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14089] ppid=14075 vsize=820164 CPUtime=0
/proc/14077/task/14089/stat : 14089 (java) S 14075 14077 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 134146488 839847936 174528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.51
Current children cumulated vsize (KiB) 820164

[startup+438.801 s]
/proc/loadavg: 2.01 2.09 2.05 3/82 14090
/proc/meminfo: memFree=924200/2055920 swapFree=4179164/4192956
[pid=14077] ppid=14075 vsize=0 CPUtime=435.6
/proc/14077/stat : 14077 (java) Z 14075 14077 11626 0 -1 12 1432957 0 30 0 42872 688 0 0 16 0 2 0 134146474 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14077/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 435.6
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 438.902
CPU time (s): 435.7
CPU user time (s): 428.723
CPU system time (s): 6.97694
CPU usage (%): 99.2705
Max. virtual memory (cumulated for all children) (KiB): 832172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.723
system time used= 6.97694
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1432957
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= 15269
involuntary context switches= 15176

runsolver used 0.526919 second user time and 1.51877 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 04:24:18
IDJOB=1083035
IDBENCH=57404
IDSOLVER=344
FILE ID=node76/1083035-1215224652
PBS_JOBID= 7881792
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0fce622b9724ec444e77d1363782aa5
RANDOM SEED=267710190

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1600432 kB
Buffers:         19492 kB
Cached:         208624 kB
SwapCached:       7640 kB
Active:         322412 kB
Inactive:        67504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600432 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:           38332 kB
Writeback:           0 kB
Mapped:         171972 kB
Slab:            50196 kB
Committed_AS:   558640 kB
PageTables:       2368 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= 66444 MiB
End job on node76 at 2008-07-05 04:31:37