Trace number 2080007

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? 676.737 657.292

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-10.xml
MD5SUM1c864e6cf7e0a8cf4a674c75b5fe237e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity17
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

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

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-2080007-1247369162/watcher-2080007-1247369162 -o /tmp/evaluation-result-2080007-1247369162/solver-2080007-1247369162 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080007-1247369162.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.14 2.12 2.04 4/83 22524
/proc/meminfo: memFree=1194512/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=272 CPUtime=0
/proc/22524/stat : 22524 (java) D 22522 22524 17442 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23983222 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 9696036 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/22524/statm: 68 37 28 9 0 6 0

[startup+0.0939441 s]
/proc/loadavg: 2.14 2.12 2.04 4/83 22524
/proc/meminfo: memFree=1194512/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=804560 CPUtime=0.08
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 3043 0 1 0 6 2 0 0 18 0 12 0 23983222 823869440 2786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 201140 2786 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101945 s]
/proc/loadavg: 2.14 2.12 2.04 4/83 22524
/proc/meminfo: memFree=1194512/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=804560 CPUtime=0.09
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 23983222 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301965 s]
/proc/loadavg: 2.14 2.12 2.04 4/83 22524
/proc/meminfo: memFree=1194512/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=806276 CPUtime=0.29
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 4530 0 1 0 26 3 0 0 18 0 12 0 23983222 825626624 4200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 201569 4200 1365 9 0 198896 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806276

[startup+0.702005 s]
/proc/loadavg: 2.14 2.12 2.04 4/83 22524
/proc/meminfo: memFree=1194512/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=807368 CPUtime=0.68
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 6455 0 1 0 64 4 0 0 18 0 12 0 23983222 826744832 5834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 201842 5834 1387 9 0 199169 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807368

[startup+1.50208 s]
/proc/loadavg: 2.14 2.12 2.04 3/95 22536
/proc/meminfo: memFree=1172272/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=811760 CPUtime=1.49
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 9161 0 1 0 143 6 0 0 18 0 12 0 23983222 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 202940 7377 1415 9 0 200267 0
[pid=22524/tid=22526] ppid=22522 vsize=811760 CPUtime=0.75
/proc/22524/task/22526/stat : 22526 (java) R 22522 22524 17442 0 -1 64 5034 0 1 0 71 4 0 0 25 0 12 0 23983223 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22527] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23983224 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22528] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23983224 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22529] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22529/stat : 22529 (java) S 22522 22524 17442 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23983226 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22530] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23983226 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22531] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 23983226 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22532] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23983230 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=811760 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23983230 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22534] ppid=22522 vsize=811760 CPUtime=0.68
/proc/22524/task/22534/stat : 22534 (java) R 22522 22524 17442 0 -1 64 3129 0 0 0 67 1 0 0 18 0 12 0 23983230 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 104138849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22535] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23983230 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=811760 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983230 831242240 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811760

[startup+3.10124 s]
/proc/loadavg: 2.14 2.12 2.04 4/95 22536
/proc/meminfo: memFree=1152688/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=815288 CPUtime=3.08
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 19571 0 1 0 298 10 0 0 18 0 12 0 23983222 834854912 16052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 203822 16053 1426 9 0 201149 0
[pid=22524/tid=22526] ppid=22522 vsize=815288 CPUtime=1.71
/proc/22524/task/22526/stat : 22526 (java) R 22522 22524 17442 0 -1 64 12684 0 1 0 164 7 0 0 25 0 12 0 23983223 834854912 16053 996147200 134512640 134550932 4294956016 18446744073709551615 4109579307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22527] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23983224 834854912 16054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22528] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23983224 834854912 16055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22529] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22529/stat : 22529 (java) S 22522 22524 17442 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23983226 834854912 16056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22530] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23983226 834854912 16057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22531] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 23983226 834854912 16058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22532] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23983230 834854912 16058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=815288 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 255 0 0 0 4 0 0 0 17 0 12 0 23983230 834854912 16059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22534] ppid=22522 vsize=815288 CPUtime=1.31
/proc/22524/task/22534/stat : 22534 (java) S 22522 22524 17442 0 -1 64 5890 0 0 0 129 2 0 0 19 0 12 0 23983230 834854912 16060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22535] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23983230 834854912 16061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=815288 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983230 834854912 16062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815288

[startup+6.30156 s]
/proc/loadavg: 2.21 2.13 2.05 3/95 22536
/proc/meminfo: memFree=1088048/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=816984 CPUtime=6.29
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 30780 0 1 0 612 17 0 0 18 0 12 0 23983222 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 204246 22379 1435 9 0 201573 0
[pid=22524/tid=22526] ppid=22522 vsize=816984 CPUtime=3.23
/proc/22524/task/22526/stat : 22526 (java) R 22522 22524 17442 0 -1 64 17421 0 1 0 313 10 0 0 25 0 12 0 23983223 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22527] ppid=22522 vsize=816984 CPUtime=0.02
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 711 0 0 0 2 0 0 0 17 0 12 0 23983224 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22528] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 301 0 0 0 0 0 0 0 17 0 12 0 23983224 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22529] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22529/stat : 22529 (java) S 22522 22524 17442 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23983226 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22530] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983226 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22531] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23983226 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22532] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23983230 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=816984 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 255 0 0 0 4 0 0 0 16 0 12 0 23983230 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22534] ppid=22522 vsize=816984 CPUtime=2.95
/proc/22524/task/22534/stat : 22534 (java) R 22522 22524 17442 0 -1 64 11339 0 0 0 290 5 0 0 16 0 12 0 23983230 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 103223698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22535] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23983230 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=816984 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983230 836591616 22379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 816984

[startup+12.7012 s]
/proc/loadavg: 2.19 2.13 2.05 3/95 22536
/proc/meminfo: memFree=1045168/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=820376 CPUtime=12.65
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 45574 0 1 0 1243 22 0 0 18 0 12 0 23983222 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 205094 28198 1435 9 0 202421 0
[pid=22524/tid=22526] ppid=22522 vsize=820376 CPUtime=6.03
/proc/22524/task/22526/stat : 22526 (java) R 22522 22524 17442 0 -1 64 17438 0 1 0 593 10 0 0 25 0 12 0 23983223 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 107082559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=820376 CPUtime=0.12
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 2821 0 0 0 11 1 0 0 17 0 12 0 23983224 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22528] ppid=22522 vsize=820376 CPUtime=0.12
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 3185 0 0 0 12 0 0 0 17 0 12 0 23983224 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22529] ppid=22522 vsize=820376 CPUtime=0
/proc/22524/task/22529/stat : 22529 (java) S 22522 22524 17442 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23983226 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22530] ppid=22522 vsize=820376 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983226 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22531] ppid=22522 vsize=820376 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23983226 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22532] ppid=22522 vsize=820376 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23983230 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=820376 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 255 0 0 0 4 0 0 0 17 0 12 0 23983230 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22534] ppid=22522 vsize=820376 CPUtime=6.3
/proc/22524/task/22534/stat : 22534 (java) R 22522 22524 17442 0 -1 64 21110 0 0 0 621 9 0 0 19 0 12 0 23983230 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 106130120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22535] ppid=22522 vsize=820376 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23983230 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=820376 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983230 840065024 28198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 820376

[startup+25.5025 s]
/proc/loadavg: 2.23 2.14 2.05 4/95 22536
/proc/meminfo: memFree=938608/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=819760 CPUtime=25.36
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 69585 0 1 0 2503 33 0 0 18 0 12 0 23983222 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 204940 39744 1435 9 0 202267 0
[pid=22524/tid=22526] ppid=22522 vsize=819760 CPUtime=13.61
/proc/22524/task/22526/stat : 22526 (java) R 22522 22524 17442 0 -1 64 17467 0 1 0 1351 10 0 0 25 0 12 0 23983223 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4109567633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=819760 CPUtime=0.61
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 8271 0 0 0 59 2 0 0 17 0 12 0 23983224 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22522 vsize=819760 CPUtime=0.55
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 9344 0 0 0 52 3 0 0 17 0 12 0 23983224 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22522 vsize=819760 CPUtime=0.01
/proc/22524/task/22529/stat : 22529 (java) S 22522 22524 17442 0 -1 64 25 0 0 0 1 0 0 0 16 0 12 0 23983226 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22522 vsize=819760 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983226 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22531] ppid=22522 vsize=819760 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23983226 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22532] ppid=22522 vsize=819760 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23983230 839434240 39744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=819760 CPUtime=0.04

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

/proc/loadavg: 2.11 2.24 2.17 3/97 22538
/proc/meminfo: memFree=60128/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=823128 CPUtime=672.23
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 679705 0 1 0 66891 332 0 0 18 0 13 0 23983222 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 205782 175969 1436 9 0 203109 0
[pid=22524/tid=22526] ppid=22522 vsize=823128 CPUtime=116.97
/proc/22524/task/22526/stat : 22526 (java) S 22522 22524 17442 0 -1 64 17803 0 1 0 11686 11 0 0 18 0 13 0 23983223 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=823128 CPUtime=48.96
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 73212 0 0 0 4864 32 0 0 17 0 13 0 23983224 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22522 vsize=823128 CPUtime=48.57
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 82312 0 0 0 4821 36 0 0 17 0 13 0 23983224 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22522 vsize=823128 CPUtime=439.76
/proc/22524/task/22529/stat : 22529 (java) R 22522 22524 17442 0 -1 64 452012 0 0 0 43751 225 0 0 25 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 106157807 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22531] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22532] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=823128 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 271 0 0 0 4 0 0 0 17 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22534] ppid=22522 vsize=823128 CPUtime=17.88
/proc/22524/task/22534/stat : 22534 (java) S 22522 22524 17442 0 -1 64 53349 0 0 0 1763 25 0 0 16 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22535] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22538] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22538/stat : 22538 (java) S 22522 22524 17442 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 24048361 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 672.23
Current children cumulated vsize (KiB) 823128

[startup+654.302 s]
/proc/loadavg: 2.11 2.24 2.17 3/97 22538
/proc/meminfo: memFree=60128/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=819124 CPUtime=673.81
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 679706 0 1 0 67049 332 0 0 18 0 13 0 23983222 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 204781 174968 1436 9 0 202108 0
[pid=22524/tid=22526] ppid=22522 vsize=819124 CPUtime=116.97
/proc/22524/task/22526/stat : 22526 (java) S 22522 22524 17442 0 -1 64 17803 0 1 0 11686 11 0 0 18 0 13 0 23983223 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=819124 CPUtime=48.96
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 73212 0 0 0 4864 32 0 0 17 0 13 0 23983224 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22522 vsize=819124 CPUtime=48.57
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 82312 0 0 0 4821 36 0 0 17 0 13 0 23983224 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22522 vsize=819124 CPUtime=441.34
/proc/22524/task/22529/stat : 22529 (java) R 22522 22524 17442 0 -1 64 452012 0 0 0 43909 225 0 0 25 0 13 0 23983226 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 106836576 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23983226 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22531] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23983226 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22532] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23983230 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=819124 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 271 0 0 0 4 0 0 0 17 0 13 0 23983230 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22534] ppid=22522 vsize=819124 CPUtime=17.88
/proc/22524/task/22534/stat : 22534 (java) S 22522 22524 17442 0 -1 64 53349 0 0 0 1763 25 0 0 16 0 13 0 23983230 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22535] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23983230 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23983230 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22538] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22538/stat : 22538 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24048361 838782976 174968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.81
Current children cumulated vsize (KiB) 819124

[startup+655.902 s]
/proc/loadavg: 2.10 2.23 2.17 3/97 22538
/proc/meminfo: memFree=60128/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=823128 CPUtime=675.4
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 681208 0 1 0 67207 333 0 0 18 0 13 0 23983222 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 205782 175969 1436 9 0 203109 0
[pid=22524/tid=22526] ppid=22522 vsize=823128 CPUtime=116.97
/proc/22524/task/22526/stat : 22526 (java) S 22522 22524 17442 0 -1 64 17803 0 1 0 11686 11 0 0 18 0 13 0 23983223 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=823128 CPUtime=48.96
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 73212 0 0 0 4864 32 0 0 17 0 13 0 23983224 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22522 vsize=823128 CPUtime=48.57
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 82312 0 0 0 4821 36 0 0 17 0 13 0 23983224 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22522 vsize=823128 CPUtime=442.93
/proc/22524/task/22529/stat : 22529 (java) R 22522 22524 17442 0 -1 64 453514 0 0 0 44067 226 0 0 25 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22531] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22532] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=823128 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 271 0 0 0 4 0 0 0 17 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22534] ppid=22522 vsize=823128 CPUtime=17.88
/proc/22524/task/22534/stat : 22534 (java) S 22522 22524 17442 0 -1 64 53349 0 0 0 1763 25 0 0 16 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22535] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22538] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22538/stat : 22538 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24048361 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 675.4
Current children cumulated vsize (KiB) 823128

[startup+656.707 s]
/proc/loadavg: 2.10 2.23 2.17 3/97 22538
/proc/meminfo: memFree=60128/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=823128 CPUtime=676.19
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 681208 0 1 0 67286 333 0 0 18 0 13 0 23983222 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 205782 175969 1436 9 0 203109 0
[pid=22524/tid=22526] ppid=22522 vsize=823128 CPUtime=116.97
/proc/22524/task/22526/stat : 22526 (java) S 22522 22524 17442 0 -1 64 17803 0 1 0 11686 11 0 0 18 0 13 0 23983223 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=823128 CPUtime=48.96
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 73212 0 0 0 4864 32 0 0 17 0 13 0 23983224 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22522 vsize=823128 CPUtime=48.57
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 82312 0 0 0 4821 36 0 0 17 0 13 0 23983224 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22522 vsize=823128 CPUtime=443.72
/proc/22524/task/22529/stat : 22529 (java) R 22522 22524 17442 0 -1 64 453514 0 0 0 44146 226 0 0 25 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22531] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23983226 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22532] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=823128 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 271 0 0 0 4 0 0 0 17 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22534] ppid=22522 vsize=823128 CPUtime=17.88
/proc/22524/task/22534/stat : 22534 (java) S 22522 22524 17442 0 -1 64 53349 0 0 0 1763 25 0 0 16 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22535] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23983230 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22538] ppid=22522 vsize=823128 CPUtime=0
/proc/22524/task/22538/stat : 22538 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24048361 842883072 175969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 676.19
Current children cumulated vsize (KiB) 823128

[startup+657.102 s]
/proc/loadavg: 2.10 2.23 2.17 3/97 22538
/proc/meminfo: memFree=60128/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=819124 CPUtime=676.59
/proc/22524/stat : 22524 (java) S 22522 22524 17442 0 -1 0 681214 0 1 0 67326 333 0 0 18 0 12 0 23983222 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22524/statm: 204781 174973 1437 9 0 202108 0
[pid=22524/tid=22526] ppid=22522 vsize=819124 CPUtime=116.97
/proc/22524/task/22526/stat : 22526 (java) S 22522 22524 17442 0 -1 64 17804 0 1 0 11686 11 0 0 16 0 12 0 23983223 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22522 vsize=819124 CPUtime=48.96
/proc/22524/task/22527/stat : 22527 (java) S 22522 22524 17442 0 -1 64 73212 0 0 0 4864 32 0 0 17 0 12 0 23983224 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22522 vsize=819124 CPUtime=48.57
/proc/22524/task/22528/stat : 22528 (java) S 22522 22524 17442 0 -1 64 82312 0 0 0 4821 36 0 0 17 0 12 0 23983224 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22522 vsize=819124 CPUtime=444.11
/proc/22524/task/22529/stat : 22529 (java) R 22522 22524 17442 0 -1 64 453514 0 0 0 44185 226 0 0 25 0 12 0 23983226 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 106158092 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22530/stat : 22530 (java) S 22522 22524 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983226 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22531] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22522 22524 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23983226 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22532] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22522 22524 17442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23983230 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22533] ppid=22522 vsize=819124 CPUtime=0.04
/proc/22524/task/22533/stat : 22533 (java) S 22522 22524 17442 0 -1 64 271 0 0 0 4 0 0 0 17 0 12 0 23983230 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22534] ppid=22522 vsize=819124 CPUtime=17.88
/proc/22524/task/22534/stat : 22534 (java) S 22522 22524 17442 0 -1 64 53349 0 0 0 1763 25 0 0 16 0 12 0 23983230 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22535] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22535/stat : 22535 (java) S 22522 22524 17442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23983230 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22524/tid=22536] ppid=22522 vsize=819124 CPUtime=0
/proc/22524/task/22536/stat : 22536 (java) S 22522 22524 17442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23983230 838782976 174973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 676.59
Current children cumulated vsize (KiB) 819124

[startup+657.203 s]
/proc/loadavg: 2.10 2.23 2.17 3/97 22538
/proc/meminfo: memFree=60128/2055920 swapFree=4192956/4192956
[pid=22524] ppid=22522 vsize=0 CPUtime=676.64
/proc/22524/stat : 22524 (java) Z 22522 22524 17442 0 -1 12 681219 0 1 0 67329 335 0 0 16 0 2 0 23983222 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 676.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 657.292
CPU time (s): 676.737
CPU user time (s): 673.293
CPU system time (s): 3.44448
CPU usage (%): 102.958
Max. virtual memory (cumulated for all children) (KiB): 865784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.293
system time used= 3.44448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 681219
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= 18176
involuntary context switches= 24510

runsolver used 0.900863 second user time and 2.17967 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 05:26:02
IDJOB=2080007
IDBENCH=56985
IDSOLVER=731
FILE ID=node12/2080007-1247369162
PBS_JOBID= 9506997
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080007-1247369162/watcher-2080007-1247369162 -o /tmp/evaluation-result-2080007-1247369162/solver-2080007-1247369162 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080007-1247369162.xml

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

MD5SUM BENCH= 1c864e6cf7e0a8cf4a674c75b5fe237e
RANDOM SEED=470499488

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1194992 kB
Buffers:         83560 kB
Cached:         537484 kB
SwapCached:          0 kB
Active:         312988 kB
Inactive:       466764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1194992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1276 kB
Writeback:           0 kB
Mapped:         174320 kB
Slab:            66236 kB
Committed_AS:   869696 kB
PageTables:       2024 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= 66216 MiB
End job on node12 at 2009-07-12 05:36:59