Trace number 1058198

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-13SAT 1437.58 1444.22

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-14.xml
MD5SUM11f6902a1becd1ad9a2f18db7aea4eb7
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.7261
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33340
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32990
Global constraints used (with number of constraints)alldifferent(350)

Solver Data (download as text)

0.20/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.20/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.29	c See www.sat4j.org for details.
0.20/0.29	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.38	c c --- Begin Solver configuration ---
0.30/0.38	c Stops conflict analysis at the first Unique Implication Point
0.30/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.38	c Learn all clauses as in MiniSAT
0.30/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.38	c Expensive reason simplification
0.30/0.38	c MiniSAT restarts strategy
0.30/0.38	c timeout=2147483s
0.30/0.38	c DB Simplification allowed=false
0.30/0.38	c --- End Solver configuration ---
0.30/0.38	c solving HOME/instance-1058198-1215113322.xml
0.30/0.38	c reading problem ... 
0.60/0.66	c reading problem named null
0.60/0.66	c reading domains done.
0.60/0.67	c reading variables done.
1.20/1.22	c reading predicates  done.
1.39/1.40	c reading constraints
1421.38/1428.18	c done with constraints.
1421.38/1428.18	c ... done. Wall clock time 1427.799s.
1421.38/1428.18	c #vars     16827
1421.38/1428.18	c #constraints  5043591
1421.38/1428.18	c constraints type 
1421.38/1428.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5042891
1421.38/1428.18	c org.sat4j.minisat.constraints.card.AtLeast => 596
1437.48/1444.10	c starts		: 11
1437.48/1444.10	c conflicts		: 11646
1437.48/1444.10	c decisions		: 89858
1437.48/1444.10	c propagations		: 2357911
1437.48/1444.10	c inspects		: 36242002
1437.48/1444.10	c learnt literals	: 0
1437.48/1444.10	c learnt binary clauses	: 0
1437.48/1444.10	c learnt ternary clauses	: 8
1437.48/1444.10	c learnt clauses	: 11646
1437.48/1444.10	c ignored clauses	: 0
1437.48/1444.10	c root simplifications	: 0
1437.48/1444.10	c removed literals (reason simplification)	: 47173
1437.48/1444.10	c reason swapping (by a shorter reason)	: 0
1437.48/1444.10	c Calls to reduceDB	: 0
1437.48/1444.10	c speed (assignments/second)	: 148717.18700725323
1437.48/1444.10	c non guided choices	63043
1437.48/1444.10	s SATISFIABLE
1437.48/1444.11	v 37 12 40 29 33 12 27 15 9 25 24 22 6 40 0 22 17 20 41 19 10 11 24 24 1 35 39 16 29 44 37 21 33 8 28 23 10 32 2 35 32 38 30 13 16 21 38 29 13 20 11 23 29 27 3 5 25 39 7 8 26 39 5 6 25 25 9 42 12 34 21 23 24 39 31 1 22 20 36 5 19 31 27 38 2 25 28 13 11 42 43 27 43 14 23 18 35 15 1 35 44 18 34 39 42 40 32 28 8 23 38 34 37 34 2 21 1 7 39 42 14 21 30 14 21 20 9 8 5 15 20 25 18 36 20 37 12 4 44 13 5 38 33 24 13 35 32 24 40 12 29 16 26 3 1 18 34 15 11 1 8 9 42 8 28 30 44 39 15 1 19 31 15 39 17 14 30 21 39 33 39 16 43 13 25 41 17 38 26 40 19 28 28 11 43 40 3 12 10 10 8 43 19 41 32 9 25 2 40 25 35 14 17 37 0 12 22 35 33 10 2 17 4 6 26 41 4 9 5 5 30 40 40 0 27 11 7 27 31 35 43 7 3 14 34 41 38 31 32 15 17 22 12 34 18 7 3 26 8 2 11 4 30 10 29 7 33 38 44 0 36 6 27 14 23 7 26 2 41 33 7 42 2 0 4 20 32 0 10 19 21 19 9 32 29 25 41 0 44 16 14 43 11 28 3 36 8 4 21 41 19 38 43 7 18 36 17 4 26 3 41 15 19 31 23 18 2 23 10 35 42 37 6 6 4 22 33 32 44 37 29 24 30 43 36 21 12 44 27 1 3 3 7 4 1 2 1 0 6 6 7 0 1 4 1 4 6 7 2 4 5 1 0 1 5 9 0 0 1 0 0 0 4 0 9 4 1 2 7 6 1 0 4 6 9 7 5 9 5 4 7 8 8 4 9 1 1 6 4 9 7 1 0 0 7 4 7 8 7 4 5 9 3 7 0 6 1 8 1 7 7 2 6 7 0 2 2 2 6 0 2 9 5 0 1 2 1 9 0 7 2 1 5 3 2 0 7 7 8 6 3 0 7 7 4 1 8 3 5 7 6 8 2 4 2 6 5 1 4 7 2 9 9 4 1 6 6 9 5 8 6 6 0 5 0 8 0 2 1 9 0 7 9 7 4 7 3 1 9 9 2 9 4 5 8 5 4 4 2 7 6 4 5 2 7 7 0 4 9 6 8 6 0 1 8 8 8 1 5 8 0 5 0 4 7 2 2 0 7 6 3 9 8 5 4 0 5 3 3 3 4 5 9 2 7 5 7 5 8 8 8 1 5 7 0 1 7 2 8 5 8 6 9 9 2 5 8 7 6 2 1 2 6 9 8 7 2 7 3 8 2 6 1 6 6 0 4 6 7 6 0 6 6 0 6 1 9 8 1 0 6 8 0 1 0 6 2 9 9 3 9 1 2 6 0 0 8 2 9 1 3 3 8 6 7 0 6 8 8 1 8 6 2 6 1 0 6 1 9 3 9 9 8 7 0 2 0 8 1 0 0 6 2 1 7 8 1 2 2 0 6 4 2 6 3 2 7 9 6 1 2 8 7 4 7 6 8 7 8 1 
1437.48/1444.11	c Total wall clock time (in seconds) : 1443.722

Verifier Data (download as text)

OK

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-1058198-1215113322/watcher-1058198-1215113322 -o /tmp/evaluation-result-1058198-1215113322/solver-1058198-1215113322 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058198-1215113322.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: 1.98 2.01 1.98 4/83 15392
/proc/meminfo: memFree=935696/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=152 CPUtime=0
/proc/15392/stat : 15392 (java) R 15390 15392 14667 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1990307446 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 10416932 0 0 4096 0 0 0 0 17 0 0 0
/proc/15392/statm: 38 26 19 9 0 4 0

[startup+0.102345 s]
/proc/loadavg: 1.98 2.01 1.98 4/83 15392
/proc/meminfo: memFree=935696/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=804916 CPUtime=0.09
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 3285 0 1 0 7 2 0 0 18 0 12 0 1990307446 824233984 3016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 201229 3017 1249 9 0 198598 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804916

[startup+0.201362 s]
/proc/loadavg: 1.98 2.01 1.98 4/83 15392
/proc/meminfo: memFree=935696/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=810156 CPUtime=0.2
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 4515 0 1 0 18 2 0 0 18 0 12 0 1990307446 829599744 3918 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 202539 3918 1298 9 0 199908 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 810156

[startup+0.30237 s]
/proc/loadavg: 1.98 2.01 1.98 4/83 15392
/proc/meminfo: memFree=935696/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=808856 CPUtime=0.3
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 5017 0 1 0 27 3 0 0 18 0 12 0 1990307446 828268544 4346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 202214 4346 1308 9 0 199583 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808856

[startup+0.702413 s]
/proc/loadavg: 1.98 2.01 1.98 4/83 15392
/proc/meminfo: memFree=935696/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=808884 CPUtime=0.7
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 6311 0 1 0 66 4 0 0 18 0 12 0 1990307446 828297216 5493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 202221 5493 1335 9 0 199583 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808884

[startup+1.50249 s]
/proc/loadavg: 1.98 2.01 1.98 5/95 15404
/proc/meminfo: memFree=916848/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=808884 CPUtime=1.49
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 8980 0 1 0 143 6 0 0 18 0 12 0 1990307446 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 202221 7365 1356 9 0 199583 0
[pid=15392/tid=15394] ppid=15390 vsize=808884 CPUtime=0.84
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 5837 0 1 0 80 4 0 0 18 0 12 0 1990307447 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4109147589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1990307448 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990307448 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990307450 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1990307450 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15399] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1990307450 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15400] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990307454 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=808884 CPUtime=0.36
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 1422 0 0 0 36 0 0 0 16 0 12 0 1990307454 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15402] ppid=15390 vsize=808884 CPUtime=0.26
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 959 0 0 0 26 0 0 0 16 0 12 0 1990307454 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15403] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990307454 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=808884 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990307454 828297216 7365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808884

[startup+3.10166 s]
/proc/loadavg: 1.98 2.01 1.98 3/95 15404
/proc/meminfo: memFree=898544/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=814948 CPUtime=3.06
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 24023 0 1 0 295 11 0 0 18 0 12 0 1990307446 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 203737 20404 1371 9 0 201099 0
[pid=15392/tid=15394] ppid=15390 vsize=814948 CPUtime=1.93
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 17422 0 1 0 185 8 0 0 17 0 12 0 1990307447 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4109318653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1990307448 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990307448 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990307450 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1990307450 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15399] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1990307450 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15400] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990307454 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=814948 CPUtime=0.41
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 1442 0 0 0 41 0 0 0 16 0 12 0 1990307454 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15402] ppid=15390 vsize=814948 CPUtime=0.69
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4397 0 0 0 68 1 0 0 16 0 12 0 1990307454 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15403] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990307454 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=814948 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990307454 834506752 20404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814948

[startup+6.30299 s]
/proc/loadavg: 1.98 2.01 1.98 3/95 15404
/proc/meminfo: memFree=850096/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=814376 CPUtime=6.24
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 26222 0 1 0 612 12 0 0 18 0 12 0 1990307446 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 203594 22474 1378 9 0 200956 0
[pid=15392/tid=15394] ppid=15390 vsize=814376 CPUtime=4.97
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 17512 0 1 0 489 8 0 0 25 0 12 0 1990307447 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4109698935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15390 vsize=814376 CPUtime=0.03
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 826 0 0 0 3 0 0 0 17 0 12 0 1990307448 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15390 vsize=814376 CPUtime=0.05
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 1194 0 0 0 5 0 0 0 17 0 12 0 1990307448 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990307454 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=814376 CPUtime=0.43
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 1444 0 0 0 43 0 0 0 16 0 12 0 1990307454 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15402] ppid=15390 vsize=814376 CPUtime=0.69
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4399 0 0 0 68 1 0 0 16 0 12 0 1990307454 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15403] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990307454 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990307454 833921024 22474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 814376

[startup+12.7017 s]
/proc/loadavg: 1.98 2.01 1.98 3/95 15404
/proc/meminfo: memFree=835504/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=814376 CPUtime=12.58
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 29885 0 1 0 1244 14 0 0 18 0 12 0 1990307446 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 203594 26130 1380 9 0 200956 0
[pid=15392/tid=15394] ppid=15390 vsize=814376 CPUtime=11.06
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 18655 0 1 0 1097 9 0 0 25 0 12 0 1990307447 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4109658825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15390 vsize=814376 CPUtime=0.1
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 2137 0 0 0 10 0 0 0 17 0 12 0 1990307448 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15390 vsize=814376 CPUtime=0.12
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 2289 0 0 0 12 0 0 0 16 0 12 0 1990307448 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 166 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990307454 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=814376 CPUtime=0.5
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 1470 0 0 0 50 0 0 0 16 0 12 0 1990307454 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15402] ppid=15390 vsize=814376 CPUtime=0.74
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4406 0 0 0 73 1 0 0 16 0 12 0 1990307454 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15403] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990307454 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990307454 833921024 26130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 814376

[startup+25.503 s]
/proc/loadavg: 1.99 2.01 1.98 3/95 15404
/proc/meminfo: memFree=831920/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=814376 CPUtime=25.26
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 30466 0 1 0 2512 14 0 0 18 0 12 0 1990307446 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 203594 26699 1380 9 0 200956 0
[pid=15392/tid=15394] ppid=15390 vsize=814376 CPUtime=23.54
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 18671 0 1 0 2345 9 0 0 25 0 12 0 1990307447 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4109658990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15390 vsize=814376 CPUtime=0.12
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 2401 0 0 0 12 0 0 0 17 0 12 0 1990307448 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15390 vsize=814376 CPUtime=0.14
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 2578 0 0 0 14 0 0 0 17 0 12 0 1990307448 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 168 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990307450 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=814376 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990307454 833921024 26699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15392] ppid=15390 vsize=825720 CPUtime=1426.9
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 140021 0 1 0 142612 78 0 0 18 0 13 0 1990307446 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 206430 130869 1402 9 0 203792 0
[pid=15392/tid=15394] ppid=15390 vsize=825720 CPUtime=1393.48
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 19684 0 1 0 139330 18 0 0 25 0 13 0 1990307447 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4110271331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15395] ppid=15390 vsize=825720 CPUtime=14.45
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 56966 0 0 0 1421 24 0 0 16 0 13 0 1990307448 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=825720 CPUtime=14.51
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 55428 0 0 0 1429 22 0 0 16 0 13 0 1990307448 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=825720 CPUtime=0.28
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 171 0 0 0 20 8 0 0 16 0 13 0 1990307450 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=825720 CPUtime=2.07
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 2516 0 0 0 206 1 0 0 16 0 13 0 1990307454 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15402] ppid=15390 vsize=825720 CPUtime=2.04
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4488 0 0 0 203 1 0 0 16 0 13 0 1990307454 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15403] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990307454 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15436] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15436/stat : 15436 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 1990450272 845537280 130869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1426.9
Current children cumulated vsize (KiB) 825720

[startup+1440.01 s]
/proc/loadavg: 2.27 2.18 2.07 3/85 15436
/proc/meminfo: memFree=457792/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=825720 CPUtime=1433.38
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 144397 0 1 0 143259 79 0 0 18 0 13 0 1990307446 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 206430 135023 1402 9 0 203792 0
[pid=15392/tid=15394] ppid=15390 vsize=825720 CPUtime=1399.51
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 19685 0 1 0 139933 18 0 0 25 0 13 0 1990307447 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4110357823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15395] ppid=15390 vsize=825720 CPUtime=14.67
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 59573 0 0 0 1442 25 0 0 17 0 13 0 1990307448 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=825720 CPUtime=14.73
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 57196 0 0 0 1450 23 0 0 17 0 13 0 1990307448 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=825720 CPUtime=0.28
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 171 0 0 0 20 8 0 0 16 0 13 0 1990307450 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=825720 CPUtime=2.08
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 2516 0 0 0 207 1 0 0 15 0 13 0 1990307454 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15402] ppid=15390 vsize=825720 CPUtime=2.06
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4488 0 0 0 205 1 0 0 16 0 13 0 1990307454 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15403] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990307454 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15436] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15436/stat : 15436 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 1990450272 845537280 135023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1433.38
Current children cumulated vsize (KiB) 825720

[startup+1441.6 s]
/proc/loadavg: 2.27 2.18 2.07 3/85 15436
/proc/meminfo: memFree=457792/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=825720 CPUtime=1434.98
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 144401 0 1 0 143419 79 0 0 18 0 13 0 1990307446 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 206430 135027 1402 9 0 203792 0
[pid=15392/tid=15394] ppid=15390 vsize=825720 CPUtime=1401.03
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 19685 0 1 0 140085 18 0 0 25 0 13 0 1990307447 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4110357823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15395] ppid=15390 vsize=825720 CPUtime=14.67
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 59573 0 0 0 1442 25 0 0 17 0 13 0 1990307448 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=825720 CPUtime=14.73
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 57196 0 0 0 1450 23 0 0 17 0 13 0 1990307448 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=825720 CPUtime=0.28
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 171 0 0 0 20 8 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=825720 CPUtime=2.12
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 2519 0 0 0 211 1 0 0 16 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15402] ppid=15390 vsize=825720 CPUtime=2.09
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4489 0 0 0 208 1 0 0 16 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15403] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15436] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15436/stat : 15436 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 1990450272 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1434.98
Current children cumulated vsize (KiB) 825720

[startup+1443.2 s]
/proc/loadavg: 2.27 2.18 2.07 3/85 15436
/proc/meminfo: memFree=457792/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=825720 CPUtime=1436.58
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 144402 0 1 0 143579 79 0 0 18 0 13 0 1990307446 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 206430 135027 1402 9 0 203792 0
[pid=15392/tid=15394] ppid=15390 vsize=825720 CPUtime=1402.63
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 19686 0 1 0 140245 18 0 0 25 0 13 0 1990307447 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4110261424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15395] ppid=15390 vsize=825720 CPUtime=14.67
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 59573 0 0 0 1442 25 0 0 17 0 13 0 1990307448 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=825720 CPUtime=14.73
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 57196 0 0 0 1450 23 0 0 17 0 13 0 1990307448 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=825720 CPUtime=0.28
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 171 0 0 0 20 8 0 0 17 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=825720 CPUtime=2.12
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 2519 0 0 0 211 1 0 0 16 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15402] ppid=15390 vsize=825720 CPUtime=2.09
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4489 0 0 0 208 1 0 0 16 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15403] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15436] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15436/stat : 15436 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 1990450272 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1436.58
Current children cumulated vsize (KiB) 825720

[startup+1444 s]
/proc/loadavg: 2.27 2.18 2.07 3/85 15436
/proc/meminfo: memFree=457792/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=825720 CPUtime=1437.38
/proc/15392/stat : 15392 (java) S 15390 15392 14667 0 -1 0 144402 0 1 0 143659 79 0 0 18 0 13 0 1990307446 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 206430 135027 1402 9 0 203792 0
[pid=15392/tid=15394] ppid=15390 vsize=825720 CPUtime=1403.43
/proc/15392/task/15394/stat : 15394 (java) R 15390 15392 14667 0 -1 64 19686 0 1 0 140325 18 0 0 25 0 13 0 1990307447 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4110216971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15395] ppid=15390 vsize=825720 CPUtime=14.67
/proc/15392/task/15395/stat : 15395 (java) S 15390 15392 14667 0 -1 64 59573 0 0 0 1442 25 0 0 17 0 13 0 1990307448 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15396] ppid=15390 vsize=825720 CPUtime=14.73
/proc/15392/task/15396/stat : 15396 (java) S 15390 15392 14667 0 -1 64 57196 0 0 0 1450 23 0 0 17 0 13 0 1990307448 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15397] ppid=15390 vsize=825720 CPUtime=0.28
/proc/15392/task/15397/stat : 15397 (java) S 15390 15392 14667 0 -1 64 171 0 0 0 20 8 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15398] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15398/stat : 15398 (java) S 15390 15392 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990307450 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15390 15392 14667 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15401] ppid=15390 vsize=825720 CPUtime=2.12
/proc/15392/task/15401/stat : 15401 (java) S 15390 15392 14667 0 -1 64 2519 0 0 0 211 1 0 0 16 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15402] ppid=15390 vsize=825720 CPUtime=2.09
/proc/15392/task/15402/stat : 15402 (java) S 15390 15392 14667 0 -1 64 4489 0 0 0 208 1 0 0 16 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15403] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15403/stat : 15403 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15404] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15404/stat : 15404 (java) S 15390 15392 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990307454 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15392/tid=15436] ppid=15390 vsize=825720 CPUtime=0
/proc/15392/task/15436/stat : 15436 (java) S 15390 15392 14667 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 1990450272 845537280 135027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1437.38
Current children cumulated vsize (KiB) 825720

[startup+1444.2 s]
/proc/loadavg: 2.27 2.18 2.07 3/85 15436
/proc/meminfo: memFree=457792/2055920 swapFree=4180052/4192956
[pid=15392] ppid=15390 vsize=0 CPUtime=1437.56
/proc/15392/stat : 15392 (java) Z 15390 15392 14667 0 -1 12 144410 0 1 0 143670 86 0 0 16 0 2 0 1990307446 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15392/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1437.56
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1444.22
CPU time (s): 1437.58
CPU user time (s): 1436.7
CPU system time (s): 0.878866
CPU usage (%): 99.5405
Max. virtual memory (cumulated for all children) (KiB): 825720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1436.7
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144410
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= 44046
involuntary context switches= 59459

runsolver used 1.78273 second user time and 4.80127 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 21:28:43
IDJOB=1058198
IDBENCH=54113
IDSOLVER=344
FILE ID=node7/1058198-1215113322
PBS_JOBID= 7877190
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-14.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-1058198-1215113322/watcher-1058198-1215113322 -o /tmp/evaluation-result-1058198-1215113322/solver-1058198-1215113322 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058198-1215113322.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11f6902a1becd1ad9a2f18db7aea4eb7
RANDOM SEED=1088723396

node7.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.236
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.236
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:        936176 kB
Buffers:         91812 kB
Cached:         809572 kB
SwapCached:       7028 kB
Active:         543764 kB
Inactive:       492440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        936176 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            5932 kB
Writeback:           0 kB
Mapped:         146356 kB
Slab:            68584 kB
Committed_AS:  4065392 kB
PageTables:       2080 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= 66544 MiB
End job on node7 at 2008-07-03 21:52:47