Trace number 2087619

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? 355.762 357.842

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-1.xml
MD5SUMc4bee948f28d4254d98dcb202c49f529
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.239963
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size558
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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.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.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2087619-1247386426.xml
0.19/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.49/0.50	c reading variables done.
0.69/0.73	c reading predicates  done.
0.89/0.95	c reading constraints
355.57/357.66	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
355.57/357.66		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
355.57/357.66		at org.mozilla.javascript.gen.c2.call(rhino.log)
355.57/357.66		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
355.57/357.66		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
355.57/357.66		at org.mozilla.javascript.gen.c2.call(rhino.log)
355.57/357.66		at org.mozilla.javascript.gen.c2.exec(rhino.log)
355.57/357.66		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
355.57/357.66		at org.sat4j.csp.Predicate.find(Unknown Source)
355.57/357.66		at org.sat4j.csp.Predicate.find(Unknown Source)
355.57/357.66		at org.sat4j.csp.Predicate.find(Unknown Source)
355.57/357.66		at org.sat4j.csp.Predicate.toClause(Unknown Source)
355.57/357.66		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
355.57/357.66		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
355.57/357.66		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
355.57/357.66		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
355.57/357.66		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
355.57/357.67		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
355.57/357.67		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
355.57/357.67		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
355.57/357.67		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
355.57/357.67		at org.sat4j.AbstractLauncher.run(Unknown Source)
355.57/357.67		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
355.57/357.67	c starts		: 0
355.57/357.67	c conflicts		: 0
355.57/357.67	c decisions		: 0
355.57/357.67	c propagations		: 0
355.57/357.67	c inspects		: 0
355.57/357.67	c learnt literals	: 0
355.57/357.67	c learnt binary clauses	: 0
355.57/357.67	c learnt ternary clauses	: 0
355.57/357.67	c learnt clauses	: 0
355.57/357.67	c ignored clauses	: 0
355.57/357.67	c root simplifications	: 0
355.57/357.67	c removed literals (reason simplification)	: 0
355.57/357.67	c reason swapping (by a shorter reason)	: 0
355.57/357.67	c Calls to reduceDB	: 0
355.57/357.67	c speed (assignments/second)	: 0.0
355.57/357.67	c non guided choices	0
355.57/357.67	c learnt constraints type 
355.57/357.67	c constraints type 
355.57/357.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 361171
355.57/357.67	c org.sat4j.minisat.constraints.card.AtLeast => 100
355.57/357.67	s UNKNOWN
355.57/357.67	c Total wall clock time (in seconds) : 357.44

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-2087619-1247386426/watcher-2087619-1247386426 -o /tmp/evaluation-result-2087619-1247386426/solver-2087619-1247386426 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087619-1247386426.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.03 2.03 2.00 3/72 22930
/proc/meminfo: memFree=1722188/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=152 CPUtime=0
/proc/22930/stat : 22930 (java) R 22928 22930 22272 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 25709764 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 0 0 0
/proc/22930/statm: 38 26 19 9 0 4 0

[startup+0.0935079 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 22930
/proc/meminfo: memFree=1722188/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=804560 CPUtime=0.08
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 3006 0 1 0 6 2 0 0 18 0 12 0 25709764 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101506 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 22930
/proc/meminfo: memFree=1722188/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=804560 CPUtime=0.09
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 3062 0 1 0 7 2 0 0 18 0 12 0 25709764 823869440 2805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 201140 2805 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30153 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 22930
/proc/meminfo: memFree=1722188/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=805888 CPUtime=0.29
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 4393 0 1 0 25 4 0 0 18 0 12 0 25709764 825229312 4130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 201472 4130 1363 9 0 198799 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805888

[startup+0.701573 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 22930
/proc/meminfo: memFree=1722188/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=807372 CPUtime=0.69
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 6187 0 1 0 63 6 0 0 18 0 12 0 25709764 826748928 5682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 201843 5682 1385 9 0 199170 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807372

[startup+1.50266 s]
/proc/loadavg: 2.11 2.04 2.01 4/84 22942
/proc/meminfo: memFree=1693932/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=810592 CPUtime=1.49
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 11443 0 1 0 140 9 0 0 18 0 12 0 25709764 830046208 9582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202648 9582 1412 9 0 199975 0
[pid=22930/tid=22932] ppid=22928 vsize=810592 CPUtime=0.78
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 7452 0 1 0 72 6 0 0 25 0 12 0 25709765 830046208 9583 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22933] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 25709766 830046208 9583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22934] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25709766 830046208 9583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22935] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22935/stat : 22935 (java) S 22928 22930 22272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25709767 830046208 9583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22936] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 25709768 830046208 9584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 25709768 830046208 9584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 830046208 9584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=810592 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 830046208 9584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=810592 CPUtime=0.64
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2967 0 0 0 63 1 0 0 18 0 12 0 25709772 830046208 9585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 830046208 9585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 830046208 9585 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) 810592

[startup+3.10284 s]
/proc/loadavg: 2.11 2.04 2.01 5/84 22942
/proc/meminfo: memFree=1648364/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=810592 CPUtime=3.08
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 26667 0 1 0 289 19 0 0 18 0 12 0 25709764 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202648 24803 1432 9 0 199975 0
[pid=22930/tid=22932] ppid=22928 vsize=810592 CPUtime=2.09
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17370 0 1 0 196 13 0 0 25 0 12 0 25709765 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4109586354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22933] ppid=22928 vsize=810592 CPUtime=0.07
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 2683 0 0 0 5 2 0 0 16 0 12 0 25709766 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22934] ppid=22928 vsize=810592 CPUtime=0.08
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 2587 0 0 0 7 1 0 0 16 0 12 0 25709766 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22935] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22935/stat : 22935 (java) S 22928 22930 22272 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25709767 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22936] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=810592 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=810592 CPUtime=0.77
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2990 0 0 0 76 1 0 0 16 0 12 0 25709772 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 830046208 24803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=810592 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 830046208 24803 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) 810592

[startup+6.3012 s]
/proc/loadavg: 2.11 2.04 2.01 3/84 22942
/proc/meminfo: memFree=1624044/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=810144 CPUtime=6.29
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 28796 0 1 0 608 21 0 0 18 0 12 0 25709764 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202536 26792 1432 9 0 199863 0
[pid=22930/tid=22932] ppid=22928 vsize=810144 CPUtime=5.05
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17375 0 1 0 492 13 0 0 25 0 12 0 25709765 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4109582407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22933] ppid=22928 vsize=810144 CPUtime=0.17
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 3825 0 0 0 14 3 0 0 16 0 12 0 25709766 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22934] ppid=22928 vsize=810144 CPUtime=0.18
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 3569 0 0 0 17 1 0 0 16 0 12 0 25709766 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22935] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22935/stat : 22935 (java) S 22928 22930 22272 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25709767 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22936] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=810144 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=810144 CPUtime=0.78
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2990 0 0 0 77 1 0 0 17 0 12 0 25709772 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 829587456 26792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 829587456 26792 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) 810144

[startup+12.7029 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 22942
/proc/meminfo: memFree=1595820/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=810144 CPUtime=12.69
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 35130 0 1 0 1245 24 0 0 18 0 12 0 25709764 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202536 33114 1433 9 0 199863 0
[pid=22930/tid=22932] ppid=22928 vsize=810144 CPUtime=11.26
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17388 0 1 0 1113 13 0 0 25 0 12 0 25709765 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4109126894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22933] ppid=22928 vsize=810144 CPUtime=0.21
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 5464 0 0 0 17 4 0 0 16 0 12 0 25709766 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22934] ppid=22928 vsize=810144 CPUtime=0.27
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 8249 0 0 0 24 3 0 0 16 0 12 0 25709766 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22935] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22935/stat : 22935 (java) S 22928 22930 22272 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25709767 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22936] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=810144 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=810144 CPUtime=0.86
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2992 0 0 0 85 1 0 0 17 0 12 0 25709772 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=810144 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 829587456 33114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 810144

[startup+25.5023 s]
/proc/loadavg: 2.08 2.04 2.00 3/84 22942
/proc/meminfo: memFree=1561580/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=809408 CPUtime=25.49
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 43383 0 1 0 2521 28 0 0 18 0 12 0 25709764 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202352 41166 1433 9 0 199679 0
[pid=22930/tid=22932] ppid=22928 vsize=809408 CPUtime=23.85
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17408 0 1 0 2372 13 0 0 25 0 12 0 25709765 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4109656656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22933] ppid=22928 vsize=809408 CPUtime=0.29
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 10291 0 0 0 24 5 0 0 16 0 12 0 25709766 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22934] ppid=22928 vsize=809408 CPUtime=0.34
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 11655 0 0 0 29 5 0 0 16 0 12 0 25709766 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22935] ppid=22928 vsize=809408 CPUtime=0.01
/proc/22930/task/22935/stat : 22935 (java) S 22928 22930 22272 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 25709767 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22936] ppid=22928 vsize=809408 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=809408 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=809408 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 828833792 41166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=809408 CPUtime=0.04

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

[pid=22930/tid=22941] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 343.58
Current children cumulated vsize (KiB) 809376

[startup+351.903 s]
/proc/loadavg: 2.43 2.14 2.04 4/96 23077
/proc/meminfo: memFree=856076/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=809376 CPUtime=349.93
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 175495 0 1 0 34904 89 0 0 18 0 12 0 25709764 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202344 171811 1437 9 0 199671 0
[pid=22930/tid=22932] ppid=22928 vsize=809376 CPUtime=297.13
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17860 0 1 0 29697 16 0 0 25 0 12 0 25709765 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22933] ppid=22928 vsize=809376 CPUtime=3.21
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 77647 0 0 0 289 32 0 0 15 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22934] ppid=22928 vsize=809376 CPUtime=3.22
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 74680 0 0 0 290 32 0 0 16 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22935] ppid=22928 vsize=809376 CPUtime=45.29
/proc/22930/task/22935/stat : 22935 (java) R 22928 22930 22272 0 -1 64 1290 0 0 0 4525 4 0 0 16 0 12 0 25709767 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22936] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=809376 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=809376 CPUtime=0.97
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2994 0 0 0 96 1 0 0 16 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 349.93
Current children cumulated vsize (KiB) 809376

[startup+355.102 s]
/proc/loadavg: 2.43 2.14 2.04 4/96 23077
/proc/meminfo: memFree=856076/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=809376 CPUtime=353.1
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 175502 0 1 0 35221 89 0 0 18 0 12 0 25709764 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202344 171811 1437 9 0 199671 0
[pid=22930/tid=22932] ppid=22928 vsize=809376 CPUtime=297.43
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17867 0 1 0 29727 16 0 0 25 0 12 0 25709765 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22933] ppid=22928 vsize=809376 CPUtime=3.21
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 77647 0 0 0 289 32 0 0 15 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22934] ppid=22928 vsize=809376 CPUtime=3.22
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 74680 0 0 0 290 32 0 0 16 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22935] ppid=22928 vsize=809376 CPUtime=48.15
/proc/22930/task/22935/stat : 22935 (java) R 22928 22930 22272 0 -1 64 1290 0 0 0 4811 4 0 0 16 0 12 0 25709767 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 106158056 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22936] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=809376 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=809376 CPUtime=0.97
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2994 0 0 0 96 1 0 0 16 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 353.1
Current children cumulated vsize (KiB) 809376

[startup+356.702 s]
/proc/loadavg: 2.48 2.16 2.04 3/96 23077
/proc/meminfo: memFree=856076/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=809376 CPUtime=354.68
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 175505 0 1 0 35379 89 0 0 18 0 12 0 25709764 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202344 171811 1437 9 0 199671 0
[pid=22930/tid=22932] ppid=22928 vsize=809376 CPUtime=297.57
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17870 0 1 0 29741 16 0 0 25 0 12 0 25709765 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22933] ppid=22928 vsize=809376 CPUtime=3.21
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 77647 0 0 0 289 32 0 0 15 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22934] ppid=22928 vsize=809376 CPUtime=3.22
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 74680 0 0 0 290 32 0 0 16 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22935] ppid=22928 vsize=809376 CPUtime=49.61
/proc/22930/task/22935/stat : 22935 (java) R 22928 22930 22272 0 -1 64 1290 0 0 0 4956 5 0 0 16 0 12 0 25709767 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22936] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=809376 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=809376 CPUtime=0.97
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2994 0 0 0 96 1 0 0 16 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 354.68
Current children cumulated vsize (KiB) 809376

[startup+357.506 s]
/proc/loadavg: 2.48 2.16 2.04 4/96 23077
/proc/meminfo: memFree=856076/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=809376 CPUtime=355.47
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 175508 0 1 0 35458 89 0 0 18 0 12 0 25709764 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202344 171811 1436 9 0 199671 0
[pid=22930/tid=22932] ppid=22928 vsize=809376 CPUtime=297.63
/proc/22930/task/22932/stat : 22932 (java) R 22928 22930 22272 0 -1 64 17873 0 1 0 29747 16 0 0 25 0 12 0 25709765 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22933] ppid=22928 vsize=809376 CPUtime=3.21
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 77647 0 0 0 289 32 0 0 15 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22934] ppid=22928 vsize=809376 CPUtime=3.22
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 74680 0 0 0 290 32 0 0 16 0 12 0 25709766 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22935] ppid=22928 vsize=809376 CPUtime=50.34
/proc/22930/task/22935/stat : 22935 (java) R 22928 22930 22272 0 -1 64 1290 0 0 0 5029 5 0 0 16 0 12 0 25709767 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22936] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22937] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22938] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=809376 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=809376 CPUtime=0.97
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2994 0 0 0 96 1 0 0 16 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=809376 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 828801024 171811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.47
Current children cumulated vsize (KiB) 809376

[startup+357.701 s]
/proc/loadavg: 2.48 2.16 2.04 4/96 23077
/proc/meminfo: memFree=856076/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=809700 CPUtime=355.64
/proc/22930/stat : 22930 (java) S 22928 22930 22272 0 -1 0 175520 0 1 0 35475 89 0 0 18 0 12 0 25709764 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22930/statm: 202425 171823 1437 9 0 199752 0
[pid=22930/tid=22932] ppid=22928 vsize=809700 CPUtime=297.63
/proc/22930/task/22932/stat : 22932 (java) S 22928 22930 22272 0 -1 64 17877 0 1 0 29747 16 0 0 25 0 12 0 25709765 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22933] ppid=22928 vsize=809700 CPUtime=3.21
/proc/22930/task/22933/stat : 22933 (java) S 22928 22930 22272 0 -1 64 77647 0 0 0 289 32 0 0 15 0 12 0 25709766 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22934] ppid=22928 vsize=809700 CPUtime=3.22
/proc/22930/task/22934/stat : 22934 (java) S 22928 22930 22272 0 -1 64 74680 0 0 0 290 32 0 0 16 0 12 0 25709766 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22935] ppid=22928 vsize=809700 CPUtime=50.5
/proc/22930/task/22935/stat : 22935 (java) S 22928 22930 22272 0 -1 64 1290 0 0 0 5045 5 0 0 16 0 12 0 25709767 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22936] ppid=22928 vsize=809700 CPUtime=0
/proc/22930/task/22936/stat : 22936 (java) S 22928 22930 22272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25709768 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22937] ppid=22928 vsize=809700 CPUtime=0
/proc/22930/task/22937/stat : 22937 (java) S 22928 22930 22272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25709768 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22930/tid=22938] ppid=22928 vsize=809700 CPUtime=0
/proc/22930/task/22938/stat : 22938 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25709772 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22939] ppid=22928 vsize=809700 CPUtime=0.04
/proc/22930/task/22939/stat : 22939 (java) S 22928 22930 22272 0 -1 64 284 0 0 0 4 0 0 0 18 0 12 0 25709772 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22940] ppid=22928 vsize=809700 CPUtime=0.97
/proc/22930/task/22940/stat : 22940 (java) S 22928 22930 22272 0 -1 64 2994 0 0 0 96 1 0 0 16 0 12 0 25709772 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22941] ppid=22928 vsize=809700 CPUtime=0
/proc/22930/task/22941/stat : 22941 (java) S 22928 22930 22272 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25709772 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22930/tid=22942] ppid=22928 vsize=809700 CPUtime=0
/proc/22930/task/22942/stat : 22942 (java) S 22928 22930 22272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25709772 829132800 171823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.64
Current children cumulated vsize (KiB) 809700

[startup+357.802 s]
/proc/loadavg: 2.48 2.16 2.04 4/96 23077
/proc/meminfo: memFree=856076/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=0 CPUtime=355.72
/proc/22930/stat : 22930 (java) Z 22928 22930 22272 0 -1 12 175523 0 1 0 35475 97 0 0 16 0 2 0 25709764 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22930/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 355.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 357.842
CPU time (s): 355.762
CPU user time (s): 354.755
CPU system time (s): 1.00685
CPU usage (%): 99.4186
Max. virtual memory (cumulated for all children) (KiB): 811380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.755
system time used= 1.00685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175523
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= 15135
involuntary context switches= 14298

runsolver used 0.530919 second user time and 1.13483 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 10:13:46
IDJOB=2087619
IDBENCH=58752
IDSOLVER=731
FILE ID=node9/2087619-1247386426
PBS_JOBID= 9507308
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= c4bee948f28d4254d98dcb202c49f529
RANDOM SEED=502666197

node9.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.216
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.216
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:       1722668 kB
Buffers:         13640 kB
Cached:          63404 kB
SwapCached:          0 kB
Active:         248748 kB
Inactive:        28908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722668 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         212216 kB
Slab:            40544 kB
Committed_AS:   367948 kB
PageTables:       2144 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= 66396 MiB
End job on node9 at 2009-07-12 10:19:44