Trace number 1058166

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? (TO) 1800.17 1814.81

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark148.249
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints39827
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension39527
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

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

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-1058166-1215113189/watcher-1058166-1215113189 -o /tmp/evaluation-result-1058166-1215113189/solver-1058166-1215113189 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058166-1215113189.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.89 1.95 1.92 4/80 3764
/proc/meminfo: memFree=1453568/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=0 CPUtime=0
/proc/3764/stat : 3764 (java6) R 3762 3764 3133 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 995721467 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3764/statm: 0 0 0 0 0 0 0

[startup+0.0745449 s]
/proc/loadavg: 1.89 1.95 1.92 4/80 3764
/proc/meminfo: memFree=1453568/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=802236 CPUtime=0.06
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 2796 0 1 0 4 2 0 0 18 0 7 0 995721467 821489664 2531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 200559 2532 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102552 s]
/proc/loadavg: 1.89 1.95 1.92 4/80 3764
/proc/meminfo: memFree=1453568/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=804612 CPUtime=0.08
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 3008 0 1 0 6 2 0 0 18 0 12 0 995721467 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30259 s]
/proc/loadavg: 1.89 1.95 1.92 4/80 3764
/proc/meminfo: memFree=1453568/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=807992 CPUtime=0.27
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 4928 0 1 0 24 3 0 0 18 0 12 0 995721467 827383808 4257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 201998 4257 1306 9 0 199367 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807992

[startup+0.701665 s]
/proc/loadavg: 1.89 1.95 1.92 4/80 3764
/proc/meminfo: memFree=1453568/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=808020 CPUtime=0.65
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 6274 0 1 0 60 5 0 0 18 0 12 0 995721467 827412480 5437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 202005 5437 1335 9 0 199367 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 808020

[startup+1.50182 s]
/proc/loadavg: 1.89 1.95 1.92 4/92 3776
/proc/meminfo: memFree=1435168/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=808760 CPUtime=1.46
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 7759 0 1 0 140 6 0 0 18 0 12 0 995721467 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 202190 6302 1347 9 0 199552 0
[pid=3764/tid=3766] ppid=3762 vsize=808760 CPUtime=0.73
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 4444 0 1 0 69 4 0 0 25 0 12 0 995721468 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 995721469 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 995721469 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 995721471 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 995721472 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 995721472 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=808760 CPUtime=0.25
/proc/3764/task/3773/stat : 3773 (java) R 3762 3764 3133 0 -1 64 606 0 0 0 25 0 0 0 16 0 12 0 995721476 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 104089665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=808760 CPUtime=0.46
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 1944 0 0 0 45 1 0 0 16 0 12 0 995721476 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=808760 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 828170240 6302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808760

[startup+3.10212 s]
/proc/loadavg: 1.89 1.95 1.92 5/92 3776
/proc/meminfo: memFree=1423456/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=814112 CPUtime=3.05
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 19332 0 1 0 293 12 0 0 18 0 12 0 995721467 833650688 15930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203528 15931 1373 9 0 200890 0
[pid=3764/tid=3766] ppid=3762 vsize=814112 CPUtime=1.66
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 12721 0 1 0 157 9 0 0 25 0 12 0 995721468 833650688 15932 996147200 134512640 134550740 4294956032 18446744073709551615 4109782154 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 995721469 833650688 15932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 995721469 833650688 15933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 995721471 833650688 15933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 995721472 833650688 15934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 995721472 833650688 15934 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 833650688 15935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=814112 CPUtime=0.76
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 3835 0 0 0 75 1 0 0 16 0 12 0 995721476 833650688 15935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=814112 CPUtime=0.61
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2012 0 0 0 60 1 0 0 16 0 12 0 995721476 833650688 15936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 833650688 15936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=814112 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 833650688 15937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814112

[startup+6.30173 s]
/proc/loadavg: 1.89 1.95 1.92 4/92 3776
/proc/meminfo: memFree=1369376/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813132 CPUtime=6.26
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 25823 0 1 0 611 15 0 0 18 0 12 0 995721467 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203283 22062 1378 9 0 200645 0
[pid=3764/tid=3766] ppid=3762 vsize=813132 CPUtime=4.63
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 17237 0 1 0 452 11 0 0 25 0 12 0 995721468 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4109754046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813132 CPUtime=0.05
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 1268 0 0 0 5 0 0 0 17 0 12 0 995721469 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813132 CPUtime=0.01
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 460 0 0 0 1 0 0 0 17 0 12 0 995721469 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 995721471 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813132 CPUtime=0.79
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 3835 0 0 0 78 1 0 0 16 0 12 0 995721476 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813132 CPUtime=0.73
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2175 0 0 0 72 1 0 0 16 0 12 0 995721476 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832647168 22062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 813132

[startup+12.7029 s]
/proc/loadavg: 1.90 1.95 1.92 3/92 3776
/proc/meminfo: memFree=1355552/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813132 CPUtime=12.65
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 29283 0 1 0 1249 16 0 0 18 0 12 0 995721467 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203283 25516 1380 9 0 200645 0
[pid=3764/tid=3766] ppid=3762 vsize=813132 CPUtime=10.83
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 18604 0 1 0 1072 11 0 0 25 0 12 0 995721468 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4109740041 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813132 CPUtime=0.09
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 2030 0 0 0 9 0 0 0 17 0 12 0 995721469 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813132 CPUtime=0.07
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 1703 0 0 0 7 0 0 0 16 0 12 0 995721469 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 995721471 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813132 CPUtime=0.82
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 3837 0 0 0 81 1 0 0 16 0 12 0 995721476 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813132 CPUtime=0.78
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2181 0 0 0 77 1 0 0 16 0 12 0 995721476 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813132 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832647168 25516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 813132

[startup+25.5024 s]
/proc/loadavg: 1.92 1.96 1.92 3/92 3776
/proc/meminfo: memFree=1352224/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=814284 CPUtime=25.45
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 31201 0 1 0 2527 18 0 0 18 0 12 0 995721467 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203571 26354 1382 9 0 200933 0
[pid=3764/tid=3766] ppid=3762 vsize=814284 CPUtime=22.96
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 18618 0 1 0 2285 11 0 0 25 0 12 0 995721468 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4109748103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=814284 CPUtime=0.12
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 2327 0 0 0 11 1 0 0 17 0 12 0 995721469 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=814284 CPUtime=0.09
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 1922 0 0 0 9 0 0 0 16 0 12 0 995721469 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=814284 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 995721471 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=814284 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=814284 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=814284 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 833826816 26354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3764/tid=3775] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 59366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832757760 59366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.08
Current children cumulated vsize (KiB) 813240

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 1.98 5/92 3776
/proc/meminfo: memFree=1213600/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813240 CPUtime=1648.51
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 66938 0 4 0 164803 48 0 0 18 0 12 0 995721467 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203310 60472 1392 9 0 200672 0
[pid=3764/tid=3766] ppid=3762 vsize=813240 CPUtime=1629.56
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 19863 0 1 0 162938 18 0 0 25 0 12 0 995721468 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4109764616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813240 CPUtime=7.58
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 19203 0 0 0 749 9 0 0 17 0 12 0 995721469 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813240 CPUtime=8.02
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 19220 0 0 0 794 8 0 0 17 0 12 0 995721469 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813240 CPUtime=0.31
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 167 0 0 0 24 7 0 0 15 0 12 0 995721471 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813240 CPUtime=1.58
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 5198 0 3 0 156 2 0 0 16 0 12 0 995721476 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813240 CPUtime=1.41
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2523 0 0 0 140 1 0 0 16 0 12 0 995721476 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832757760 60472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.51
Current children cumulated vsize (KiB) 813240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/92 3776
/proc/meminfo: memFree=1196640/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813240 CPUtime=1707.95
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 71162 0 4 0 170745 50 0 0 18 0 12 0 995721467 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203310 64656 1392 9 0 200672 0
[pid=3764/tid=3766] ppid=3762 vsize=813240 CPUtime=1688.09
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 19903 0 1 0 168791 18 0 0 25 0 12 0 995721468 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4109740041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813240 CPUtime=7.98
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 19768 0 0 0 789 9 0 0 17 0 12 0 995721469 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813240 CPUtime=8.51
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 22839 0 0 0 841 10 0 0 17 0 12 0 995721469 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813240 CPUtime=0.31
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 167 0 0 0 24 7 0 0 15 0 12 0 995721471 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813240 CPUtime=1.58
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 5198 0 3 0 156 2 0 0 16 0 12 0 995721476 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813240 CPUtime=1.41
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2523 0 0 0 140 1 0 0 16 0 12 0 995721476 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832757760 64656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.95
Current children cumulated vsize (KiB) 813240

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/96 3823
/proc/meminfo: memFree=1209472/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813240 CPUtime=1767.76
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 72334 0 4 0 176720 56 0 0 18 0 12 0 995721467 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203310 65785 1392 9 0 200672 0
[pid=3764/tid=3766] ppid=3762 vsize=813240 CPUtime=1746.56
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 19945 0 1 0 174633 23 0 0 25 0 12 0 995721468 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4109740041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813240 CPUtime=8.66
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 3133 0 -1 64 20373 0 0 0 857 9 0 0 17 0 12 0 995721469 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813240 CPUtime=9.16
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 3133 0 -1 64 23364 0 0 0 906 10 0 0 17 0 12 0 995721469 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813240 CPUtime=0.33
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 167 0 0 0 25 8 0 0 15 0 12 0 995721471 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813240 CPUtime=1.58
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 5198 0 3 0 156 2 0 0 16 0 12 0 995721476 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813240 CPUtime=1.41
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2523 0 0 0 140 1 0 0 16 0 12 0 995721476 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832757760 65785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.76
Current children cumulated vsize (KiB) 813240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.00 2.02 1.98 3/84 3850
/proc/meminfo: memFree=1110880/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813240 CPUtime=1800.06
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 72954 0 4 0 179948 58 0 0 18 0 12 0 995721467 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203310 66382 1392 9 0 200672 0
[pid=3764/tid=3766] ppid=3762 vsize=813240 CPUtime=1778.18
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 19968 0 1 0 177794 24 0 0 25 0 12 0 995721468 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813240 CPUtime=8.99
/proc/3764/task/3767/stat : 3767 (java) R 3762 3764 3133 0 -1 64 20620 0 0 0 890 9 0 0 16 0 12 0 995721469 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 105852875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813240 CPUtime=9.5
/proc/3764/task/3768/stat : 3768 (java) R 3762 3764 3133 0 -1 64 23713 0 0 0 940 10 0 0 16 0 12 0 995721469 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 103078353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813240 CPUtime=0.33
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 168 0 0 0 25 8 0 0 15 0 12 0 995721471 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813240 CPUtime=1.58
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 5198 0 3 0 156 2 0 0 16 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813240 CPUtime=1.41
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2523 0 0 0 140 1 0 0 16 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 813240

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1814.7 s]
/proc/loadavg: 2.00 2.02 1.98 3/84 3850
/proc/meminfo: memFree=1110880/2055920 swapFree=4174728/4192956
[pid=3764] ppid=3762 vsize=813240 CPUtime=1800.06
/proc/3764/stat : 3764 (java) S 3762 3764 3133 0 -1 0 72954 0 4 0 179948 58 0 0 18 0 12 0 995721467 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3764/statm: 203310 66382 1392 9 0 200672 0
[pid=3764/tid=3766] ppid=3762 vsize=813240 CPUtime=1778.18
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 3133 0 -1 64 19968 0 1 0 177794 24 0 0 25 0 12 0 995721468 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=813240 CPUtime=8.99
/proc/3764/task/3767/stat : 3767 (java) R 3762 3764 3133 0 -1 64 20620 0 0 0 890 9 0 0 16 0 12 0 995721469 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 105852875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=813240 CPUtime=9.5
/proc/3764/task/3768/stat : 3768 (java) R 3762 3764 3133 0 -1 64 23713 0 0 0 940 10 0 0 16 0 12 0 995721469 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 103078353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=813240 CPUtime=0.33
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 3133 0 -1 64 168 0 0 0 25 8 0 0 15 0 12 0 995721471 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995721472 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 3133 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 995721472 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=813240 CPUtime=1.58
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 3133 0 -1 64 5198 0 3 0 156 2 0 0 16 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3774] ppid=3762 vsize=813240 CPUtime=1.41
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 3133 0 -1 64 2523 0 0 0 140 1 0 0 16 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3775] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 3133 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=813240 CPUtime=0
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 995721476 832757760 66382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 813240

Child status: 143
Real time (s): 1814.81
CPU time (s): 1800.17
CPU user time (s): 1799.54
CPU system time (s): 0.626904
CPU usage (%): 99.1936
Max. virtual memory (cumulated for all children) (KiB): 814940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72996
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54931
involuntary context switches= 83236

runsolver used 2.25566 second user time and 6.02208 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-03 21:26:29
IDJOB=1058166
IDBENCH=54111
IDSOLVER=344
FILE ID=node35/1058166-1215113189
PBS_JOBID= 7877133
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=1005835375

node35.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.261
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.261
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:       1454048 kB
Buffers:         57872 kB
Cached:         335412 kB
SwapCached:      12200 kB
Active:         196924 kB
Inactive:       324280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454048 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            6740 kB
Writeback:           0 kB
Mapped:         144296 kB
Slab:            65700 kB
Committed_AS:  2330384 kB
PageTables:       2020 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= 66528 MiB
End job on node35 at 2008-07-03 21:56:46