Trace number 2081646

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 2.1.1? 258.422 259.325

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-10.xml
MD5SUM40fc85c6af74c3b8c42d405c9548d811
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 variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1383
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2081646-1247373456.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.47/0.52	c reading variables done.
2.22/1.94	c reading predicates  done.
2.42/2.16	c reading constraints
258.22/259.18	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
258.22/259.18		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
258.22/259.18		at org.sat4j.csp.Predicate.find(Unknown Source)
258.22/259.18		at org.sat4j.csp.Predicate.find(Unknown Source)
258.22/259.18		at org.sat4j.csp.Predicate.find(Unknown Source)
258.22/259.18		at org.sat4j.csp.Predicate.toClause(Unknown Source)
258.22/259.18		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
258.22/259.18		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
258.22/259.18		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
258.22/259.18		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
258.22/259.18		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
258.22/259.19		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
258.22/259.19		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
258.22/259.19		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
258.22/259.19		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
258.22/259.19		at org.sat4j.AbstractLauncher.run(Unknown Source)
258.22/259.19		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
258.22/259.19	c starts		: 0
258.22/259.19	c conflicts		: 0
258.22/259.19	c decisions		: 0
258.22/259.19	c propagations		: 0
258.22/259.19	c inspects		: 0
258.22/259.19	c learnt literals	: 0
258.22/259.19	c learnt binary clauses	: 0
258.22/259.19	c learnt ternary clauses	: 0
258.22/259.19	c learnt clauses	: 0
258.22/259.19	c ignored clauses	: 0
258.22/259.19	c root simplifications	: 0
258.22/259.19	c removed literals (reason simplification)	: 0
258.22/259.19	c reason swapping (by a shorter reason)	: 0
258.22/259.19	c Calls to reduceDB	: 0
258.22/259.19	c speed (assignments/second)	: 0.0
258.22/259.19	c non guided choices	0
258.22/259.19	c learnt constraints type 
258.22/259.19	c constraints type 
258.22/259.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 103460
258.22/259.19	c org.sat4j.minisat.constraints.card.AtLeast => 600
258.22/259.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
258.22/259.19	s UNKNOWN
258.22/259.19	c Total wall clock time (in seconds) : 258.948

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081646-1247373456/watcher-2081646-1247373456 -o /tmp/evaluation-result-2081646-1247373456/solver-2081646-1247373456 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081646-1247373456.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.01 4/73 27350
/proc/meminfo: memFree=1597120/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=18576 CPUtime=0
/proc/27350/stat : 27350 (runsolver) R 27348 27350 26798 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24410199 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27350/statm: 4644 284 249 26 0 2626 0

[startup+0.0917749 s]
/proc/loadavg: 2.00 2.04 2.01 4/73 27350
/proc/meminfo: memFree=1597120/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=802164 CPUtime=0.07
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 2889 0 1 0 5 2 0 0 20 0 7 0 24410199 821415936 2634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 200541 2634 1041 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101777 s]
/proc/loadavg: 2.00 2.04 2.01 4/73 27350
/proc/meminfo: memFree=1597120/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=804560 CPUtime=0.08
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 3006 0 1 0 6 2 0 0 20 0 12 0 24410199 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301814 s]
/proc/loadavg: 2.00 2.04 2.01 4/73 27350
/proc/meminfo: memFree=1597120/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=805888 CPUtime=0.28
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 4383 0 1 0 24 4 0 0 20 0 12 0 24410199 825229312 4120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 201472 4120 1359 9 0 198799 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805888

[startup+0.701905 s]
/proc/loadavg: 2.00 2.04 2.01 4/73 27350
/proc/meminfo: memFree=1597120/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=807156 CPUtime=0.68
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 9932 0 1 0 60 8 0 0 20 0 12 0 24410199 826527744 9423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 201789 9423 1386 9 0 199116 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807156

[startup+1.50206 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 27362
/proc/meminfo: memFree=1543080/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=808460 CPUtime=1.61
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 35357 0 1 0 142 19 0 0 20 0 12 0 24410199 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 202115 32790 1398 9 0 199442 0
[pid=27350/tid=27352] ppid=27348 vsize=808460 CPUtime=0.75
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 16885 0 1 0 65 10 0 0 25 0 12 0 24410201 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27353] ppid=27348 vsize=808460 CPUtime=0.24
/proc/27350/task/27353/stat : 27353 (java) R 27348 27350 26798 0 -1 64 8251 0 0 0 21 3 0 0 16 0 12 0 24410202 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 105886454 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27354] ppid=27348 vsize=808460 CPUtime=0.18
/proc/27350/task/27354/stat : 27354 (java) R 27348 27350 26798 0 -1 64 8141 0 0 0 15 3 0 0 16 0 12 0 24410202 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27355] ppid=27348 vsize=808460 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 26798 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24410204 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27356] ppid=27348 vsize=808460 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=808460 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=808460 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=808460 CPUtime=0.04
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24410209 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=808460 CPUtime=0.34
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 1039 0 0 0 34 0 0 0 17 0 12 0 24410209 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=808460 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=808460 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 827863040 32790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 808460

[startup+3.10138 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 27362
/proc/meminfo: memFree=1420136/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=812252 CPUtime=3.57
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 64187 0 1 0 323 34 0 0 20 0 12 0 24410199 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 203063 56877 1426 9 0 200390 0
[pid=27350/tid=27352] ppid=27348 vsize=812252 CPUtime=1.32
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17434 0 1 0 121 11 0 0 24 0 12 0 24410201 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4109612596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27353] ppid=27348 vsize=812252 CPUtime=0.72
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 23552 0 0 0 62 10 0 0 18 0 12 0 24410202 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27354] ppid=27348 vsize=812252 CPUtime=0.73
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 19057 0 0 0 64 9 0 0 20 0 12 0 24410202 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27355] ppid=27348 vsize=812252 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 26798 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24410204 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27356] ppid=27348 vsize=812252 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=812252 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=812252 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=812252 CPUtime=0.04
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 24410209 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=812252 CPUtime=0.71
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 3103 0 0 0 70 1 0 0 17 0 12 0 24410209 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=812252 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=812252 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 831746048 56877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 812252

[startup+6.30303 s]
/proc/loadavg: 2.00 2.04 2.01 4/85 27362
/proc/meminfo: memFree=1356400/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=814304 CPUtime=6.74
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 75581 0 1 0 635 39 0 0 20 0 12 0 24410199 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 203576 66609 1433 9 0 200903 0
[pid=27350/tid=27352] ppid=27348 vsize=814304 CPUtime=3.64
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17444 0 1 0 353 11 0 0 25 0 12 0 24410201 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4109820732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27353] ppid=27348 vsize=814304 CPUtime=0.88
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 30083 0 0 0 74 14 0 0 16 0 12 0 24410202 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27354] ppid=27348 vsize=814304 CPUtime=0.8
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 21649 0 0 0 70 10 0 0 16 0 12 0 24410202 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27355] ppid=27348 vsize=814304 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 26798 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24410204 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27356] ppid=27348 vsize=814304 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=814304 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=814304 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=814304 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=814304 CPUtime=1.27
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 125 2 0 0 19 0 12 0 24410209 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=814304 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=814304 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 833847296 66609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 814304

[startup+12.7013 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 27362
/proc/meminfo: memFree=1299248/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=812156 CPUtime=13.07
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 85974 0 1 0 1264 43 0 0 20 0 12 0 24410199 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 203039 76442 1433 9 0 200366 0
[pid=27350/tid=27352] ppid=27348 vsize=812156 CPUtime=9.43
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17471 0 1 0 932 11 0 0 25 0 12 0 24410201 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4109844026 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27353] ppid=27348 vsize=812156 CPUtime=1.07
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 36665 0 0 0 91 16 0 0 16 0 12 0 24410202 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27354] ppid=27348 vsize=812156 CPUtime=0.98
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 25433 0 0 0 87 11 0 0 16 0 12 0 24410202 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27355] ppid=27348 vsize=812156 CPUtime=0.01
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 26798 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24410204 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27356] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=812156 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=812156 CPUtime=1.42
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 140 2 0 0 16 0 12 0 24410209 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 831647744 76442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 812156

[startup+25.5029 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 27362
/proc/meminfo: memFree=1212464/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=812156 CPUtime=25.76
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 106799 0 1 0 2523 53 0 0 20 0 12 0 24410199 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 203039 97199 1433 9 0 200366 0
[pid=27350/tid=27352] ppid=27348 vsize=812156 CPUtime=21.45
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17500 0 1 0 2134 11 0 0 25 0 12 0 24410201 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4109643439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27353] ppid=27348 vsize=812156 CPUtime=1.46
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 51588 0 0 0 124 22 0 0 16 0 12 0 24410202 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27354] ppid=27348 vsize=812156 CPUtime=1.2
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 31306 0 0 0 106 14 0 0 16 0 12 0 24410202 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27355] ppid=27348 vsize=812156 CPUtime=0.01
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 26798 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24410204 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27356] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=812156 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 831647744 97199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=812156 CPUtime=0.1

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

[pid=27350/tid=27361] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 242.29
Current children cumulated vsize (KiB) 820160

[startup+249.503 s]
/proc/loadavg: 2.50 2.18 2.05 4/85 27362
/proc/meminfo: memFree=901424/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=820160 CPUtime=248.66
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 436812 0 1 0 24633 233 0 0 20 0 12 0 24410199 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 205040 174553 1435 9 0 202367 0
[pid=27350/tid=27352] ppid=27348 vsize=820160 CPUtime=166.2
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17894 0 1 0 16607 13 0 0 25 0 12 0 24410201 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=820160 CPUtime=5.11
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 91664 0 0 0 471 40 0 0 15 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=820160 CPUtime=4.69
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 66910 0 0 0 440 29 0 0 16 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=820160 CPUtime=71.01
/proc/27350/task/27355/stat : 27355 (java) R 27348 27350 26798 0 -1 64 253947 0 0 0 6956 145 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27357] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=820160 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=820160 CPUtime=1.48
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 146 2 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 248.66
Current children cumulated vsize (KiB) 820160

[startup+255.902 s]
/proc/loadavg: 2.58 2.20 2.06 4/85 27362
/proc/meminfo: memFree=909488/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=820160 CPUtime=255.03
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 457836 0 1 0 25257 246 0 0 20 0 12 0 24410199 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 205040 174553 1435 9 0 202367 0
[pid=27350/tid=27352] ppid=27348 vsize=820160 CPUtime=166.66
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17900 0 1 0 16653 13 0 0 25 0 12 0 24410201 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=820160 CPUtime=5.11
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 91664 0 0 0 471 40 0 0 15 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=820160 CPUtime=4.69
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 66910 0 0 0 440 29 0 0 16 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=820160 CPUtime=76.91
/proc/27350/task/27355/stat : 27355 (java) R 27348 27350 26798 0 -1 64 274965 0 0 0 7534 157 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27357] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=820160 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=820160 CPUtime=1.48
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 146 2 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.03
Current children cumulated vsize (KiB) 820160

[startup+257.502 s]
/proc/loadavg: 2.58 2.20 2.06 4/85 27362
/proc/meminfo: memFree=905456/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=820160 CPUtime=256.62
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 464844 0 1 0 25413 249 0 0 20 0 12 0 24410199 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 205040 174553 1435 9 0 202367 0
[pid=27350/tid=27352] ppid=27348 vsize=820160 CPUtime=166.8
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17902 0 1 0 16667 13 0 0 25 0 12 0 24410201 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=820160 CPUtime=5.11
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 91664 0 0 0 471 40 0 0 15 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=820160 CPUtime=4.69
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 66910 0 0 0 440 29 0 0 16 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=820160 CPUtime=78.38
/proc/27350/task/27355/stat : 27355 (java) R 27348 27350 26798 0 -1 64 281971 0 0 0 7677 161 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27357] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=820160 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=820160 CPUtime=1.48
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 146 2 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.62
Current children cumulated vsize (KiB) 820160

[startup+258.302 s]
/proc/loadavg: 2.58 2.20 2.06 4/85 27362
/proc/meminfo: memFree=905456/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=816160 CPUtime=257.42
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 466349 0 1 0 25492 250 0 0 20 0 12 0 24410199 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 204040 173553 1434 9 0 201367 0
[pid=27350/tid=27352] ppid=27348 vsize=816160 CPUtime=166.87
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17905 0 1 0 16674 13 0 0 24 0 12 0 24410201 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=816160 CPUtime=5.11
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 91664 0 0 0 471 40 0 0 15 0 12 0 24410202 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=816160 CPUtime=4.69
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 66910 0 0 0 440 29 0 0 16 0 12 0 24410202 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=816160 CPUtime=79.1
/proc/27350/task/27355/stat : 27355 (java) R 27348 27350 26798 0 -1 64 283473 0 0 0 7748 162 0 0 16 0 12 0 24410204 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 105880823 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=816160 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27357] ppid=27348 vsize=816160 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=816160 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=816160 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=816160 CPUtime=1.48
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 146 2 0 0 17 0 12 0 24410209 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=816160 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=816160 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 835747840 173553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.42
Current children cumulated vsize (KiB) 816160

[startup+259.103 s]
/proc/loadavg: 2.58 2.20 2.06 4/85 27362
/proc/meminfo: memFree=905456/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=820160 CPUtime=258.22
/proc/27350/stat : 27350 (java) S 27348 27350 26798 0 -1 0 468350 0 1 0 25571 251 0 0 20 0 12 0 24410199 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 205040 174553 1434 9 0 202367 0
[pid=27350/tid=27352] ppid=27348 vsize=820160 CPUtime=166.87
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 26798 0 -1 64 17905 0 1 0 16674 13 0 0 24 0 12 0 24410201 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=820160 CPUtime=5.11
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 26798 0 -1 64 91664 0 0 0 471 40 0 0 15 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=820160 CPUtime=4.69
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 26798 0 -1 64 66910 0 0 0 440 29 0 0 16 0 12 0 24410202 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=820160 CPUtime=79.9
/proc/27350/task/27355/stat : 27355 (java) R 27348 27350 26798 0 -1 64 285474 0 0 0 7827 163 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27357] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 26798 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24410204 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27358] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=820160 CPUtime=0.1
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 26798 0 -1 64 443 0 0 0 10 0 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27360] ppid=27348 vsize=820160 CPUtime=1.48
/proc/27350/task/27360/stat : 27360 (java) S 27348 27350 26798 0 -1 64 5213 0 0 0 146 2 0 0 17 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27361] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27361/stat : 27361 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27362] ppid=27348 vsize=820160 CPUtime=0
/proc/27350/task/27362/stat : 27362 (java) S 27348 27350 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24410209 839843840 174553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 258.22
Current children cumulated vsize (KiB) 820160

[startup+259.303 s]
/proc/loadavg: 2.58 2.20 2.06 4/85 27362
/proc/meminfo: memFree=905456/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=0 CPUtime=258.39
/proc/27350/stat : 27350 (java) Z 27348 27350 26798 0 -1 12 468365 0 1 0 25580 259 0 0 16 0 2 0 24410199 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.39
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 259.325
CPU time (s): 258.422
CPU user time (s): 255.801
CPU system time (s): 2.6206
CPU usage (%): 99.6517
Max. virtual memory (cumulated for all children) (KiB): 830408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.801
system time used= 2.6206
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468365
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13054
involuntary context switches= 11663

runsolver used 0.336948 second user time and 0.877866 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 06:37:36
IDJOB=2081646
IDBENCH=57456
IDSOLVER=731
FILE ID=node80/2081646-1247373456
PBS_JOBID= 9507145
Free space on /tmp= 66368 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081646-1247373456/watcher-2081646-1247373456 -o /tmp/evaluation-result-2081646-1247373456/solver-2081646-1247373456 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081646-1247373456.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 40fc85c6af74c3b8c42d405c9548d811
RANDOM SEED=1273480470

node80.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.285
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.285
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:       1597536 kB
Buffers:         45904 kB
Cached:         278184 kB
SwapCached:          0 kB
Active:         184016 kB
Inactive:       196380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          67864 kB
Slab:            63272 kB
Committed_AS:   226900 kB
PageTables:       1800 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= 66364 MiB
End job on node80 at 2009-07-12 06:41:56