Trace number 2085067

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 81.4516 81.5761

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15a-15.xml
MD5SUM6603caa58d9242a4a7c56270ba04e8e4
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 benchmark1.38679
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8168
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8168
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-2085067-1247380905.xml
0.18/0.25	c reading problem ... 
0.49/0.50	c reading problem named null
0.49/0.50	c reading domains done.
0.49/0.51	c reading variables done.
0.68/0.73	c reading predicates  done.
0.88/0.96	c reading constraints
8.59/8.73	c done with constraints.
8.59/8.73	c ... done. Wall clock time 8.478s.
8.59/8.73	c #vars     6750
8.59/8.73	c #constraints  245940
8.59/8.73	c constraints type 
8.59/8.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 245490
8.59/8.73	c org.sat4j.minisat.constraints.card.AtLeast => 450
81.28/81.49	c starts		: 13
81.28/81.50	c conflicts		: 29091
81.28/81.50	c decisions		: 48609
81.28/81.50	c propagations		: 3643337
81.28/81.50	c inspects		: 208853479
81.28/81.50	c learnt literals	: 0
81.28/81.50	c learnt binary clauses	: 0
81.28/81.50	c learnt ternary clauses	: 0
81.28/81.50	c learnt clauses	: 29091
81.28/81.50	c ignored clauses	: 0
81.28/81.50	c root simplifications	: 0
81.28/81.50	c removed literals (reason simplification)	: 108585
81.28/81.50	c reason swapping (by a shorter reason)	: 0
81.28/81.50	c Calls to reduceDB	: 0
81.28/81.50	c speed (assignments/second)	: 50067.84575637643
81.28/81.50	c non guided choices	4775
81.37/81.53	c learnt constraints type 
81.37/81.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29091
81.37/81.53	c constraints type 
81.37/81.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 245490
81.37/81.53	c org.sat4j.minisat.constraints.card.AtLeast => 450
81.37/81.53	s SATISFIABLE
81.37/81.54	v 14 4 11 1 5 4 6 2 7 4 3 5 10 13 4 1 13 3 1 5 4 2 7 5 1 11 12 1 12 12 10 1 1 0 5 0 5 11 0 5 3 1 13 5 10 11 13 11 2 0 1 3 9 0 8 10 7 1 13 14 3 4 7 0 6 8 14 14 14 10 2 8 8 0 14 5 4 4 8 7 6 7 4 0 9 0 5 5 6 3 11 12 11 8 3 2 13 2 11 2 13 9 12 8 9 11 14 10 3 2 1 12 10 10 9 5 4 7 1 10 1 4 2 9 4 9 5 5 10 4 3 6 9 7 5 2 0 9 10 3 8 5 8 1 13 7 0 2 4 5 10 10 11 6 6 8 13 14 3 8 14 13 14 5 10 11 6 0 12 14 0 3 10 6 1 0 7 4 13 8 9 1 10 1 14 2 12 11 10 14 3 7 5 2 11 14 8 12 1 11 0 14 7 7 12 9 2 12 13 0 0 6 7 1 2 2 7 7 10 0 3 12 4 8 0 13 13 11 4 0 10 5 6 7 13 7 10 2 13 3 5 14 5 9 14 13 7 4 0 12 6 1 13 9 12 0 3 11 10 1 8 7 3 0 9 8 8 11 5 4 10 12 1 13 11 14 11 11 10 3 10 8 0 2 14 3 9 4 8 14 13 14 4 6 11 11 6 6 9 5 4 5 7 2 3 9 7 6 7 0 3 8 11 13 12 2 13 1 2 0 1 7 8 1 0 14 3 2 7 0 4 1 11 5 8 12 3 14 1 3 5 9 12 10 14 13 13 2 12 12 7 6 5 0 8 3 7 9 8 0 14 11 14 1 0 11 7 14 5 13 6 5 2 5 7 11 6 4 1 5 10 1 13 4 14 9 6 12 4 9 9 4 2 12 9 9 4 4 2 11 14 14 14 1 5 4 5 12 6 9 12 5 6 4 3 12 9 3 11 0 13 6 11 13 9 13 2 11 8 6 3 14 3 0 10 11 13 8 1 6 14 4 14 8 9 0 8 0 12 0 
81.37/81.54	c Total wall clock time (in seconds) : 81.246

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-2085067-1247380905/watcher-2085067-1247380905 -o /tmp/evaluation-result-2085067-1247380905/solver-2085067-1247380905 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085067-1247380905.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: 1.79 1.93 1.97 3/74 26235
/proc/meminfo: memFree=1850496/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=152 CPUtime=0
/proc/26235/stat : 26235 (java6) D 26233 26235 26144 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 25156856 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 12591908 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26235/statm: 68 37 28 9 0 6 0

[startup+0.0822141 s]
/proc/loadavg: 1.79 1.93 1.97 3/74 26235
/proc/meminfo: memFree=1850496/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=802164 CPUtime=0.07
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 2811 0 1 0 5 2 0 0 18 0 7 0 25156856 821415936 2556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 200541 2556 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.1017 s]
/proc/loadavg: 1.79 1.93 1.97 3/74 26235
/proc/meminfo: memFree=1850496/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=804428 CPUtime=0.08
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 2976 0 1 0 6 2 0 0 18 0 12 0 25156856 823734272 2719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 201107 2719 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.30173 s]
/proc/loadavg: 1.79 1.93 1.97 3/74 26235
/proc/meminfo: memFree=1850496/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=805628 CPUtime=0.29
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 4295 0 1 0 25 4 0 0 18 0 12 0 25156856 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 201407 4032 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701796 s]
/proc/loadavg: 1.79 1.93 1.97 3/74 26235
/proc/meminfo: memFree=1850496/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=807184 CPUtime=0.68
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 5716 0 1 0 63 5 0 0 18 0 12 0 25156856 826556416 5183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 201796 5183 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50292 s]
/proc/loadavg: 1.79 1.93 1.97 3/86 26247
/proc/meminfo: memFree=1830496/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=810604 CPUtime=1.47
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 9084 0 1 0 140 7 0 0 18 0 12 0 25156856 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202651 7436 1411 9 0 199978 0
[pid=26235/tid=26237] ppid=26233 vsize=810604 CPUtime=0.84
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 5336 0 1 0 80 4 0 0 19 0 12 0 25156858 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26238] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25156859 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26239] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 25156859 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26240] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 25156861 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26241] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25156861 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25156861 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25156866 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25156866 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=810604 CPUtime=0.61
/proc/26235/task/26245/stat : 26245 (java) R 26233 26235 26144 0 -1 64 2995 0 0 0 60 1 0 0 17 0 12 0 25156866 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 106117374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26246] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25156866 830058496 7436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=810604 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25156866 830058496 7436 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) 810604

[startup+3.10646 s]
/proc/loadavg: 1.88 1.94 1.98 3/86 26247
/proc/meminfo: memFree=1813920/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811380 CPUtime=3.06
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 18381 0 1 0 295 11 0 0 18 0 12 0 25156856 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202845 16532 1421 9 0 200172 0
[pid=26235/tid=26237] ppid=26233 vsize=811380 CPUtime=1.71
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 14240 0 1 0 163 8 0 0 25 0 12 0 25156858 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25156859 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 25156859 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25156861 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25156861 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25156861 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25156866 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25156866 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811380 CPUtime=1.32
/proc/26235/task/26245/stat : 26245 (java) R 26233 26235 26144 0 -1 64 3387 0 0 0 131 1 0 0 16 0 12 0 25156866 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 106262446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25156866 830853120 16532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811380 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25156866 830853120 16532 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) 811380

[startup+6.30269 s]
/proc/loadavg: 1.88 1.94 1.98 3/86 26247
/proc/meminfo: memFree=1757984/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811416 CPUtime=6.23
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 27260 0 1 0 607 16 0 0 18 0 12 0 25156856 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202854 24243 1442 9 0 200181 0
[pid=26235/tid=26237] ppid=26233 vsize=811416 CPUtime=3.49
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17386 0 1 0 339 10 0 0 25 0 12 0 25156858 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811416 CPUtime=0.06
/proc/26235/task/26238/stat : 26238 (java) R 26233 26235 26144 0 -1 64 2311 0 0 0 5 1 0 0 16 0 12 0 25156859 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811416 CPUtime=0.05
/proc/26235/task/26239/stat : 26239 (java) R 26233 26235 26144 0 -1 64 2117 0 0 0 5 0 0 0 16 0 12 0 25156859 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 25156861 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 25156861 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25156861 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25156866 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25156866 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811416 CPUtime=2.58
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 4676 0 0 0 256 2 0 0 16 0 12 0 25156866 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25156866 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811416 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25156866 830889984 24243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 811416

[startup+12.7027 s]
/proc/loadavg: 2.05 1.98 1.99 3/87 26248
/proc/meminfo: memFree=1719960/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=12.6
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 37186 0 1 0 1240 20 0 0 18 0 13 0 25156856 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 33213 1450 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=8.1
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17408 0 1 0 800 10 0 0 25 0 13 0 25156858 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4110350790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.26
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6348 0 0 0 24 2 0 0 17 0 13 0 25156859 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.28
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 7333 0 0 0 26 2 0 0 17 0 13 0 25156859 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25156866 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811876 CPUtime=0.06
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 24 0 0 0 6 0 0 0 16 0 13 0 25156866 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811876 CPUtime=3.85
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 5311 0 0 0 382 3 0 0 16 0 13 0 25156866 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26248] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26248/stat : 26248 (java) S 26233 26235 26144 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25157734 831361024 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 811876

[startup+25.5018 s]
/proc/loadavg: 2.04 1.98 1.99 3/87 26248
/proc/meminfo: memFree=1717336/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=25.4
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 37200 0 1 0 2519 21 0 0 18 0 13 0 25156856 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 33225 1453 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=20.79
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17410 0 1 0 2069 10 0 0 25 0 13 0 25156858 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4110328712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.26
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6348 0 0 0 24 2 0 0 17 0 13 0 25156859 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.28
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 7333 0 0 0 26 2 0 0 17 0 13 0 25156859 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 33225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0

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

/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26248] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26248/stat : 26248 (java) S 26233 26235 26144 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25157734 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.18
Current children cumulated vsize (KiB) 811876

[startup+76.702 s]
/proc/loadavg: 2.02 1.98 1.99 3/87 26248
/proc/meminfo: memFree=1701208/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=76.58
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 38850 0 1 0 7637 21 0 0 18 0 13 0 25156856 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 34873 1453 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=71.76
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17412 0 1 0 7166 10 0 0 25 0 13 0 25156858 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4110458647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.31
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6583 0 0 0 29 2 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.36
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 8743 0 0 0 33 3 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811876 CPUtime=0.06
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 24 0 0 0 6 0 0 0 16 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811876 CPUtime=4.02
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 5326 0 0 0 399 3 0 0 17 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26248] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26248/stat : 26248 (java) S 26233 26235 26144 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25157734 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.58
Current children cumulated vsize (KiB) 811876

[startup+79.9025 s]
/proc/loadavg: 2.01 1.98 1.99 4/87 26248
/proc/meminfo: memFree=1700504/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=79.78
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 38850 0 1 0 7957 21 0 0 18 0 13 0 25156856 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 34873 1453 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=74.96
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17412 0 1 0 7486 10 0 0 25 0 13 0 25156858 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4110458647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.31
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6583 0 0 0 29 2 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.36
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 8743 0 0 0 33 3 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811876 CPUtime=0.06
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 24 0 0 0 6 0 0 0 16 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811876 CPUtime=4.02
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 5326 0 0 0 399 3 0 0 17 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26248] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26248/stat : 26248 (java) S 26233 26235 26144 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25157734 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.78
Current children cumulated vsize (KiB) 811876

[startup+80.7016 s]
/proc/loadavg: 2.01 1.98 1.99 3/87 26248
/proc/meminfo: memFree=1700248/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=80.57
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 38850 0 1 0 8036 21 0 0 18 0 13 0 25156856 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 34873 1453 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=75.76
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17412 0 1 0 7566 10 0 0 25 0 13 0 25156858 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4109533091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.31
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6583 0 0 0 29 2 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.36
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 8743 0 0 0 33 3 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811876 CPUtime=0.06
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 24 0 0 0 6 0 0 0 16 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811876 CPUtime=4.02
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 5326 0 0 0 399 3 0 0 17 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26248] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26248/stat : 26248 (java) S 26233 26235 26144 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25157734 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.57
Current children cumulated vsize (KiB) 811876

[startup+81.1017 s]
/proc/loadavg: 2.01 1.98 1.99 3/87 26248
/proc/meminfo: memFree=1700248/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=80.97
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 38850 0 1 0 8076 21 0 0 18 0 13 0 25156856 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 34873 1453 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=76.16
/proc/26235/task/26237/stat : 26237 (java) R 26233 26235 26144 0 -1 64 17412 0 1 0 7606 10 0 0 25 0 13 0 25156858 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4110458647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.31
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6583 0 0 0 29 2 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.36
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 8743 0 0 0 33 3 0 0 17 0 13 0 25156859 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811876 CPUtime=0.06
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 24 0 0 0 6 0 0 0 16 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811876 CPUtime=4.02
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 5326 0 0 0 399 3 0 0 17 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26248] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26248/stat : 26248 (java) S 26233 26235 26144 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25157734 831361024 34873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.97
Current children cumulated vsize (KiB) 811876

[startup+81.5017 s]
/proc/loadavg: 2.01 1.98 1.99 3/87 26248
/proc/meminfo: memFree=1699992/2055920 swapFree=4192812/4192956
[pid=26235] ppid=26233 vsize=811876 CPUtime=81.37
/proc/26235/stat : 26235 (java) S 26233 26235 26144 0 -1 0 38856 0 1 0 8116 21 0 0 18 0 13 0 25156856 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26235/statm: 202969 34878 1454 9 0 200296 0
[pid=26235/tid=26237] ppid=26233 vsize=811876 CPUtime=76.55
/proc/26235/task/26237/stat : 26237 (java) S 26233 26235 26144 0 -1 64 17414 0 1 0 7645 10 0 0 25 0 13 0 25156858 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26238] ppid=26233 vsize=811876 CPUtime=0.31
/proc/26235/task/26238/stat : 26238 (java) S 26233 26235 26144 0 -1 64 6583 0 0 0 29 2 0 0 17 0 13 0 25156859 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26239] ppid=26233 vsize=811876 CPUtime=0.36
/proc/26235/task/26239/stat : 26239 (java) S 26233 26235 26144 0 -1 64 8743 0 0 0 33 3 0 0 17 0 13 0 25156859 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26240] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26240/stat : 26240 (java) S 26233 26235 26144 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26241] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26241/stat : 26241 (java) S 26233 26235 26144 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25156861 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26242] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26242/stat : 26242 (java) S 26233 26235 26144 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25156861 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26243] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26243/stat : 26243 (java) S 26233 26235 26144 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25156866 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26244] ppid=26233 vsize=811876 CPUtime=0.06
/proc/26235/task/26244/stat : 26244 (java) S 26233 26235 26144 0 -1 64 24 0 0 0 6 0 0 0 16 0 13 0 25156866 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26245] ppid=26233 vsize=811876 CPUtime=4.03
/proc/26235/task/26245/stat : 26245 (java) S 26233 26235 26144 0 -1 64 5326 0 0 0 400 3 0 0 17 0 13 0 25156866 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26235/tid=26246] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26246/stat : 26246 (java) S 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25156866 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26235/tid=26247] ppid=26233 vsize=811876 CPUtime=0
/proc/26235/task/26247/stat : 26247 (java) R 26233 26235 26144 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25156866 831361024 34878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.37
Current children cumulated vsize (KiB) 811876

Child status: 0
Real time (s): 81.5761
CPU time (s): 81.4516
CPU user time (s): 81.2107
CPU system time (s): 0.240963
CPU usage (%): 99.8474
Max. virtual memory (cumulated for all children) (KiB): 812548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.2107
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38861
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= 3074
involuntary context switches= 2148

runsolver used 0.124981 second user time and 0.278957 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 08:41:45
IDJOB=2085067
IDBENCH=58282
IDSOLVER=731
FILE ID=node26/2085067-1247380905
PBS_JOBID= 9507272
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15a-15.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085067-1247380905/watcher-2085067-1247380905 -o /tmp/evaluation-result-2085067-1247380905/solver-2085067-1247380905 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085067-1247380905.xml

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

MD5SUM BENCH= 6603caa58d9242a4a7c56270ba04e8e4
RANDOM SEED=529450853

node26.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.281
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.281
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:       1850912 kB
Buffers:          8080 kB
Cached:          84264 kB
SwapCached:          0 kB
Active:         127660 kB
Inactive:        26832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          73280 kB
Slab:            35812 kB
Committed_AS:   213420 kB
PageTables:       1868 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= 66376 MiB
End job on node26 at 2009-07-12 08:43:07