Trace number 2063903

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 840.116 842.769

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-14.xml
MD5SUM872c261f2ab1a686494df34522240c16
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark105.254
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints1599
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1114
Global constraints used (with number of constraints)alldifferent(485)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2063903-1247333292.xml
0.19/0.25	c reading problem ... 
0.49/0.50	c reading problem named null
0.49/0.50	c reading domains done.
0.79/0.89	c reading variables done.
0.99/1.05	c reading predicates  done.
1.17/1.28	c reading constraints
10.23/10.33	c done with constraints.
10.23/10.33	c ... done. Wall clock time 10.086s.
10.23/10.33	c #vars     3887
10.23/10.33	c #constraints  387981
10.23/10.33	c constraints type 
10.23/10.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9008
10.23/10.33	c org.sat4j.minisat.constraints.cnf.UnitClauses => 157
10.23/10.33	c org.sat4j.minisat.constraints.card.AtLeast => 243
10.23/10.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378416
839.85/842.57	c starts		: 19
839.85/842.57	c conflicts		: 335223
839.85/842.57	c decisions		: 392036
839.85/842.57	c propagations		: 47578626
839.85/842.57	c inspects		: 1544231028
839.85/842.57	c learnt literals	: 0
839.85/842.57	c learnt binary clauses	: 0
839.85/842.57	c learnt ternary clauses	: 1
839.85/842.57	c learnt clauses	: 335223
839.85/842.57	c ignored clauses	: 0
839.85/842.57	c root simplifications	: 0
839.85/842.57	c removed literals (reason simplification)	: 3534572
839.85/842.57	c reason swapping (by a shorter reason)	: 0
839.85/842.57	c Calls to reduceDB	: 0
839.85/842.57	c speed (assignments/second)	: 57169.42609034183
839.85/842.57	c non guided choices	1432
839.95/842.67	c learnt constraints type 
839.95/842.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 335223
839.95/842.67	c constraints type 
839.95/842.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9008
839.95/842.67	c org.sat4j.minisat.constraints.cnf.UnitClauses => 157
839.95/842.67	c org.sat4j.minisat.constraints.card.AtLeast => 243
839.95/842.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378416
839.95/842.67	s SATISFIABLE
839.95/842.67	v 8 31 11 20 39 24 30 10 44 24 22 44 41 4 35 26 35 6 0 39 42 12 17 5 40 36 33 40 34 42 10 4 14 22 25 38 11 17 31 2 35 28 34 32 16 36 19 34 1 26 35 29 8 28 13 19 31 41 20 7 35 23 37 37 22 30 41 10 44 15 20 29 13 29 27 26 38 44 33 14 7 43 24 9 37 14 2 41 31 31 41 0 5 3 28 17 16 12 38 18 8 23 43 5 27 21 37 26 34 37 39 7 26 2 2 15 38 25 23 21 8 44 8 4 33 33 29 3 18 1 20 1 15 44 13 42 8 30 35 43 44 4 11 9 28 11 42 21 7 9 32 10 19 40 7 2 26 23 35 0 6 2 4 25 21 12 32 17 8 30 44 17 24 0 6 9 12 14 16 27 17 23 29 22 20 17 24 43 20 1 32 5 43 1 3 13 14 26 20 18 3 14 15 5 12 16 15 8 12 18 5 8 12 17 17 18 13 0 19 8 19 5 9 16 11 4 2 2 9 15 9 11 6 14 5 8 8 17 12 17 12 17 1 12 1 13 2 8 7 5 8 12 17 9 7 0 5 10 11 0 9 10 1 5 19 0 5 17 3 5 10 13 8 10 5 8 14 5 12 13 2 12 17 5 16 11 6 3 0 15 6 5 7 8 7 11 13 3 2 4 15 1 0 0 1 14 2 4 2 6 5 13 16 5 15 4 17 2 15 19 9 4 4 6 5 8 5 0 2 10 4 16 15 17 19 14 12 2 6 11 6 12 14 8 2 12 2 9 4 6 9 14 8 4 9 11 11 0 11 13 5 19 7 8 17 8 8 2 7 5 7 12 5 12 9 9 17 8 9 8 15 14 19 13 1 8 3 15 8 8 5 9 17 0 7 5 2 7 19 1 
839.95/842.67	c Total wall clock time (in seconds) : 842.326

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-2063903-1247333292/watcher-2063903-1247333292 -o /tmp/evaluation-result-2063903-1247333292/solver-2063903-1247333292 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063903-1247333292.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.11 2.11 1.90 3/74 16151
/proc/meminfo: memFree=1005552/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=13208 CPUtime=0
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 20395225 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 3302 521 219 9 0 1186 0
[pid=16151/tid=16152] ppid=16149 vsize=13208 CPUtime=0
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 20395226 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11792344 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.026086 s]
/proc/loadavg: 2.11 2.11 1.90 3/74 16151
/proc/meminfo: memFree=1005552/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=800696 CPUtime=0.02
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 2337 0 1 0 1 1 0 0 18 0 4 0 20395225 819912704 2084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 200174 2084 938 9 0 197525 0
[pid=16151/tid=16152] ppid=16149 vsize=800696 CPUtime=0
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 1612 0 1 0 0 0 0 0 19 0 4 0 20395226 819912704 2084 996147200 134512640 134550932 4294956016 18446744073709551615 11147848 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.108099 s]
/proc/loadavg: 2.11 2.11 1.90 3/74 16151
/proc/meminfo: memFree=1005552/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=804560 CPUtime=0.09
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 3053 0 1 0 7 2 0 0 18 0 12 0 20395225 823869440 2796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 201140 2796 1083 9 0 198474 0
[pid=16151/tid=16152] ppid=16149 vsize=804560 CPUtime=0.08
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 2296 0 1 0 7 1 0 0 21 0 12 0 20395226 823869440 2796 996147200 134512640 134550932 4294956016 18446744073709551615 4109098662 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301121 s]
/proc/loadavg: 2.11 2.11 1.90 3/74 16151
/proc/meminfo: memFree=1005552/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=805628 CPUtime=0.28
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 4300 0 1 0 25 3 0 0 18 0 12 0 20395225 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 201407 4037 1359 9 0 198734 0
[pid=16151/tid=16152] ppid=16149 vsize=805628 CPUtime=0.21
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 3059 0 1 0 19 2 0 0 21 0 12 0 20395226 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4109146531 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702168 s]
/proc/loadavg: 2.11 2.11 1.90 3/74 16151
/proc/meminfo: memFree=1005552/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=808408 CPUtime=0.68
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 6241 0 1 0 63 5 0 0 18 0 12 0 20395225 827809792 5210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 202102 5210 1390 9 0 199429 0
[pid=16151/tid=16152] ppid=16149 vsize=808408 CPUtime=0.38
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 3515 0 1 0 34 4 0 0 23 0 12 0 20395226 827809792 5210 996147200 134512640 134550932 4294956016 18446744073709551615 4109168661 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808408

[startup+1.50227 s]
/proc/loadavg: 2.11 2.11 1.90 3/86 16163
/proc/meminfo: memFree=989008/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=809732 CPUtime=1.47
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 8205 0 1 0 140 7 0 0 18 0 12 0 20395225 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 202433 6902 1400 9 0 199760 0
[pid=16151/tid=16152] ppid=16149 vsize=809732 CPUtime=0.85
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 4857 0 1 0 80 5 0 0 18 0 12 0 20395226 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16154] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20395227 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20395227 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16156] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20395229 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16157] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20395230 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20395230 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20395234 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20395234 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=809732 CPUtime=0.61
/proc/16151/task/16161/stat : 16161 (java) R 16149 16151 13936 0 -1 64 2590 0 0 0 60 1 0 0 16 0 12 0 20395234 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 106251262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20395234 829165568 6902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=809732 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20395234 829165568 6902 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) 809732

[startup+3.10145 s]
/proc/loadavg: 2.11 2.11 1.90 3/86 16163
/proc/meminfo: memFree=966096/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=810324 CPUtime=3.06
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 21592 0 1 0 291 15 0 0 18 0 12 0 20395225 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 202581 19831 1424 9 0 199908 0
[pid=16151/tid=16152] ppid=16149 vsize=810324 CPUtime=2.05
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 17205 0 1 0 193 12 0 0 25 0 12 0 20395226 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4109590717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16154] ppid=16149 vsize=810324 CPUtime=0.01
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 351 0 0 0 1 0 0 0 17 0 12 0 20395227 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 20395227 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16156] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20395229 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16157] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20395230 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20395230 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20395234 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20395234 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=810324 CPUtime=0.98
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 3268 0 0 0 96 2 0 0 16 0 12 0 20395234 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20395234 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=810324 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20395234 829771776 19831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810324

[startup+6.30284 s]
/proc/loadavg: 2.10 2.11 1.90 3/86 16163
/proc/meminfo: memFree=928528/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=810164 CPUtime=6.25
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 22172 0 1 0 610 15 0 0 18 0 12 0 20395225 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 202541 20369 1433 9 0 199868 0
[pid=16151/tid=16152] ppid=16149 vsize=810164 CPUtime=4.81
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 17223 0 1 0 469 12 0 0 25 0 12 0 20395226 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4109591289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16154] ppid=16149 vsize=810164 CPUtime=0.02
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 443 0 0 0 2 0 0 0 16 0 12 0 20395227 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=810164 CPUtime=0.04
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 420 0 0 0 4 0 0 0 17 0 12 0 20395227 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16156] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 37 0 0 0 0 0 0 0 17 0 12 0 20395229 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16157] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20395230 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20395230 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20395234 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20395234 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=810164 CPUtime=1.35
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 3295 0 0 0 133 2 0 0 16 0 12 0 20395234 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20395234 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=810164 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20395234 829607936 20369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 810164

[startup+12.7026 s]
/proc/loadavg: 2.10 2.10 1.90 3/87 16164
/proc/meminfo: memFree=906776/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=813636 CPUtime=12.61
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 28967 0 1 0 1242 19 0 0 18 0 13 0 20395225 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 25643 1444 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=9.28
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19921 0 1 0 914 14 0 0 25 0 13 0 20395226 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4109169674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=0.05
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 1053 0 0 0 5 0 0 0 17 0 13 0 20395227 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=813636 CPUtime=0.07
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 1499 0 0 0 7 0 0 0 17 0 13 0 20395227 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16156] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 43 0 0 0 0 0 0 0 17 0 13 0 20395229 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16157] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20395234 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20395234 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=813636 CPUtime=3.16
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 5692 0 0 0 313 3 0 0 15 0 13 0 20395234 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20395234 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20395234 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16164] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16164/stat : 16164 (java) S 16149 16151 13936 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 20396261 833163264 25643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 813636

[startup+25.5021 s]
/proc/loadavg: 2.07 2.10 1.90 3/87 16164
/proc/meminfo: memFree=905816/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=813636 CPUtime=25.34
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 28990 0 1 0 2515 19 0 0 18 0 13 0 20395225 833163264 25663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 25663 1448 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=21.74
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19924 0 1 0 2160 14 0 0 25 0 13 0 20395226 833163264 25663 996147200 134512640 134550932 4294956016 18446744073709551615 4110144856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=0.05

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

[pid=16151] ppid=16149 vsize=813636 CPUtime=829.25
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 164305 0 1 0 82845 80 0 0 18 0 13 0 20395225 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 145131 1448 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=823.15
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19940 0 1 0 82298 17 0 0 25 0 13 0 20395226 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4110072543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 66560 0 0 0 103 26 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 71290 0 0 0 98 31 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16156] ppid=16149 vsize=813636 CPUtime=0.01
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 20395229 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16157] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=813636 CPUtime=3.45
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 5713 0 0 0 342 3 0 0 16 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16164] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16164/stat : 16164 (java) S 16149 16151 13936 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 20396261 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 829.25
Current children cumulated vsize (KiB) 813636

[startup+838.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/97 16213
/proc/meminfo: memFree=283600/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=813636 CPUtime=835.65
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 164305 0 1 0 83485 80 0 0 18 0 13 0 20395225 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 145131 1448 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=829.55
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19940 0 1 0 82938 17 0 0 25 0 13 0 20395226 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4110183246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 66560 0 0 0 103 26 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 71290 0 0 0 98 31 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16156] ppid=16149 vsize=813636 CPUtime=0.01
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 20395229 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16157] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=813636 CPUtime=3.45
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 5713 0 0 0 342 3 0 0 16 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16164] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16164/stat : 16164 (java) S 16149 16151 13936 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 20396261 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 835.65
Current children cumulated vsize (KiB) 813636

[startup+839.903 s]
/proc/loadavg: 2.00 2.00 1.91 3/97 16213
/proc/meminfo: memFree=283600/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=813636 CPUtime=837.25
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 164305 0 1 0 83645 80 0 0 18 0 13 0 20395225 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 145131 1448 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=831.15
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19940 0 1 0 83098 17 0 0 25 0 13 0 20395226 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4110183350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 66560 0 0 0 103 26 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 71290 0 0 0 98 31 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16156] ppid=16149 vsize=813636 CPUtime=0.01
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 20395229 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16157] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=813636 CPUtime=3.45
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 5713 0 0 0 342 3 0 0 16 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16164] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16164/stat : 16164 (java) S 16149 16151 13936 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 20396261 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 837.25
Current children cumulated vsize (KiB) 813636

[startup+841.507 s]
/proc/loadavg: 2.00 2.00 1.91 3/97 16213
/proc/meminfo: memFree=283600/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=813636 CPUtime=838.85
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 164305 0 1 0 83805 80 0 0 18 0 13 0 20395225 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 145131 1448 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=832.75
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19940 0 1 0 83258 17 0 0 25 0 13 0 20395226 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4110127776 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 66560 0 0 0 103 26 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 71290 0 0 0 98 31 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16156] ppid=16149 vsize=813636 CPUtime=0.01
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 20395229 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16157] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=813636 CPUtime=3.45
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 5713 0 0 0 342 3 0 0 16 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16164] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16164/stat : 16164 (java) S 16149 16151 13936 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 20396261 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 838.85
Current children cumulated vsize (KiB) 813636

[startup+842.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/97 16213
/proc/meminfo: memFree=283600/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=813636 CPUtime=839.65
/proc/16151/stat : 16151 (java) S 16149 16151 13936 0 -1 0 164305 0 1 0 83885 80 0 0 18 0 13 0 20395225 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16151/statm: 203409 145131 1448 9 0 200736 0
[pid=16151/tid=16152] ppid=16149 vsize=813636 CPUtime=833.54
/proc/16151/task/16152/stat : 16152 (java) R 16149 16151 13936 0 -1 64 19940 0 1 0 83337 17 0 0 25 0 13 0 20395226 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4110072543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16154] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16154/stat : 16154 (java) S 16149 16151 13936 0 -1 64 66560 0 0 0 103 26 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16155] ppid=16149 vsize=813636 CPUtime=1.29
/proc/16151/task/16155/stat : 16155 (java) S 16149 16151 13936 0 -1 64 71290 0 0 0 98 31 0 0 16 0 13 0 20395227 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16156] ppid=16149 vsize=813636 CPUtime=0.01
/proc/16151/task/16156/stat : 16156 (java) S 16149 16151 13936 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 20395229 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16157] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16157/stat : 16157 (java) S 16149 16151 13936 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16158] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16158/stat : 16158 (java) S 16149 16151 13936 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20395230 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16159] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16159/stat : 16159 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16160] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16160/stat : 16160 (java) S 16149 16151 13936 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16161] ppid=16149 vsize=813636 CPUtime=3.45
/proc/16151/task/16161/stat : 16161 (java) S 16149 16151 13936 0 -1 64 5713 0 0 0 342 3 0 0 16 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16162] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16162/stat : 16162 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16151/tid=16163] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16163/stat : 16163 (java) S 16149 16151 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20395234 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16151/tid=16164] ppid=16149 vsize=813636 CPUtime=0
/proc/16151/task/16164/stat : 16164 (java) S 16149 16151 13936 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 20396261 833163264 145131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 839.65
Current children cumulated vsize (KiB) 813636

[startup+842.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/97 16213
/proc/meminfo: memFree=283600/2055920 swapFree=4192812/4192956
[pid=16151] ppid=16149 vsize=0 CPUtime=840.04
/proc/16151/stat : 16151 (java) Z 16149 16151 13936 0 -1 12 164316 0 1 0 83922 82 0 0 16 0 2 0 20395225 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16151/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 840.04
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 842.769
CPU time (s): 840.116
CPU user time (s): 839.225
CPU system time (s): 0.890864
CPU usage (%): 99.6853
Max. virtual memory (cumulated for all children) (KiB): 813804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 839.225
system time used= 0.890864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164316
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= 18427
involuntary context switches= 24868

runsolver used 1.21081 second user time and 2.66559 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 19:28:12
IDJOB=2063903
IDBENCH=54105
IDSOLVER=731
FILE ID=node33/2063903-1247333292
PBS_JOBID= 9506561
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-14.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063903-1247333292/watcher-2063903-1247333292 -o /tmp/evaluation-result-2063903-1247333292/solver-2063903-1247333292 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063903-1247333292.xml

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

MD5SUM BENCH= 872c261f2ab1a686494df34522240c16
RANDOM SEED=1701814294

node33.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.229
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.229
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:       1006032 kB
Buffers:         59992 kB
Cached:         638428 kB
SwapCached:        144 kB
Active:         485796 kB
Inactive:       499748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1006032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:         298232 kB
Slab:            49108 kB
Committed_AS:   422712 kB
PageTables:       2408 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= 66432 MiB
End job on node33 at 2009-07-11 19:42:15