Trace number 1042138

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 2008-06-13? 33.7469 32.0837

General information on the benchmark

Namecsp/allsquares/
normalized-squares-24-24.xml
MD5SUM085224582c2533376c40a66e21614d4f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.7293
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of constraints1383
Maximum constraint arity24
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1105
Global constraints used (with number of constraints)cumulative(2),weightedsum(276)

Solver Data (download as text)

0.19/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.24	c See www.sat4j.org for details.
0.19/0.24	c That software uses the Rhino library from the Mozilla project.
0.31/0.30	c version 9.9.9.token
0.31/0.30	c sun.arch.data.model	32
0.31/0.30	c java.version	1.6.0_06
0.31/0.30	c os.name	Linux
0.31/0.30	c os.version	2.6.9-22.EL.rootsmp
0.31/0.30	c os.arch	i386
0.31/0.30	c Free memory 669864272
0.31/0.30	c Max memory 672137216
0.31/0.30	c Total memory 672137216
0.31/0.30	c Number of processors 2
0.31/0.35	c c --- Begin Solver configuration ---
0.31/0.35	c Stops conflict analysis at the first Unique Implication Point
0.31/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.31/0.35	c Learn all clauses as in MiniSAT
0.31/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.31/0.35	c Expensive reason simplification
0.31/0.35	c MiniSAT restarts strategy
0.31/0.35	c timeout=2147483s
0.31/0.35	c DB Simplification allowed=false
0.31/0.35	c --- End Solver configuration ---
0.31/0.35	c solving HOME/instance-1042138-1215002622.xml
0.31/0.35	c reading problem ... 
0.60/0.64	c reading problem named null
0.60/0.64	c reading domains done.
0.60/0.65	c reading variables done.
1.19/1.25	c reading predicates  done.
1.40/1.43	c reading constraints
33.59/31.99	c >>>> Reference not supported:  global:weightedsum <<<<
33.59/31.99	c starts		: 0
33.59/31.99	c conflicts		: 0
33.59/31.99	c decisions		: 0
33.59/31.99	c propagations		: 0
33.59/31.99	c inspects		: 0
33.59/31.99	c learnt literals	: 0
33.59/31.99	c learnt binary clauses	: 0
33.59/31.99	c learnt ternary clauses	: 0
33.59/31.99	c learnt clauses	: 0
33.59/31.99	c ignored clauses	: 0
33.59/31.99	c root simplifications	: 0
33.59/31.99	c removed literals (reason simplification)	: 0
33.59/31.99	c reason swapping (by a shorter reason)	: 0
33.59/31.99	c Calls to reduceDB	: 0
33.59/31.99	c speed (assignments/second)	: 0.0
33.59/31.99	c non guided choices	0
33.59/31.99	s UNKNOWN
33.59/31.99	c Total wall clock time (in seconds) : 31.643

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042138-1215002622/watcher-1042138-1215002622 -o /tmp/evaluation-result-1042138-1215002622/solver-1042138-1215002622 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042138-1215002622.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 1.97 3/72 6211
/proc/meminfo: memFree=1037056/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=152 CPUtime=0
/proc/6211/stat : 6211 (java) R 6209 6211 4940 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1979231107 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 0 0 0
/proc/6211/statm: 38 26 19 9 0 4 0

[startup+0.0231839 s]
/proc/loadavg: 2.04 2.01 1.97 3/72 6211
/proc/meminfo: memFree=1037056/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=800592 CPUtime=0.01
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 1936 0 1 0 0 1 0 0 18 0 4 0 1979231107 819806208 1674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 200148 1681 596 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.101196 s]
/proc/loadavg: 2.04 2.01 1.97 3/72 6211
/proc/meminfo: memFree=1037056/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=804756 CPUtime=0.09
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 1979231107 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301229 s]
/proc/loadavg: 2.04 2.01 1.97 3/72 6211
/proc/meminfo: memFree=1037056/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=809248 CPUtime=0.31
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 5118 0 1 0 27 4 0 0 18 0 12 0 1979231107 828669952 4577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 202312 4577 1306 9 0 199681 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 809248

[startup+0.701301 s]
/proc/loadavg: 2.04 2.01 1.97 3/72 6211
/proc/meminfo: memFree=1037056/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=810728 CPUtime=0.7
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 6907 0 1 0 64 6 0 0 18 0 12 0 1979231107 830185472 5983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 202682 5983 1335 9 0 200044 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 810728

[startup+1.50245 s]
/proc/loadavg: 2.04 2.01 1.97 4/84 6223
/proc/meminfo: memFree=1017184/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=811752 CPUtime=1.5
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 9069 0 1 0 143 7 0 0 18 0 12 0 1979231107 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 202938 7397 1353 9 0 200300 0
[pid=6211/tid=6213] ppid=6209 vsize=811752 CPUtime=0.88
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 5329 0 1 0 83 5 0 0 18 0 12 0 1979231108 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6214] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1979231109 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6215] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1979231109 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6216] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1979231111 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6217] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1979231111 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1979231111 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=811752 CPUtime=0.33
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1406 0 0 0 33 0 0 0 16 0 12 0 1979231115 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6221] ppid=6209 vsize=811752 CPUtime=0.25
/proc/6211/task/6221/stat : 6221 (java) R 6209 6211 4940 0 -1 64 1573 0 0 0 25 0 0 0 16 0 12 0 1979231115 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 103598277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6222] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=811752 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 831234048 7397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 811752

[startup+3.10173 s]
/proc/loadavg: 2.04 2.01 1.97 4/84 6223
/proc/meminfo: memFree=1007264/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=815908 CPUtime=3.08
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 21138 0 1 0 295 13 0 0 18 0 12 0 1979231107 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 203977 18429 1375 9 0 201339 0
[pid=6211/tid=6213] ppid=6209 vsize=815908 CPUtime=1.86
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 15265 0 1 0 176 10 0 0 25 0 12 0 1979231108 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4109756448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6214] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1979231109 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6215] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1979231109 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6216] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1979231111 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6217] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1979231111 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1979231111 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=815908 CPUtime=0.46
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1556 0 0 0 46 0 0 0 16 0 12 0 1979231115 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6221] ppid=6209 vsize=815908 CPUtime=0.73
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3556 0 0 0 72 1 0 0 16 0 12 0 1979231115 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6222] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=815908 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 835489792 18429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815908

[startup+6.3023 s]
/proc/loadavg: 2.04 2.01 1.97 3/84 6223
/proc/meminfo: memFree=928096/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=817376 CPUtime=6.5
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 35925 0 1 0 630 20 0 0 18 0 12 0 1979231107 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 204344 32382 1380 9 0 201706 0
[pid=6211/tid=6213] ppid=6209 vsize=817376 CPUtime=4.34
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17534 0 1 0 422 12 0 0 25 0 12 0 1979231108 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4109649042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6214] ppid=6209 vsize=817376 CPUtime=0.43
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 5601 0 0 0 41 2 0 0 17 0 12 0 1979231109 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6215] ppid=6209 vsize=817376 CPUtime=0.44
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 6885 0 0 0 41 3 0 0 17 0 12 0 1979231109 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6216] ppid=6209 vsize=817376 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979231111 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6217] ppid=6209 vsize=817376 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=817376 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=817376 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=817376 CPUtime=0.5
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1559 0 0 0 50 0 0 0 16 0 12 0 1979231115 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6221] ppid=6209 vsize=817376 CPUtime=0.74
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3556 0 0 0 73 1 0 0 16 0 12 0 1979231115 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6222] ppid=6209 vsize=817376 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=817376 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 836993024 32382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 817376

[startup+12.7025 s]
/proc/loadavg: 2.03 2.01 1.97 5/84 6223
/proc/meminfo: memFree=858400/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825060 CPUtime=13.68
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 53498 0 1 0 1339 29 0 0 18 0 12 0 1979231107 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206265 47907 1380 9 0 203627 0
[pid=6211/tid=6213] ppid=6209 vsize=825060 CPUtime=8.53
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17544 0 1 0 841 12 0 0 20 0 12 0 1979231108 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825060 CPUtime=1.92
/proc/6211/task/6214/stat : 6214 (java) R 6209 6211 4940 0 -1 64 13702 0 0 0 185 7 0 0 16 0 12 0 1979231109 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825060 CPUtime=1.9
/proc/6211/task/6215/stat : 6215 (java) R 6209 6211 4940 0 -1 64 16345 0 0 0 183 7 0 0 16 0 12 0 1979231109 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825060 CPUtime=0.52
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1559 0 0 0 52 0 0 0 17 0 12 0 1979231115 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825060 CPUtime=0.76
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3558 0 0 0 75 1 0 0 16 0 12 0 1979231115 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 844861440 47907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 825060

[startup+25.5028 s]
/proc/loadavg: 2.10 2.03 1.98 3/84 6223
/proc/meminfo: memFree=732512/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825060 CPUtime=26.72
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 83060 0 1 0 2631 41 0 0 18 0 12 0 1979231107 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206265 77211 1380 9 0 203627 0
[pid=6211/tid=6213] ppid=6209 vsize=825060 CPUtime=17.91
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17570 0 1 0 1779 12 0 0 21 0 12 0 1979231108 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4109682954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825060 CPUtime=3.56
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 31112 0 0 0 343 13 0 0 16 0 12 0 1979231109 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825060 CPUtime=3.48
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 28440 0 0 0 336 12 0 0 17 0 12 0 1979231109 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 77211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825060 CPUtime=0.91
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1586 0 0 0 91 0 0 0 17 0 12 0 1979231115 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825060 CPUtime=0.94
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3570 0 0 0 93 1 0 0 16 0 12 0 1979231115 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 844861440 89527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.17
Current children cumulated vsize (KiB) 825060

[startup+30.3016 s]
/proc/loadavg: 2.10 2.03 1.98 3/84 6223
/proc/meminfo: memFree=675552/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825060 CPUtime=31.92
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 97576 0 1 0 3143 49 0 0 18 0 12 0 1979231107 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206265 91421 1386 9 0 203627 0
[pid=6211/tid=6213] ppid=6209 vsize=825060 CPUtime=21.41
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17580 0 1 0 2129 12 0 0 25 0 12 0 1979231108 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825060 CPUtime=4.44
/proc/6211/task/6214/stat : 6214 (java) R 6209 6211 4940 0 -1 64 41146 0 0 0 426 18 0 0 16 0 12 0 1979231109 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 104145910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825060 CPUtime=4.12
/proc/6211/task/6215/stat : 6215 (java) R 6209 6211 4940 0 -1 64 32902 0 0 0 397 15 0 0 16 0 12 0 1979231109 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 106548832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1979231111 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825060 CPUtime=0.92
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1586 0 0 0 92 0 0 0 16 0 12 0 1979231115 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825060 CPUtime=0.98
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3572 0 0 0 97 1 0 0 16 0 12 0 1979231115 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 844861440 91421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.92
Current children cumulated vsize (KiB) 825060

[startup+31.1028 s]
/proc/loadavg: 2.10 2.03 1.98 3/84 6223
/proc/meminfo: memFree=662880/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825060 CPUtime=32.74
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 100785 0 1 0 3223 51 0 0 18 0 12 0 1979231107 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206265 94597 1386 9 0 203627 0
[pid=6211/tid=6213] ppid=6209 vsize=825060 CPUtime=22
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17581 0 1 0 2188 12 0 0 25 0 12 0 1979231108 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4109649097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825060 CPUtime=4.55
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 43361 0 0 0 435 20 0 0 17 0 12 0 1979231109 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825060 CPUtime=4.21
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 33893 0 0 0 406 15 0 0 16 0 12 0 1979231109 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825060 CPUtime=0.94
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1588 0 0 0 94 0 0 0 16 0 12 0 1979231115 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825060 CPUtime=0.98
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3572 0 0 0 97 1 0 0 16 0 12 0 1979231115 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 844861440 94597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.74
Current children cumulated vsize (KiB) 825060

[startup+31.5028 s]
/proc/loadavg: 2.10 2.03 1.98 3/84 6223
/proc/meminfo: memFree=662880/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825060 CPUtime=33.16
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 102443 0 1 0 3264 52 0 0 18 0 12 0 1979231107 844861440 96245 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206265 96246 1386 9 0 203627 0
[pid=6211/tid=6213] ppid=6209 vsize=825060 CPUtime=22.15
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17582 0 1 0 2203 12 0 0 25 0 12 0 1979231108 844861440 96246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825060 CPUtime=4.71
/proc/6211/task/6214/stat : 6214 (java) R 6209 6211 4940 0 -1 64 44925 0 0 0 451 20 0 0 17 0 12 0 1979231109 844861440 96247 996147200 134512640 134550740 4294956032 18446744073709551615 106169916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825060 CPUtime=4.31
/proc/6211/task/6215/stat : 6215 (java) R 6209 6211 4940 0 -1 64 33989 0 0 0 416 15 0 0 17 0 12 0 1979231109 844861440 96248 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1979231111 844861440 96248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 96249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 96249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 96251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825060 CPUtime=0.94
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1588 0 0 0 94 0 0 0 16 0 12 0 1979231115 844861440 96251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825060 CPUtime=0.98
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3572 0 0 0 97 1 0 0 16 0 12 0 1979231115 844861440 96251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 96252 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 844861440 96253 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.16
Current children cumulated vsize (KiB) 825060

[startup+31.9079 s]
/proc/loadavg: 2.10 2.03 1.98 3/84 6223
/proc/meminfo: memFree=655584/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825060 CPUtime=33.59
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 102620 0 1 0 3307 52 0 0 18 0 12 0 1979231107 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206265 96414 1386 9 0 203627 0
[pid=6211/tid=6213] ppid=6209 vsize=825060 CPUtime=22.52
/proc/6211/task/6213/stat : 6213 (java) R 6209 6211 4940 0 -1 64 17582 0 1 0 2240 12 0 0 25 0 12 0 1979231108 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4109699552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825060 CPUtime=4.74
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 45025 0 0 0 454 20 0 0 17 0 12 0 1979231109 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825060 CPUtime=4.34
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 34063 0 0 0 419 15 0 0 18 0 12 0 1979231109 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1979231111 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825060 CPUtime=0.94
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1588 0 0 0 94 0 0 0 16 0 12 0 1979231115 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825060 CPUtime=0.98
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3572 0 0 0 97 1 0 0 16 0 12 0 1979231115 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825060 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 844861440 96414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.59
Current children cumulated vsize (KiB) 825060

[startup+32.0029 s]
/proc/loadavg: 2.10 2.03 1.98 3/84 6223
/proc/meminfo: memFree=655584/2055920 swapFree=4109616/4192956
[pid=6211] ppid=6209 vsize=825384 CPUtime=33.68
/proc/6211/stat : 6211 (java) S 6209 6211 4940 0 -1 0 102632 0 1 0 3316 52 0 0 18 0 12 0 1979231107 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6211/statm: 206346 96426 1388 9 0 203708 0
[pid=6211/tid=6213] ppid=6209 vsize=825384 CPUtime=22.61
/proc/6211/task/6213/stat : 6213 (java) S 6209 6211 4940 0 -1 64 17589 0 1 0 2249 12 0 0 25 0 12 0 1979231108 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6214] ppid=6209 vsize=825384 CPUtime=4.74
/proc/6211/task/6214/stat : 6214 (java) S 6209 6211 4940 0 -1 64 45025 0 0 0 454 20 0 0 17 0 12 0 1979231109 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6215] ppid=6209 vsize=825384 CPUtime=4.34
/proc/6211/task/6215/stat : 6215 (java) S 6209 6211 4940 0 -1 64 34063 0 0 0 419 15 0 0 18 0 12 0 1979231109 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6216] ppid=6209 vsize=825384 CPUtime=0
/proc/6211/task/6216/stat : 6216 (java) S 6209 6211 4940 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1979231111 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6217] ppid=6209 vsize=825384 CPUtime=0
/proc/6211/task/6217/stat : 6217 (java) S 6209 6211 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979231111 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6218] ppid=6209 vsize=825384 CPUtime=0
/proc/6211/task/6218/stat : 6218 (java) S 6209 6211 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979231111 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6219] ppid=6209 vsize=825384 CPUtime=0
/proc/6211/task/6219/stat : 6219 (java) S 6209 6211 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979231115 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6220] ppid=6209 vsize=825384 CPUtime=0.94
/proc/6211/task/6220/stat : 6220 (java) S 6209 6211 4940 0 -1 64 1588 0 0 0 94 0 0 0 16 0 12 0 1979231115 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6221] ppid=6209 vsize=825384 CPUtime=0.98
/proc/6211/task/6221/stat : 6221 (java) S 6209 6211 4940 0 -1 64 3572 0 0 0 97 1 0 0 16 0 12 0 1979231115 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6222] ppid=6209 vsize=825384 CPUtime=0
/proc/6211/task/6222/stat : 6222 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1979231115 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6211/tid=6223] ppid=6209 vsize=825384 CPUtime=0
/proc/6211/task/6223/stat : 6223 (java) S 6209 6211 4940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979231115 845193216 96426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.68
Current children cumulated vsize (KiB) 825384

Child status: 0
Real time (s): 32.0837
CPU time (s): 33.7469
CPU user time (s): 33.164
CPU system time (s): 0.582911
CPU usage (%): 105.184
Max. virtual memory (cumulated for all children) (KiB): 825384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.164
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102635
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= 1672
involuntary context switches= 2013

runsolver used 0.046992 second user time and 0.115982 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-02 14:43:42
IDJOB=1042138
IDBENCH=53876
IDSOLVER=344
FILE ID=node70/1042138-1215002622
PBS_JOBID= 7870783
Free space on /tmp= 66436 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-24-24.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042138-1215002622/watcher-1042138-1215002622 -o /tmp/evaluation-result-1042138-1215002622/solver-1042138-1215002622 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042138-1215002622.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085224582c2533376c40a66e21614d4f
RANDOM SEED=760584782

node70.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.256
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.256
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:       1037536 kB
Buffers:         66780 kB
Cached:         754164 kB
SwapCached:      77676 kB
Active:         280032 kB
Inactive:       660112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1037536 kB
SwapTotal:     4192956 kB
SwapFree:      4109616 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:         126240 kB
Slab:            63576 kB
Committed_AS:  4030756 kB
PageTables:       1896 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= 66436 MiB
End job on node70 at 2008-07-02 14:44:15