Trace number 2063771

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? 592.201 595.817

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-40.xml
MD5SUM9a3705a2f3f2fe9e23d43e3a8676f1b0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.061989
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data

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

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-2063771-1247332823/watcher-2063771-1247332823 -o /tmp/evaluation-result-2063771-1247332823/solver-2063771-1247332823 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063771-1247332823.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.47 2.39 2.20 3/82 13113
/proc/meminfo: memFree=1496096/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=12740 CPUtime=0
/proc/13113/stat : 13113 (java) D 13111 13113 13034 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 20348960 13045760 155 996147200 134512640 134550932 4294956016 18446744073709551615 7488519 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/13113/statm: 3185 155 118 9 0 46 0

[startup+0.0782529 s]
/proc/loadavg: 2.47 2.39 2.20 3/82 13113
/proc/meminfo: memFree=1496096/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=800868 CPUtime=0.03
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 2446 0 28 0 1 2 0 0 18 0 4 0 20348960 820088832 2220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 200217 2220 965 9 0 197568 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800868

[startup+0.102252 s]
/proc/loadavg: 2.47 2.39 2.20 3/82 13113
/proc/meminfo: memFree=1496096/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=802032 CPUtime=0.06
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 2626 0 28 0 3 3 0 0 18 0 7 0 20348960 821280768 2398 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 200508 2398 1019 9 0 197859 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802032

[startup+0.302278 s]
/proc/loadavg: 2.47 2.39 2.20 3/82 13113
/proc/meminfo: memFree=1496096/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=805504 CPUtime=0.21
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 3817 0 29 0 17 4 0 0 18 0 12 0 20348960 824836096 3583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 201376 3583 1336 9 0 198710 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805504

[startup+0.702315 s]
/proc/loadavg: 2.47 2.39 2.20 3/82 13113
/proc/meminfo: memFree=1496096/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=807180 CPUtime=0.55
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 5297 0 29 0 49 6 0 0 18 0 12 0 20348960 826552320 4849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 201795 4849 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807180

[startup+1.50141 s]
/proc/loadavg: 2.47 2.39 2.20 4/94 13125
/proc/meminfo: memFree=1472256/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=807420 CPUtime=1.33
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 7142 0 29 0 125 8 0 0 18 0 12 0 20348960 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 201855 6303 1400 9 0 199182 0
[pid=13113/tid=13115] ppid=13111 vsize=807420 CPUtime=0.8
/proc/13113/task/13115/stat : 13115 (java) R 13111 13113 13034 0 -1 64 4990 0 1 0 75 5 0 0 19 0 12 0 20348964 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4109098794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20348965 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20348965 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13118/stat : 13118 (java) S 13111 13113 13034 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20348968 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 20348969 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 20348969 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20348976 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20348976 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13123] ppid=13111 vsize=807420 CPUtime=0.49
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 1425 0 1 0 49 0 0 0 16 0 12 0 20348976 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13124] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20348976 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=807420 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20348976 826798080 6303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 807420

[startup+3.10258 s]
/proc/loadavg: 2.47 2.39 2.20 3/94 13125
/proc/meminfo: memFree=1465984/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=814632 CPUtime=2.91
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 13997 0 29 0 280 11 0 0 18 0 12 0 20348960 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 203658 11102 1426 9 0 200985 0
[pid=13113/tid=13115] ppid=13111 vsize=814632 CPUtime=1.39
/proc/13113/task/13115/stat : 13115 (java) R 13111 13113 13034 0 -1 64 8174 0 1 0 132 7 0 0 25 0 12 0 20348964 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20348965 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20348965 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13118/stat : 13118 (java) S 13111 13113 13034 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20348968 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 20348969 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 20348969 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20348976 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20348976 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13123] ppid=13111 vsize=814632 CPUtime=1.49
/proc/13113/task/13123/stat : 13123 (java) R 13111 13113 13034 0 -1 64 5096 0 1 0 147 2 0 0 18 0 12 0 20348976 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13124] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20348976 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=814632 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20348976 834183168 11102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 814632

[startup+6.30292 s]
/proc/loadavg: 2.43 2.38 2.20 4/94 13125
/proc/meminfo: memFree=1406144/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=814076 CPUtime=6.09
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 31055 0 29 0 587 22 0 0 18 0 12 0 20348960 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 203519 23845 1435 9 0 200846 0
[pid=13113/tid=13115] ppid=13111 vsize=814076 CPUtime=3.2
/proc/13113/task/13115/stat : 13115 (java) R 13111 13113 13034 0 -1 64 17373 0 1 0 307 13 0 0 25 0 12 0 20348964 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 107082258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=814076 CPUtime=0.07
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 1755 0 0 0 6 1 0 0 17 0 12 0 20348965 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=814076 CPUtime=0.05
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 1522 0 0 0 5 0 0 0 17 0 12 0 20348965 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13118/stat : 13118 (java) S 13111 13113 13034 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 20348968 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20348969 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20348969 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20348976 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 20348976 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13123] ppid=13111 vsize=814076 CPUtime=2.71
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 9659 0 1 0 267 4 0 0 19 0 12 0 20348976 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13124] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20348976 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=814076 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20348976 833613824 23845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 814076

[startup+12.7026 s]
/proc/loadavg: 2.55 2.41 2.21 3/94 13125
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=820012 CPUtime=12.59
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 44836 0 29 0 1230 29 0 0 18 0 12 0 20348960 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 205003 35003 1435 9 0 202330 0
[pid=13113/tid=13115] ppid=13111 vsize=820012 CPUtime=7.85
/proc/13113/task/13115/stat : 13115 (java) R 13111 13113 13034 0 -1 64 17386 0 1 0 772 13 0 0 25 0 12 0 20348964 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13116] ppid=13111 vsize=820012 CPUtime=0.56
/proc/13113/task/13116/stat : 13116 (java) R 13111 13113 13034 0 -1 64 7022 0 0 0 53 3 0 0 17 0 12 0 20348965 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 106194152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13117] ppid=13111 vsize=820012 CPUtime=0.41
/proc/13113/task/13117/stat : 13117 (java) R 13111 13113 13034 0 -1 64 6109 0 0 0 39 2 0 0 17 0 12 0 20348965 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 106197703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13118] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13118/stat : 13118 (java) S 13111 13113 13034 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20348968 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13119] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20348969 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20348969 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20348976 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 46 0 0 0 0 0 0 0 17 0 12 0 20348976 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13123] ppid=13111 vsize=820012 CPUtime=3.7
/proc/13113/task/13123/stat : 13123 (java) R 13111 13113 13034 0 -1 64 13535 0 1 0 364 6 0 0 20 0 12 0 20348976 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 102536521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13124] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20348976 839692288 35003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=820012 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20348976 839692288 35003 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) 820012

[startup+25.503 s]
/proc/loadavg: 2.51 2.41 2.21 3/94 13125
/proc/meminfo: memFree=1284032/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=819164 CPUtime=25.57
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 65061 0 29 0 2519 38 0 0 18 0 12 0 20348960 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 204791 52793 1435 9 0 202118 0
[pid=13113/tid=13115] ppid=13111 vsize=819164 CPUtime=18.52
/proc/13113/task/13115/stat : 13115 (java) R 13111 13113 13034 0 -1 64 17413 0 1 0 1839 13 0 0 25 0 12 0 20348964 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4109700994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13116] ppid=13111 vsize=819164 CPUtime=1.22
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 14405 0 0 0 115 7 0 0 16 0 12 0 20348965 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13117] ppid=13111 vsize=819164 CPUtime=1.03
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 16604 0 0 0 96 7 0 0 16 0 12 0 20348965 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13118] ppid=13111 vsize=819164 CPUtime=0
/proc/13113/task/13118/stat : 13118 (java) S 13111 13113 13034 0 -1 64 25 0 0 0 0 0 0 0 15 0 12 0 20348968 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13119] ppid=13111 vsize=819164 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20348969 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=819164 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20348969 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=819164 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20348976 838823936 52793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=819164 CPUtime=0

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

[pid=13113/tid=13116] ppid=13111 vsize=820056 CPUtime=10.29
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 74085 0 0 0 993 36 0 0 15 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=820056 CPUtime=9.9
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 78493 0 0 0 957 33 0 0 16 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=820056 CPUtime=435.51
/proc/13113/task/13118/stat : 13118 (java) R 13111 13113 13034 0 -1 64 160615 0 0 0 43453 98 0 0 25 0 13 0 20348968 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 161 0 0 0 0 0 0 0 17 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13123] ppid=13111 vsize=820056 CPUtime=8.87
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 26210 0 1 0 875 12 0 0 21 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13124] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13156] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13156/stat : 13156 (java) S 13111 13113 13034 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 20407021 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 585.14
Current children cumulated vsize (KiB) 820056

[startup+591.902 s]
/proc/loadavg: 2.00 2.12 2.17 3/86 13156
/proc/meminfo: memFree=1153928/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=820056 CPUtime=588.31
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 358474 0 29 0 58632 199 0 0 18 0 13 0 20348960 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 205014 174737 1436 9 0 202341 0
[pid=13113/tid=13115] ppid=13111 vsize=820056 CPUtime=120.5
/proc/13113/task/13115/stat : 13115 (java) S 13111 13113 13034 0 -1 64 17689 0 1 0 12035 15 0 0 18 0 13 0 20348964 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=820056 CPUtime=10.29
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 74085 0 0 0 993 36 0 0 15 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=820056 CPUtime=9.9
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 78493 0 0 0 957 33 0 0 16 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=820056 CPUtime=438.68
/proc/13113/task/13118/stat : 13118 (java) R 13111 13113 13034 0 -1 64 161116 0 0 0 43769 99 0 0 25 0 13 0 20348968 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 105880848 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 161 0 0 0 0 0 0 0 17 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13123] ppid=13111 vsize=820056 CPUtime=8.87
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 26210 0 1 0 875 12 0 0 21 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13124] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13156] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13156/stat : 13156 (java) S 13111 13113 13034 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 20407021 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 588.31
Current children cumulated vsize (KiB) 820056

[startup+593.503 s]
/proc/loadavg: 2.00 2.12 2.17 3/86 13156
/proc/meminfo: memFree=1153928/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=820056 CPUtime=589.9
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 358474 0 29 0 58791 199 0 0 18 0 13 0 20348960 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 205014 174737 1436 9 0 202341 0
[pid=13113/tid=13115] ppid=13111 vsize=820056 CPUtime=120.5
/proc/13113/task/13115/stat : 13115 (java) S 13111 13113 13034 0 -1 64 17689 0 1 0 12035 15 0 0 18 0 13 0 20348964 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=820056 CPUtime=10.29
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 74085 0 0 0 993 36 0 0 15 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=820056 CPUtime=9.9
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 78493 0 0 0 957 33 0 0 16 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=820056 CPUtime=440.27
/proc/13113/task/13118/stat : 13118 (java) R 13111 13113 13034 0 -1 64 161116 0 0 0 43928 99 0 0 25 0 13 0 20348968 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 161 0 0 0 0 0 0 0 17 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13123] ppid=13111 vsize=820056 CPUtime=8.87
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 26210 0 1 0 875 12 0 0 21 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13124] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13156] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13156/stat : 13156 (java) S 13111 13113 13034 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 20407021 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 589.9
Current children cumulated vsize (KiB) 820056

[startup+595.107 s]
/proc/loadavg: 2.00 2.12 2.17 3/86 13156
/proc/meminfo: memFree=1153864/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=820056 CPUtime=591.49
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 358474 0 29 0 58950 199 0 0 18 0 13 0 20348960 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 205014 174737 1436 9 0 202341 0
[pid=13113/tid=13115] ppid=13111 vsize=820056 CPUtime=120.5
/proc/13113/task/13115/stat : 13115 (java) S 13111 13113 13034 0 -1 64 17689 0 1 0 12035 15 0 0 18 0 13 0 20348964 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=820056 CPUtime=10.29
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 74085 0 0 0 993 36 0 0 15 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=820056 CPUtime=9.9
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 78493 0 0 0 957 33 0 0 16 0 13 0 20348965 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=820056 CPUtime=441.86
/proc/13113/task/13118/stat : 13118 (java) R 13111 13113 13034 0 -1 64 161116 0 0 0 44087 99 0 0 25 0 13 0 20348968 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20348969 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 161 0 0 0 0 0 0 0 17 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13123] ppid=13111 vsize=820056 CPUtime=8.87
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 26210 0 1 0 875 12 0 0 21 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13124] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13125] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13125/stat : 13125 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20348976 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13156] ppid=13111 vsize=820056 CPUtime=0
/proc/13113/task/13156/stat : 13156 (java) S 13111 13113 13034 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 20407021 839737344 174737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 591.49
Current children cumulated vsize (KiB) 820056

[startup+595.502 s]
/proc/loadavg: 2.00 2.12 2.17 3/86 13156
/proc/meminfo: memFree=1153864/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=818048 CPUtime=591.88
/proc/13113/stat : 13113 (java) S 13111 13113 13034 0 -1 0 358480 0 29 0 58989 199 0 0 18 0 11 0 20348960 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 204512 174239 1437 9 0 201839 0
[pid=13113/tid=13115] ppid=13111 vsize=818048 CPUtime=120.5
/proc/13113/task/13115/stat : 13115 (java) S 13111 13113 13034 0 -1 64 17692 0 1 0 12035 15 0 0 16 0 11 0 20348964 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13116] ppid=13111 vsize=818048 CPUtime=10.29
/proc/13113/task/13116/stat : 13116 (java) S 13111 13113 13034 0 -1 64 74085 0 0 0 993 36 0 0 15 0 11 0 20348965 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13117] ppid=13111 vsize=818048 CPUtime=9.9
/proc/13113/task/13117/stat : 13117 (java) S 13111 13113 13034 0 -1 64 78493 0 0 0 957 33 0 0 16 0 11 0 20348965 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13118] ppid=13111 vsize=818048 CPUtime=442.24
/proc/13113/task/13118/stat : 13118 (java) R 13111 13113 13034 0 -1 64 161116 0 0 0 44125 99 0 0 25 0 11 0 20348968 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 106158098 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13119] ppid=13111 vsize=818048 CPUtime=0
/proc/13113/task/13119/stat : 13119 (java) S 13111 13113 13034 0 -1 64 11 0 0 0 0 0 0 0 16 0 11 0 20348969 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13120] ppid=13111 vsize=818048 CPUtime=0
/proc/13113/task/13120/stat : 13120 (java) S 13111 13113 13034 0 -1 64 8 0 0 0 0 0 0 0 17 0 11 0 20348969 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13121] ppid=13111 vsize=818048 CPUtime=0
/proc/13113/task/13121/stat : 13121 (java) S 13111 13113 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 11 0 20348976 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13113/tid=13122] ppid=13111 vsize=818048 CPUtime=0
/proc/13113/task/13122/stat : 13122 (java) S 13111 13113 13034 0 -1 64 161 0 0 0 0 0 0 0 17 0 11 0 20348976 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13123] ppid=13111 vsize=818048 CPUtime=8.87
/proc/13113/task/13123/stat : 13123 (java) S 13111 13113 13034 0 -1 64 26210 0 1 0 875 12 0 0 21 0 11 0 20348976 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13113/tid=13124] ppid=13111 vsize=818048 CPUtime=0
/proc/13113/task/13124/stat : 13124 (java) S 13111 13113 13034 0 -1 64 0 0 0 0 0 0 0 0 20 0 11 0 20348976 837681152 174239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 591.88
Current children cumulated vsize (KiB) 818048

[startup+595.703 s]
/proc/loadavg: 2.00 2.12 2.17 3/86 13156
/proc/meminfo: memFree=1153864/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=0 CPUtime=592.08
/proc/13113/stat : 13113 (java) Z 13111 13113 13034 0 -1 12 358483 0 29 0 59009 199 0 0 16 0 2 0 20348960 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 592.08
Current children cumulated vsize (KiB) 0

[startup+595.803 s]
/proc/loadavg: 2.00 2.12 2.17 3/86 13156
/proc/meminfo: memFree=1153864/2055920 swapFree=4192812/4192956
[pid=13113] ppid=13111 vsize=0 CPUtime=592.18
/proc/13113/stat : 13113 (java) Z 13111 13113 13034 0 -1 12 358483 0 29 0 59009 209 0 0 16 0 2 0 20348960 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 592.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 595.817
CPU time (s): 592.201
CPU user time (s): 590.093
CPU system time (s): 2.10768
CPU usage (%): 99.3931
Max. virtual memory (cumulated for all children) (KiB): 865736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 590.093
system time used= 2.10768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358483
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15915
involuntary context switches= 25965

runsolver used 0.799878 second user time and 2.02169 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 19:20:23
IDJOB=2063771
IDBENCH=54083
IDSOLVER=731
FILE ID=node19/2063771-1247332823
PBS_JOBID= 9506654
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-40.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063771-1247332823/watcher-2063771-1247332823 -o /tmp/evaluation-result-2063771-1247332823/solver-2063771-1247332823 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063771-1247332823.xml

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

MD5SUM BENCH= 9a3705a2f3f2fe9e23d43e3a8676f1b0
RANDOM SEED=387980108

node19.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.211
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.211
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:       1496576 kB
Buffers:          4920 kB
Cached:          50500 kB
SwapCached:          0 kB
Active:         496468 kB
Inactive:        17140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         478648 kB
Slab:            29912 kB
Committed_AS:   603276 kB
PageTables:       2780 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= 66420 MiB
End job on node19 at 2009-07-11 19:30:19