Trace number 2069326

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? 316.4 318.405

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-mzzv42z.xml
MD5SUMf78719815117d2a652619de875e97862
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.3995
Satisfiable
(Un)Satisfiability was proved
Number of variables12596
Number of constraints15189
Maximum constraint arity80
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15189
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.17/0.26	c c --- Begin Solver configuration ---
0.17/0.26	c Stops conflict analysis at the first Unique Implication Point
0.17/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.26	c Learn all clauses as in MiniSAT
0.17/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.26	c Expensive reason simplification
0.17/0.26	c MiniSAT restarts strategy
0.17/0.26	c Memory based learned constraints deletion strategy
0.17/0.26	c timeout=2147483s
0.17/0.26	c DB Simplification allowed=false
0.17/0.26	c --- End Solver configuration ---
0.17/0.26	c solving HOME/instance-2069326-1247350178.xml
0.17/0.26	c reading problem ... 
0.48/0.52	c reading problem named null
0.48/0.52	c reading domains done.
0.48/0.52	c reading variables done.
3.25/3.31	c reading predicates  done.
4.14/4.26	c reading constraints
316.24/318.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
316.24/318.24		at org.sat4j.core.Vec.ensure(Unknown Source)
316.24/318.24		at org.sat4j.core.Vec.push(Unknown Source)
316.24/318.24		at org.sat4j.minisat.core.Solver.addConstr(Unknown Source)
316.24/318.24		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
316.24/318.24		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.find(Unknown Source)
316.24/318.24		at org.sat4j.csp.Predicate.toClause(Unknown Source)
316.24/318.24		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
316.24/318.24		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
316.24/318.24		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
316.24/318.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
316.24/318.24	c starts		: 0
316.24/318.24	c conflicts		: 0
316.24/318.24	c decisions		: 0
316.24/318.24	c propagations		: 0
316.24/318.24	c inspects		: 0
316.24/318.24	c learnt literals	: 0
316.24/318.24	c learnt binary clauses	: 0
316.24/318.24	c learnt ternary clauses	: 0
316.24/318.24	c learnt clauses	: 0
316.24/318.24	c ignored clauses	: 0
316.24/318.24	c root simplifications	: 0
316.24/318.24	c removed literals (reason simplification)	: 0
316.24/318.24	c reason swapping (by a shorter reason)	: 0
316.24/318.24	c Calls to reduceDB	: 0
316.24/318.25	c speed (assignments/second)	: 0.0
316.24/318.25	c non guided choices	0
316.24/318.25	c learnt constraints type 
316.24/318.25	c constraints type 
316.24/318.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6266257
316.24/318.25	c org.sat4j.minisat.constraints.card.AtLeast => 12596
316.24/318.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12604
316.24/318.25	s UNKNOWN
316.24/318.25	c Total wall clock time (in seconds) : 317.985

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-2069326-1247350178/watcher-2069326-1247350178 -o /tmp/evaluation-result-2069326-1247350178/solver-2069326-1247350178 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069326-1247350178.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.10 2.05 2.01 3/80 15389
/proc/meminfo: memFree=731808/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=13208 CPUtime=0
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 22084862 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 3302 521 219 9 0 1186 0
[pid=15389/tid=15390] ppid=15387 vsize=13208 CPUtime=0
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 22084863 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 10543064 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.100592 s]
/proc/loadavg: 2.10 2.05 2.01 3/80 15389
/proc/meminfo: memFree=731808/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=804360 CPUtime=0.08
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 2944 0 1 0 6 2 0 0 18 0 12 0 22084862 823664640 2687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 201090 2687 1057 9 0 198441 0
[pid=15389/tid=15390] ppid=15387 vsize=804360 CPUtime=0.07
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 2188 0 1 0 6 1 0 0 21 0 12 0 22084863 823664640 2687 996147200 134512640 134550932 4294956016 18446744073709551615 103050862 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.202604 s]
/proc/loadavg: 2.10 2.05 2.01 3/80 15389
/proc/meminfo: memFree=731808/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=805352 CPUtime=0.17
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 3768 0 1 0 15 2 0 0 18 0 12 0 22084862 824680448 3506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 201338 3506 1332 9 0 198672 0
[pid=15389/tid=15390] ppid=15387 vsize=805352 CPUtime=0.13
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 2619 0 1 0 12 1 0 0 18 0 12 0 22084863 824680448 3506 996147200 134512640 134550932 4294956016 18446744073709551615 4109147194 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 805352

[startup+0.302612 s]
/proc/loadavg: 2.10 2.05 2.01 3/80 15389
/proc/meminfo: memFree=731808/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=805628 CPUtime=0.27
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 4242 0 1 0 24 3 0 0 18 0 12 0 22084862 824963072 3979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 201407 3979 1358 9 0 198734 0
[pid=15389/tid=15390] ppid=15387 vsize=805628 CPUtime=0.2
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 3005 0 1 0 18 2 0 0 18 0 12 0 22084863 824963072 3979 996147200 134512640 134550932 4294956016 18446744073709551615 106548578 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.70166 s]
/proc/loadavg: 2.10 2.05 2.01 3/80 15389
/proc/meminfo: memFree=731808/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=807184 CPUtime=0.67
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 5413 0 1 0 62 5 0 0 18 0 12 0 22084862 826556416 4904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 201796 4904 1386 9 0 199123 0
[pid=15389/tid=15390] ppid=15387 vsize=807184 CPUtime=0.43
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 3520 0 1 0 40 3 0 0 20 0 12 0 22084863 826556416 4904 996147200 134512640 134550932 4294956016 18446744073709551615 4109136295 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50173 s]
/proc/loadavg: 2.10 2.05 2.01 4/92 15401
/proc/meminfo: memFree=716608/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=809980 CPUtime=1.46
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 7357 0 1 0 141 5 0 0 18 0 12 0 22084862 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 202495 5881 1406 9 0 199822 0
[pid=15389/tid=15390] ppid=15387 vsize=809980 CPUtime=0.77
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 3759 0 1 0 73 4 0 0 23 0 12 0 22084863 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22084864 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22084864 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 15184 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22084866 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22084867 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22084867 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22084871 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=809980 CPUtime=0.67
/proc/15389/task/15399/stat : 15399 (java) R 15387 15389 15184 0 -1 64 2841 0 0 0 67 0 0 0 17 0 12 0 22084871 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 105869491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=809980 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 829419520 5881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 809980

[startup+3.10289 s]
/proc/loadavg: 2.10 2.05 2.01 3/92 15401
/proc/meminfo: memFree=711616/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=811472 CPUtime=3.05
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 9625 0 1 0 298 7 0 0 18 0 12 0 22084862 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 202868 7736 1423 9 0 200195 0
[pid=15389/tid=15390] ppid=15387 vsize=811472 CPUtime=1.25
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 5148 0 1 0 121 4 0 0 25 0 12 0 22084863 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22084864 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22084864 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 15184 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22084866 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22084867 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22084867 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=811472 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=811472 CPUtime=1.63
/proc/15389/task/15399/stat : 15399 (java) R 15387 15389 15184 0 -1 64 3705 0 0 0 162 1 0 0 18 0 12 0 22084871 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 103341729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 830947328 7736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811472

[startup+6.30221 s]
/proc/loadavg: 2.25 2.08 2.02 3/92 15401
/proc/meminfo: memFree=688192/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=811472 CPUtime=6.21
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 16308 0 1 0 610 11 0 0 18 0 12 0 22084862 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 202868 14414 1442 9 0 200195 0
[pid=15389/tid=15390] ppid=15387 vsize=811472 CPUtime=2.62
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 11680 0 1 0 254 8 0 0 25 0 12 0 22084863 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4110266915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22084864 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22084864 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 15184 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22084866 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22084867 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22084867 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=811472 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=811472 CPUtime=3.41
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 3856 0 0 0 340 1 0 0 16 0 12 0 22084871 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=811472 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 830947328 14414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 811472

[startup+12.7028 s]
/proc/loadavg: 2.31 2.10 2.03 4/92 15401
/proc/meminfo: memFree=628992/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=812948 CPUtime=12.59
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 30824 0 1 0 1238 21 0 0 18 0 12 0 22084862 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 203237 27357 1451 9 0 200564 0
[pid=15389/tid=15390] ppid=15387 vsize=812948 CPUtime=6.98
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 17314 0 1 0 685 13 0 0 25 0 12 0 22084863 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4109162132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=812948 CPUtime=0.19
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 3468 0 0 0 18 1 0 0 17 0 12 0 22084864 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=812948 CPUtime=0.19
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 3395 0 0 0 18 1 0 0 17 0 12 0 22084864 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=812948 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 15184 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22084866 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=812948 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22084867 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=812948 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22084867 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=812948 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=812948 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=812948 CPUtime=5.02
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 5865 0 0 0 499 3 0 0 16 0 12 0 22084871 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=812948 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=812948 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 832458752 27357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 812948

[startup+25.5021 s]
/proc/loadavg: 2.31 2.11 2.03 3/92 15401
/proc/meminfo: memFree=579840/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=815744 CPUtime=25.26
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 48852 0 1 0 2495 31 0 0 18 0 12 0 22084862 835321856 39230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 203936 39230 1451 9 0 201263 0
[pid=15389/tid=15390] ppid=15387 vsize=815744 CPUtime=15.49
/proc/15389/task/15390/stat : 15390 (java) R 15387 15389 15184 0 -1 64 17371 0 1 0 1535 14 0 0 25 0 12 0 22084863 835321856 39230 996147200 134512640 134550932 4294956016 18446744073709551615 4110265632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=815744 CPUtime=0.65
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 8962 0 0 0 62 3 0 0 17 0 12 0 22084864 835321856 39230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=815744 CPUtime=0.63

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

[pid=15389/tid=15400] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.67
Current children cumulated vsize (KiB) 820224

[startup+307.202 s]
/proc/loadavg: 2.16 2.27 2.12 3/92 15401
/proc/meminfo: memFree=30208/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=820224 CPUtime=305.35
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 217410 0 1 0 30425 110 0 0 18 0 12 0 22084862 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 205056 176302 1453 9 0 202383 0
[pid=15389/tid=15390] ppid=15387 vsize=820224 CPUtime=137.81
/proc/15389/task/15390/stat : 15390 (java) S 15387 15389 15184 0 -1 64 17624 0 1 0 13766 15 0 0 17 0 12 0 22084863 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=820224 CPUtime=7.33
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 71590 0 0 0 701 32 0 0 16 0 12 0 22084864 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=820224 CPUtime=7.28
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 81011 0 0 0 691 37 0 0 17 0 12 0 22084864 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=820224 CPUtime=128.42
/proc/15389/task/15394/stat : 15394 (java) R 15387 15389 15184 0 -1 64 532 0 0 0 12841 1 0 0 25 0 12 0 22084866 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 105696817 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22084867 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22084867 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=820224 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=820224 CPUtime=24.3
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 45884 0 0 0 2408 22 0 0 16 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=820224 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 839909376 176302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 305.35
Current children cumulated vsize (KiB) 820224

[startup+313.608 s]
/proc/loadavg: 2.13 2.26 2.12 3/92 15401
/proc/meminfo: memFree=31744/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=852228 CPUtime=311.68
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 232917 0 1 0 31050 118 0 0 18 0 12 0 22084862 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 213057 184303 1453 9 0 210384 0
[pid=15389/tid=15390] ppid=15387 vsize=852228 CPUtime=137.92
/proc/15389/task/15390/stat : 15390 (java) S 15387 15389 15184 0 -1 64 17626 0 1 0 13777 15 0 0 17 0 12 0 22084863 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=852228 CPUtime=7.33
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 71590 0 0 0 701 32 0 0 16 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=852228 CPUtime=7.28
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 81011 0 0 0 691 37 0 0 17 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=852228 CPUtime=134.64
/proc/15389/task/15394/stat : 15394 (java) R 15387 15389 15184 0 -1 64 16037 0 0 0 13455 9 0 0 25 0 12 0 22084866 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=852228 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=852228 CPUtime=24.3
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 45884 0 0 0 2408 22 0 0 16 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.68
Current children cumulated vsize (KiB) 852228

[startup+316.802 s]
/proc/loadavg: 2.13 2.26 2.12 3/92 15401
/proc/meminfo: memFree=31680/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=852228 CPUtime=314.86
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 248422 0 1 0 31359 127 0 0 18 0 12 0 22084862 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 213057 184303 1453 9 0 210384 0
[pid=15389/tid=15390] ppid=15387 vsize=852228 CPUtime=137.92
/proc/15389/task/15390/stat : 15390 (java) S 15387 15389 15184 0 -1 64 17626 0 1 0 13777 15 0 0 17 0 12 0 22084863 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=852228 CPUtime=7.33
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 71590 0 0 0 701 32 0 0 16 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=852228 CPUtime=7.28
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 81011 0 0 0 691 37 0 0 17 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=852228 CPUtime=137.82
/proc/15389/task/15394/stat : 15394 (java) R 15387 15389 15184 0 -1 64 31542 0 0 0 13764 18 0 0 25 0 12 0 22084866 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 106157750 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=852228 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=852228 CPUtime=24.3
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 45884 0 0 0 2408 22 0 0 16 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.86
Current children cumulated vsize (KiB) 852228

[startup+317.601 s]
/proc/loadavg: 2.13 2.26 2.12 3/92 15401
/proc/meminfo: memFree=31680/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=852228 CPUtime=315.65
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 248422 0 1 0 31438 127 0 0 18 0 12 0 22084862 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 213057 184303 1453 9 0 210384 0
[pid=15389/tid=15390] ppid=15387 vsize=852228 CPUtime=137.92
/proc/15389/task/15390/stat : 15390 (java) S 15387 15389 15184 0 -1 64 17626 0 1 0 13777 15 0 0 17 0 12 0 22084863 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=852228 CPUtime=7.33
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 71590 0 0 0 701 32 0 0 16 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=852228 CPUtime=7.28
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 81011 0 0 0 691 37 0 0 17 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=852228 CPUtime=138.61
/proc/15389/task/15394/stat : 15394 (java) R 15387 15389 15184 0 -1 64 31542 0 0 0 13843 18 0 0 25 0 12 0 22084866 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=852228 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=852228 CPUtime=24.3
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 45884 0 0 0 2408 22 0 0 16 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 315.65
Current children cumulated vsize (KiB) 852228

[startup+318.006 s]
/proc/loadavg: 2.12 2.25 2.12 3/92 15401
/proc/meminfo: memFree=31680/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=852228 CPUtime=316.05
/proc/15389/stat : 15389 (java) S 15387 15389 15184 0 -1 0 248422 0 1 0 31478 127 0 0 18 0 12 0 22084862 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 213057 184303 1453 9 0 210384 0
[pid=15389/tid=15390] ppid=15387 vsize=852228 CPUtime=137.92
/proc/15389/task/15390/stat : 15390 (java) S 15387 15389 15184 0 -1 64 17626 0 1 0 13777 15 0 0 17 0 12 0 22084863 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=852228 CPUtime=7.33
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 15184 0 -1 64 71590 0 0 0 701 32 0 0 16 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15393] ppid=15387 vsize=852228 CPUtime=7.28
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 15184 0 -1 64 81011 0 0 0 691 37 0 0 17 0 12 0 22084864 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=852228 CPUtime=139.01
/proc/15389/task/15394/stat : 15394 (java) R 15387 15389 15184 0 -1 64 31542 0 0 0 13883 18 0 0 25 0 12 0 22084866 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 15184 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15396] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 15184 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22084867 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15397] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 15184 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=852228 CPUtime=0.15
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 15184 0 -1 64 28 0 0 0 15 0 0 0 17 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=852228 CPUtime=24.3
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 15184 0 -1 64 45884 0 0 0 2408 22 0 0 16 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15400] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=852228 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 15184 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22084871 872681472 184303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.05
Current children cumulated vsize (KiB) 852228

[startup+318.402 s]
/proc/loadavg: 2.12 2.25 2.12 3/92 15401
/proc/meminfo: memFree=31680/2055920 swapFree=4192956/4192956
[pid=15389] ppid=15387 vsize=0 CPUtime=316.38
/proc/15389/stat : 15389 (java) Z 15387 15389 15184 0 -1 12 248444 0 1 0 31501 137 0 0 16 0 2 0 22084862 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 316.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 318.405
CPU time (s): 316.4
CPU user time (s): 315.017
CPU system time (s): 1.38279
CPU usage (%): 99.3702
Max. virtual memory (cumulated for all children) (KiB): 868232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.017
system time used= 1.38279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248444
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= 11267
involuntary context switches= 17236

runsolver used 0.424935 second user time and 1.05084 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 00:09:38
IDJOB=2069326
IDBENCH=55026
IDSOLVER=731
FILE ID=node12/2069326-1247350178
PBS_JOBID= 9506851
Free space on /tmp= 66132 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-mzzv42z.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069326-1247350178/watcher-2069326-1247350178 -o /tmp/evaluation-result-2069326-1247350178/solver-2069326-1247350178 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069326-1247350178.xml

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

MD5SUM BENCH= f78719815117d2a652619de875e97862
RANDOM SEED=1535398031

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        732288 kB
Buffers:         73544 kB
Cached:         955636 kB
SwapCached:          0 kB
Active:         670760 kB
Inactive:       596056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        732288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6076 kB
Writeback:           0 kB
Mapped:         255464 kB
Slab:            41560 kB
Committed_AS:   892092 kB
PageTables:       2204 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= 66132 MiB
End job on node12 at 2009-07-12 00:14:57