Trace number 2082526

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.1SAT 44.1193 44.6085

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr2/normalized-super-jobShop-enddr2-5.xml
MD5SUM989aa7b5b2fb6a75bf8bdf55684b5bed
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.288955
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size142
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2082526-1247375311.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.53	c reading variables done.
0.77/0.82	c reading predicates  done.
0.98/1.06	c reading constraints
39.89/40.34	c done with constraints.
39.89/40.34	c ... done. Wall clock time 40.094s.
39.89/40.34	c #vars     13300
39.89/40.34	c #constraints  224970
39.89/40.34	c constraints type 
39.89/40.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 224630
39.89/40.34	c org.sat4j.minisat.constraints.card.AtLeast => 100
39.89/40.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
44.05/44.51	c starts		: 2
44.05/44.51	c conflicts		: 168
44.05/44.51	c decisions		: 3357
44.05/44.51	c propagations		: 38172
44.05/44.51	c inspects		: 3997414
44.05/44.51	c learnt literals	: 0
44.05/44.51	c learnt binary clauses	: 0
44.05/44.51	c learnt ternary clauses	: 0
44.05/44.51	c learnt clauses	: 168
44.05/44.51	c ignored clauses	: 0
44.05/44.51	c root simplifications	: 0
44.05/44.51	c removed literals (reason simplification)	: 4394
44.05/44.51	c reason swapping (by a shorter reason)	: 0
44.05/44.51	c Calls to reduceDB	: 0
44.05/44.51	c speed (assignments/second)	: 9156.152554569442
44.05/44.51	c non guided choices	2954
44.05/44.52	c learnt constraints type 
44.05/44.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168
44.05/44.52	c constraints type 
44.05/44.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 224630
44.05/44.52	c org.sat4j.minisat.constraints.card.AtLeast => 100
44.05/44.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
44.05/44.52	s SATISFIABLE
44.05/44.52	v 12 9 23 19 30 29 44 39 55 57 14 15 26 27 39 40 52 53 67 66 0 1 11 10 19 20 30 62 117 36 28 29 55 46 95 94 110 120 126 128 40 41 67 68 138 139 148 157 167 163 57 55 69 67 110 111 124 131 140 139 111 107 116 120 124 123 138 141 152 155 2 1 25 61 71 69 84 83 94 96 35 32 79 60 83 84 99 101 109 108 0 2 11 25 52 57 71 66 79 80 
44.05/44.52	c Total wall clock time (in seconds) : 44.263

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082526-1247375311/watcher-2082526-1247375311 -o /tmp/evaluation-result-2082526-1247375311/solver-2082526-1247375311 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082526-1247375311.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.25 2.12 2.04 3/74 30185
/proc/meminfo: memFree=1189704/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=18576 CPUtime=0
/proc/30185/stat : 30185 (runsolver) R 30183 30185 22177 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24595024 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 221954764071 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30185/statm: 4644 284 249 26 0 2626 0

[startup+0.0221759 s]
/proc/loadavg: 2.25 2.12 2.04 3/74 30185
/proc/meminfo: memFree=1189704/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=13724 CPUtime=0.01
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 925 0 1 0 0 1 0 0 18 0 2 0 24595024 14053376 680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 3431 680 346 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13724

[startup+0.100951 s]
/proc/loadavg: 2.25 2.12 2.04 3/74 30185
/proc/meminfo: memFree=1189704/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=804360 CPUtime=0.08
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 2944 0 1 0 6 2 0 0 18 0 12 0 24595024 823664640 2687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 201090 2687 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.30197 s]
/proc/loadavg: 2.25 2.12 2.04 3/74 30185
/proc/meminfo: memFree=1189704/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=805628 CPUtime=0.28
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 4295 0 1 0 25 3 0 0 18 0 12 0 24595024 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 201407 4032 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702005 s]
/proc/loadavg: 2.25 2.12 2.04 3/74 30185
/proc/meminfo: memFree=1189704/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=807184 CPUtime=0.67
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 6026 0 1 0 63 4 0 0 18 0 12 0 24595024 826556416 5200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 201796 5200 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50108 s]
/proc/loadavg: 2.25 2.12 2.04 3/86 30197
/proc/meminfo: memFree=1169576/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=810324 CPUtime=1.47
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 9500 0 1 0 141 6 0 0 18 0 12 0 24595024 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 202581 7526 1410 9 0 199908 0
[pid=30185/tid=30187] ppid=30183 vsize=810324 CPUtime=0.77
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 5478 0 1 0 73 4 0 0 19 0 12 0 24595025 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4109460298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24595026 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24595026 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24595028 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24595029 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24595029 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24595033 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24595033 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=810324 CPUtime=0.68
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 3268 0 0 0 67 1 0 0 17 0 12 0 24595033 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24595033 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=810324 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595033 829771776 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810324

[startup+3.10223 s]
/proc/loadavg: 2.25 2.12 2.04 5/86 30197
/proc/meminfo: memFree=1156648/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=814976 CPUtime=3.05
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 20618 0 1 0 294 11 0 0 18 0 12 0 24595024 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203744 16069 1423 9 0 201071 0
[pid=30185/tid=30187] ppid=30183 vsize=814976 CPUtime=1.42
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 12767 0 1 0 135 7 0 0 24 0 12 0 24595025 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4109580159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24595026 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24595026 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24595028 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24595029 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24595029 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24595033 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=814976 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 12 0 24595033 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=814976 CPUtime=1.4
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 5980 0 0 0 138 2 0 0 16 0 12 0 24595033 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24595033 834535424 16069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=814976 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595033 834535424 16069 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) 814976

[startup+6.30251 s]
/proc/loadavg: 2.23 2.12 2.04 3/86 30197
/proc/meminfo: memFree=1093672/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=814400 CPUtime=6.22
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 30500 0 1 0 606 16 0 0 18 0 12 0 24595024 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203600 25822 1433 9 0 200927 0
[pid=30185/tid=30187] ppid=30183 vsize=814400 CPUtime=4.31
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17376 0 1 0 421 10 0 0 25 0 12 0 24595025 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4109775592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=814400 CPUtime=0.08
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 3070 0 0 0 7 1 0 0 16 0 12 0 24595026 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=814400 CPUtime=0.07
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 2162 0 0 0 6 1 0 0 16 0 12 0 24595026 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=814400 CPUtime=0
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 24595028 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=814400 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595029 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=814400 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595029 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=814400 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24595033 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=814400 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 12 0 24595033 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=814400 CPUtime=1.51
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 5989 0 0 0 149 2 0 0 16 0 12 0 24595033 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=814400 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24595033 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=814400 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595033 833945600 25822 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 814400

[startup+12.7021 s]
/proc/loadavg: 2.21 2.12 2.04 3/86 30197
/proc/meminfo: memFree=1065512/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=812864 CPUtime=12.56
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 37748 0 1 0 1237 19 0 0 18 0 12 0 24595024 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203216 32669 1435 9 0 200543 0
[pid=30185/tid=30187] ppid=30183 vsize=812864 CPUtime=10.41
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17391 0 1 0 1031 10 0 0 25 0 12 0 24595025 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4109788545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812864 CPUtime=0.17
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 6440 0 0 0 15 2 0 0 16 0 12 0 24595026 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812864 CPUtime=0.17
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 6022 0 0 0 15 2 0 0 16 0 12 0 24595026 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 24595028 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595029 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595029 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24595033 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812864 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 12 0 24595033 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=812864 CPUtime=1.54
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 5992 0 0 0 152 2 0 0 17 0 12 0 24595033 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24595033 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595033 832372736 32669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812864

[startup+25.5012 s]
/proc/loadavg: 2.16 2.11 2.03 3/86 30197
/proc/meminfo: memFree=1023656/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=812864 CPUtime=25.23
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 47704 0 1 0 2499 24 0 0 18 0 12 0 24595024 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203216 42604 1436 9 0 200543 0
[pid=30185/tid=30187] ppid=30183 vsize=812864 CPUtime=22.69
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17416 0 1 0 2259 10 0 0 25 0 12 0 24595025 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4109606252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812864 CPUtime=0.24
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 8944 0 0 0 21 3 0 0 16 0 12 0 24595026 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812864 CPUtime=0.34
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 13444 0 0 0 29 5 0 0 16 0 12 0 24595026 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812864 CPUtime=0.01
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 1 0 0 0 15 0 12 0 24595028 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595029 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595029 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812864 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24595033 832372736 42604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812864 CPUtime=0.2

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

[pid=30185] ppid=30183 vsize=812200 CPUtime=41.07
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 59988 0 1 0 4078 29 0 0 18 0 13 0 24595024 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203050 54618 1440 9 0 200377 0
[pid=30185/tid=30187] ppid=30183 vsize=812200 CPUtime=37.62
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17453 0 1 0 3752 10 0 0 25 0 13 0 24595025 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812200 CPUtime=0.41
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 14841 0 0 0 35 6 0 0 16 0 13 0 24595026 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812200 CPUtime=0.51
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 19785 0 0 0 44 7 0 0 16 0 13 0 24595026 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812200 CPUtime=0.01
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 24595028 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24595033 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812200 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 13 0 24595033 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=812200 CPUtime=2.27
/proc/30185/task/30195/stat : 30195 (java) R 30183 30185 22177 0 -1 64 6001 0 0 0 224 3 0 0 16 0 13 0 24595033 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 106132842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24595033 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595033 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30198] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30198/stat : 30198 (java) S 30183 30185 22177 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24599070 831692800 54618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.07
Current children cumulated vsize (KiB) 812200

[startup+43.1018 s]
/proc/loadavg: 2.12 2.11 2.03 3/87 30198
/proc/meminfo: memFree=975392/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=812200 CPUtime=42.66
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 60006 0 1 0 4236 30 0 0 18 0 13 0 24595024 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203050 54634 1441 9 0 200377 0
[pid=30185/tid=30187] ppid=30183 vsize=812200 CPUtime=38.85
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17457 0 1 0 3875 10 0 0 25 0 13 0 24595025 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4110030645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812200 CPUtime=0.41
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 14841 0 0 0 35 6 0 0 16 0 13 0 24595026 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812200 CPUtime=0.51
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 19785 0 0 0 44 7 0 0 16 0 13 0 24595026 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812200 CPUtime=0.01
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 1 0 0 0 17 0 13 0 24595028 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812200 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=812200 CPUtime=2.62
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 6015 0 0 0 259 3 0 0 15 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30198] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30198/stat : 30198 (java) S 30183 30185 22177 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24599070 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.66
Current children cumulated vsize (KiB) 812200

[startup+43.9019 s]
/proc/loadavg: 2.11 2.10 2.03 3/87 30198
/proc/meminfo: memFree=975392/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=812200 CPUtime=43.46
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 60006 0 1 0 4316 30 0 0 18 0 13 0 24595024 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203050 54634 1441 9 0 200377 0
[pid=30185/tid=30187] ppid=30183 vsize=812200 CPUtime=39.65
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17457 0 1 0 3955 10 0 0 25 0 13 0 24595025 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4110029528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812200 CPUtime=0.41
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 14841 0 0 0 35 6 0 0 16 0 13 0 24595026 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812200 CPUtime=0.51
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 19785 0 0 0 44 7 0 0 16 0 13 0 24595026 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812200 CPUtime=0.01
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 24595028 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812200 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=812200 CPUtime=2.62
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 6015 0 0 0 259 3 0 0 15 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30198] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30198/stat : 30198 (java) S 30183 30185 22177 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24599070 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.46
Current children cumulated vsize (KiB) 812200

[startup+44.3029 s]
/proc/loadavg: 2.11 2.10 2.03 3/87 30198
/proc/meminfo: memFree=975392/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=812200 CPUtime=43.85
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 60006 0 1 0 4355 30 0 0 18 0 13 0 24595024 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203050 54634 1441 9 0 200377 0
[pid=30185/tid=30187] ppid=30183 vsize=812200 CPUtime=40.04
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17457 0 1 0 3994 10 0 0 25 0 13 0 24595025 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4109894815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812200 CPUtime=0.41
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 14841 0 0 0 35 6 0 0 16 0 13 0 24595026 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812200 CPUtime=0.51
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 19785 0 0 0 44 7 0 0 16 0 13 0 24595026 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812200 CPUtime=0.01
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 24595028 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812200 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=812200 CPUtime=2.62
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 6015 0 0 0 259 3 0 0 15 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595033 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30198] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30198/stat : 30198 (java) S 30183 30185 22177 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24599070 831692800 54634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.85
Current children cumulated vsize (KiB) 812200

[startup+44.503 s]
/proc/loadavg: 2.11 2.10 2.03 3/87 30198
/proc/meminfo: memFree=975392/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=812200 CPUtime=44.05
/proc/30185/stat : 30185 (java) S 30183 30185 22177 0 -1 0 64458 0 1 0 4373 32 0 0 18 0 13 0 24595024 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 203050 59085 1441 9 0 200377 0
[pid=30185/tid=30187] ppid=30183 vsize=812200 CPUtime=40.16
/proc/30185/task/30187/stat : 30187 (java) R 30183 30185 22177 0 -1 64 17458 0 1 0 4006 10 0 0 25 0 13 0 24595025 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4109894815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30188] ppid=30183 vsize=812200 CPUtime=0.44
/proc/30185/task/30188/stat : 30188 (java) S 30183 30185 22177 0 -1 64 17506 0 0 0 37 7 0 0 17 0 13 0 24595026 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30189] ppid=30183 vsize=812200 CPUtime=0.55
/proc/30185/task/30189/stat : 30189 (java) S 30183 30185 22177 0 -1 64 21571 0 0 0 47 8 0 0 17 0 13 0 24595026 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30190] ppid=30183 vsize=812200 CPUtime=0.01
/proc/30185/task/30190/stat : 30190 (java) S 30183 30185 22177 0 -1 64 33 0 0 0 1 0 0 0 15 0 13 0 24595028 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30191] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30191/stat : 30191 (java) S 30183 30185 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30192] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30192/stat : 30192 (java) S 30183 30185 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595029 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30193] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30193/stat : 30193 (java) S 30183 30185 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24595033 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30194] ppid=30183 vsize=812200 CPUtime=0.2
/proc/30185/task/30194/stat : 30194 (java) S 30183 30185 22177 0 -1 64 1130 0 0 0 20 0 0 0 16 0 13 0 24595033 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30195] ppid=30183 vsize=812200 CPUtime=2.62
/proc/30185/task/30195/stat : 30195 (java) S 30183 30185 22177 0 -1 64 6015 0 0 0 259 3 0 0 15 0 13 0 24595033 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30196] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30196/stat : 30196 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24595033 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30197] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30197/stat : 30197 (java) S 30183 30185 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595033 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30185/tid=30198] ppid=30183 vsize=812200 CPUtime=0
/proc/30185/task/30198/stat : 30198 (java) S 30183 30185 22177 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24599070 831692800 59085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.05
Current children cumulated vsize (KiB) 812200

[startup+44.6037 s]
/proc/loadavg: 2.11 2.10 2.03 3/87 30198
/proc/meminfo: memFree=975392/2055920 swapFree=4192812/4192956
[pid=30185] ppid=30183 vsize=0 CPUtime=44.1
/proc/30185/stat : 30185 (java) Z 30183 30185 22177 0 -1 12 64469 0 1 0 4375 35 0 0 16 0 2 0 24595024 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30185/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 44.6085
CPU time (s): 44.1193
CPU user time (s): 43.7563
CPU system time (s): 0.362944
CPU usage (%): 98.9032
Max. virtual memory (cumulated for all children) (KiB): 816880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.7563
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64469
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= 2779
involuntary context switches= 3492

runsolver used 0.057991 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 07:08:31
IDJOB=2082526
IDBENCH=57597
IDSOLVER=731
FILE ID=node43/2082526-1247375311
PBS_JOBID= 9506979
Free space on /tmp= 66104 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-enddr2/normalized-super-jobShop-enddr2-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082526-1247375311/watcher-2082526-1247375311 -o /tmp/evaluation-result-2082526-1247375311/solver-2082526-1247375311 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082526-1247375311.xml

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

MD5SUM BENCH= 989aa7b5b2fb6a75bf8bdf55684b5bed
RANDOM SEED=2117840726

node43.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.213
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	: 5931.00
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.213
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:       1190184 kB
Buffers:         57196 kB
Cached:         454504 kB
SwapCached:          0 kB
Active:         586084 kB
Inactive:       197840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         283416 kB
Slab:            66556 kB
Committed_AS:   482720 kB
PageTables:       2452 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= 66104 MiB
End job on node43 at 2009-07-12 07:09:16