Trace number 2065751

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? 308.995 310.083

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-9.xml
MD5SUMf3a501a01b9bc5992030d707bcd8787f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.377941
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size982
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

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

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-2065751-1247339008/watcher-2065751-1247339008 -o /tmp/evaluation-result-2065751-1247339008/solver-2065751-1247339008 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065751-1247339008.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.18 2.11 2.02 4/74 14917
/proc/meminfo: memFree=1239876/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=152 CPUtime=0
/proc/14917/stat : 14917 (java) R 14915 14917 14464 0 -1 0 204 0 0 0 0 0 0 0 21 0 1 0 20965466 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10261284 0 0 4096 0 0 0 0 17 0 0 0
/proc/14917/statm: 38 26 19 9 0 4 0

[startup+0.0141 s]
/proc/loadavg: 2.18 2.11 2.02 4/74 14917
/proc/meminfo: memFree=1239876/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=13528 CPUtime=0
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 904 0 1 0 0 0 0 0 21 0 2 0 20965466 13852672 659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13528

[startup+0.101107 s]
/proc/loadavg: 2.18 2.11 2.02 4/74 14917
/proc/meminfo: memFree=1239876/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=804560 CPUtime=0.09
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 3060 0 1 0 7 2 0 0 21 0 12 0 20965466 823869440 2803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 201140 2803 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30113 s]
/proc/loadavg: 2.18 2.11 2.02 4/74 14917
/proc/meminfo: memFree=1239876/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=805808 CPUtime=0.29
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 4375 0 1 0 26 3 0 0 21 0 12 0 20965466 825147392 4112 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 201452 4112 1363 9 0 198779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805808

[startup+0.701172 s]
/proc/loadavg: 2.18 2.11 2.02 4/74 14917
/proc/meminfo: memFree=1239876/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=808392 CPUtime=0.68
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 7470 0 1 0 63 5 0 0 21 0 12 0 20965466 827793408 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202098 6434 1389 9 0 199425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808392

[startup+1.50226 s]
/proc/loadavg: 2.18 2.11 2.02 3/86 14929
/proc/meminfo: memFree=1186340/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810484 CPUtime=1.47
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 18599 0 1 0 138 9 0 0 21 0 12 0 20965466 829935616 17079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202621 17079 1397 9 0 199948 0
[pid=14917/tid=14919] ppid=14915 vsize=810484 CPUtime=0.85
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 14838 0 1 0 77 8 0 0 25 0 12 0 20965467 829935616 17082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810484 CPUtime=0
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 20965468 829935616 17083 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810484 CPUtime=0
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20965468 829935616 17084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810484 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14464 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20965470 829935616 17086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810484 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 20965471 829935616 17087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810484 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20965471 829935616 17088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810484 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 829935616 17089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810484 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 829935616 17089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810484 CPUtime=0.58
/proc/14917/task/14927/stat : 14927 (java) R 14915 14917 14464 0 -1 64 2790 0 0 0 58 0 0 0 17 0 12 0 20965475 829935616 17091 996147200 134512640 134550932 4294956016 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810644 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830099456 17093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810644 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830099456 17094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810484

[startup+3.10243 s]
/proc/loadavg: 2.18 2.11 2.02 5/86 14929
/proc/meminfo: memFree=1142052/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810528 CPUtime=3.09
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 33641 0 1 0 292 17 0 0 21 0 12 0 20965466 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202632 31813 1433 9 0 199959 0
[pid=14917/tid=14919] ppid=14915 vsize=810528 CPUtime=1.84
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17194 0 1 0 175 9 0 0 25 0 12 0 20965467 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4109585147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810528 CPUtime=0.2
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 6912 0 0 0 17 3 0 0 16 0 12 0 20965468 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810528 CPUtime=0.16
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 5515 0 0 0 14 2 0 0 16 0 12 0 20965468 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810528 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965470 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810528 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810528 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810528 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810528 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810528 CPUtime=0.81
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3031 0 0 0 80 1 0 0 17 0 12 0 20965475 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810528 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810528 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 829980672 31813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810528

[startup+6.30176 s]
/proc/loadavg: 2.16 2.10 2.02 3/86 14929
/proc/meminfo: memFree=1110948/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=808880 CPUtime=6.27
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 38446 0 1 0 609 18 0 0 21 0 12 0 20965466 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202220 36210 1433 9 0 199547 0
[pid=14917/tid=14919] ppid=14915 vsize=808880 CPUtime=4.69
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17202 0 1 0 460 9 0 0 25 0 12 0 20965467 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4109675185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=808880 CPUtime=0.34
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 8596 0 0 0 31 3 0 0 16 0 12 0 20965468 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=808880 CPUtime=0.3
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 8623 0 0 0 27 3 0 0 16 0 12 0 20965468 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965470 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=808880 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=808880 CPUtime=0.87
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3036 0 0 0 86 1 0 0 16 0 12 0 20965475 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 828293120 36210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 808880

[startup+12.7024 s]
/proc/loadavg: 2.15 2.10 2.02 3/86 14929
/proc/meminfo: memFree=1051300/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=808880 CPUtime=12.64
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 51600 0 1 0 1241 23 0 0 21 0 12 0 20965466 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202220 49343 1433 9 0 199547 0
[pid=14917/tid=14919] ppid=14915 vsize=808880 CPUtime=10.86
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17223 0 1 0 1077 9 0 0 25 0 12 0 20965467 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4109586673 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=808880 CPUtime=0.41
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 13549 0 0 0 36 5 0 0 16 0 12 0 20965468 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=808880 CPUtime=0.43
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 16803 0 0 0 36 7 0 0 15 0 12 0 20965468 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 20965470 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=808880 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=808880 CPUtime=0.87
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3036 0 0 0 86 1 0 0 16 0 12 0 20965475 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=808880 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 828293120 49343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 808880

[startup+25.5028 s]
/proc/loadavg: 2.12 2.10 2.02 3/86 14929
/proc/meminfo: memFree=974244/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=808816 CPUtime=25.39
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 70306 0 1 0 2508 31 0 0 21 0 12 0 20965466 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202204 68008 1433 9 0 199531 0
[pid=14917/tid=14919] ppid=14915 vsize=808816 CPUtime=23.26
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17248 0 1 0 2317 9 0 0 25 0 12 0 20965467 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=808816 CPUtime=0.56
/proc/14917/task/14920/stat : 14920 (java) R 14915 14917 14464 0 -1 64 21949 0 0 0 48 8 0 0 15 0 12 0 20965468 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=808816 CPUtime=0.57
/proc/14917/task/14921/stat : 14921 (java) R 14915 14917 14464 0 -1 64 27079 0 0 0 46 11 0 0 15 0 12 0 20965468 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=808816 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 20965470 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=808816 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=808816 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=808816 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 828227584 68008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=808816 CPUtime=0.02

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

[pid=14917/tid=14928] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.62
Current children cumulated vsize (KiB) 810820

[startup+303.903 s]
/proc/loadavg: 2.57 2.20 2.05 4/87 14930
/proc/meminfo: memFree=554268/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810820 CPUtime=302.82
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 220127 0 1 0 30183 99 0 0 21 0 12 0 20965466 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202705 172184 1437 9 0 200032 0
[pid=14917/tid=14919] ppid=14915 vsize=810820 CPUtime=256.78
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17782 0 1 0 25667 11 0 0 25 0 12 0 20965467 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810820 CPUtime=4.28
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 76534 0 0 0 398 30 0 0 16 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810820 CPUtime=4.11
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 75673 0 0 0 383 28 0 0 15 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810820 CPUtime=36.61
/proc/14917/task/14922/stat : 14922 (java) R 14915 14917 14464 0 -1 64 46113 0 0 0 3635 26 0 0 16 0 12 0 20965470 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810820 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810820 CPUtime=0.95
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3046 0 0 0 94 1 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 302.82
Current children cumulated vsize (KiB) 810820

[startup+307.101 s]
/proc/loadavg: 2.57 2.20 2.05 3/87 14930
/proc/meminfo: memFree=556060/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810820 CPUtime=306.02
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 224143 0 1 0 30501 101 0 0 21 0 12 0 20965466 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202705 172184 1437 9 0 200032 0
[pid=14917/tid=14919] ppid=14915 vsize=810820 CPUtime=257.15
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17790 0 1 0 25704 11 0 0 25 0 12 0 20965467 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810820 CPUtime=4.28
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 76534 0 0 0 398 30 0 0 16 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810820 CPUtime=4.11
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 75673 0 0 0 383 28 0 0 15 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810820 CPUtime=39.44
/proc/14917/task/14922/stat : 14922 (java) R 14915 14917 14464 0 -1 64 50121 0 0 0 3916 28 0 0 16 0 12 0 20965470 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810820 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810820 CPUtime=0.95
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3046 0 0 0 94 1 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.02
Current children cumulated vsize (KiB) 810820

[startup+308.701 s]
/proc/loadavg: 2.60 2.21 2.06 4/87 14930
/proc/meminfo: memFree=554268/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810820 CPUtime=307.61
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 226151 0 1 0 30659 102 0 0 21 0 12 0 20965466 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202705 172184 1437 9 0 200032 0
[pid=14917/tid=14919] ppid=14915 vsize=810820 CPUtime=257.3
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17794 0 1 0 25719 11 0 0 25 0 12 0 20965467 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810820 CPUtime=4.28
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 76534 0 0 0 398 30 0 0 16 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810820 CPUtime=4.11
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 75673 0 0 0 383 28 0 0 15 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810820 CPUtime=40.89
/proc/14917/task/14922/stat : 14922 (java) R 14915 14917 14464 0 -1 64 52125 0 0 0 4060 29 0 0 16 0 12 0 20965470 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810820 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810820 CPUtime=0.95
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3046 0 0 0 94 1 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.61
Current children cumulated vsize (KiB) 810820

[startup+309.502 s]
/proc/loadavg: 2.60 2.21 2.06 4/87 14930
/proc/meminfo: memFree=554268/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810820 CPUtime=308.41
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 227155 0 1 0 30739 102 0 0 21 0 12 0 20965466 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202705 172184 1437 9 0 200032 0
[pid=14917/tid=14919] ppid=14915 vsize=810820 CPUtime=257.36
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17796 0 1 0 25725 11 0 0 25 0 12 0 20965467 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810820 CPUtime=4.28
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 76534 0 0 0 398 30 0 0 16 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810820 CPUtime=4.11
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 75673 0 0 0 383 28 0 0 15 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810820 CPUtime=41.62
/proc/14917/task/14922/stat : 14922 (java) R 14915 14917 14464 0 -1 64 53127 0 0 0 4133 29 0 0 16 0 12 0 20965470 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 104187913 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810820 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810820 CPUtime=0.95
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3046 0 0 0 94 1 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.41
Current children cumulated vsize (KiB) 810820

[startup+309.902 s]
/proc/loadavg: 2.60 2.21 2.06 4/87 14930
/proc/meminfo: memFree=554268/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=810820 CPUtime=308.81
/proc/14917/stat : 14917 (java) S 14915 14917 14464 0 -1 0 227659 0 1 0 30779 102 0 0 21 0 12 0 20965466 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 202705 172184 1436 9 0 200032 0
[pid=14917/tid=14919] ppid=14915 vsize=810820 CPUtime=257.37
/proc/14917/task/14919/stat : 14919 (java) R 14915 14917 14464 0 -1 64 17799 0 1 0 25726 11 0 0 25 0 12 0 20965467 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14920] ppid=14915 vsize=810820 CPUtime=4.28
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14464 0 -1 64 76534 0 0 0 398 30 0 0 16 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14921] ppid=14915 vsize=810820 CPUtime=4.11
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14464 0 -1 64 75673 0 0 0 383 28 0 0 15 0 12 0 20965468 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14922] ppid=14915 vsize=810820 CPUtime=42.03
/proc/14917/task/14922/stat : 14922 (java) R 14915 14917 14464 0 -1 64 53628 0 0 0 4173 30 0 0 17 0 12 0 20965470 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14917/tid=14923] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20965471 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14464 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14926] ppid=14915 vsize=810820 CPUtime=0.02
/proc/14917/task/14926/stat : 14926 (java) S 14915 14917 14464 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14927] ppid=14915 vsize=810820 CPUtime=0.95
/proc/14917/task/14927/stat : 14927 (java) S 14915 14917 14464 0 -1 64 3046 0 0 0 94 1 0 0 17 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14928] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14928/stat : 14928 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14917/tid=14929] ppid=14915 vsize=810820 CPUtime=0
/proc/14917/task/14929/stat : 14929 (java) S 14915 14917 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20965475 830279680 172184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.81
Current children cumulated vsize (KiB) 810820

[startup+310.002 s]
/proc/loadavg: 2.60 2.21 2.06 4/87 14930
/proc/meminfo: memFree=554268/2055920 swapFree=4192956/4192956
[pid=14917] ppid=14915 vsize=0 CPUtime=308.9
/proc/14917/stat : 14917 (java) Z 14915 14917 14464 0 -1 12 227674 0 1 0 30786 104 0 0 16 0 2 0 20965466 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14917/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 308.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 310.083
CPU time (s): 308.995
CPU user time (s): 307.866
CPU system time (s): 1.12883
CPU usage (%): 99.6491
Max. virtual memory (cumulated for all children) (KiB): 810820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.866
system time used= 1.12883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227674
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= 16039
involuntary context switches= 17108

runsolver used 0.463929 second user time and 1.19182 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-11 21:03:28
IDJOB=2065751
IDBENCH=54412
IDSOLVER=731
FILE ID=node90/2065751-1247339008
PBS_JOBID= 9506749
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= f3a501a01b9bc5992030d707bcd8787f
RANDOM SEED=1099276724

node90.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.212
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.212
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:       1240292 kB
Buffers:         62692 kB
Cached:         657020 kB
SwapCached:          0 kB
Active:         243416 kB
Inactive:       516636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1240292 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          41960 kB
Slab:            40932 kB
Committed_AS:   233204 kB
PageTables:       1836 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= 66228 MiB
End job on node90 at 2009-07-11 21:08:38