Trace number 1041218

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.19 1805.82

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-19.xml
MD5SUM1f48dd964e65e46ae9ae01e392c8ce73
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark270.332
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints186
Maximum constraint arity19
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension169
Global constraints used (with number of constraints)alldifferent(17)

Solver Data (download as text)

0.25/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.36	c See www.sat4j.org for details.
0.25/0.36	c That software uses the Rhino library from the Mozilla project.
0.34/0.40	c version 9.9.9.token
0.34/0.40	c sun.arch.data.model	32
0.34/0.40	c java.version	1.6.0_06
0.34/0.40	c os.name	Linux
0.34/0.40	c os.version	2.6.9-22.EL.rootsmp
0.34/0.40	c os.arch	i386
0.34/0.40	c Free memory 669864272
0.34/0.40	c Max memory 672137216
0.34/0.40	c Total memory 672137216
0.34/0.40	c Number of processors 2
0.34/0.45	c c --- Begin Solver configuration ---
0.34/0.45	c Stops conflict analysis at the first Unique Implication Point
0.34/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.45	c Learn all clauses as in MiniSAT
0.34/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.45	c Expensive reason simplification
0.34/0.45	c MiniSAT restarts strategy
0.34/0.45	c timeout=2147483s
0.34/0.45	c DB Simplification allowed=false
0.34/0.45	c --- End Solver configuration ---
0.34/0.45	c solving HOME/instance-1041218-1215000673.xml
0.34/0.45	c reading problem ... 
0.63/0.72	c reading problem named null
0.63/0.72	c reading domains done.
0.63/0.73	c reading variables done.
0.83/0.97	c reading predicates  done.
1.01/1.16	c reading constraints
10.79/9.42	c done with constraints.
10.79/9.42	c ... done. Wall clock time 8.966s.
10.79/9.42	c #vars     6409
10.79/9.42	c #constraints  2168922
10.79/9.42	c constraints type 
10.79/9.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2168735
10.79/9.42	c org.sat4j.minisat.constraints.card.AtLeast => 187
1800.07/1805.71	c starts		: 20
1800.07/1805.71	c conflicts		: 524125
1800.07/1805.71	c decisions		: 767572
1800.07/1805.71	c propagations		: 412509346
1800.07/1805.71	c inspects		: 5384140248
1800.07/1805.71	c learnt literals	: 0
1800.07/1805.71	c learnt binary clauses	: 2
1800.07/1805.71	c learnt ternary clauses	: 10640
1800.07/1805.71	c learnt clauses	: 524125
1800.07/1805.71	c ignored clauses	: 0
1800.07/1805.71	c root simplifications	: 0
1800.07/1805.71	c removed literals (reason simplification)	: 19313939
1800.07/1805.71	c reason swapping (by a shorter reason)	: 0
1800.07/1805.71	c Calls to reduceDB	: 0
1800.07/1805.71	c speed (assignments/second)	: 229645.82235001682
1800.07/1805.71	c non guided choices	6188
1800.07/1805.71	s UNKNOWN
1800.07/1805.71	c Total wall clock time (in seconds) : 1805.263

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-1041218-1215000673/watcher-1041218-1215000673 -o /tmp/evaluation-result-1041218-1215000673/solver-1041218-1215000673 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041218-1215000673.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.93 4/80 14172
/proc/meminfo: memFree=1864976/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=18572 CPUtime=0
/proc/14172/stat : 14172 (runsolver) R 14170 14172 13355 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1979041724 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14172/statm: 4643 292 257 25 0 2626 0

[startup+0.0786401 s]
/proc/loadavg: 2.02 2.01 1.93 4/80 14172
/proc/meminfo: memFree=1864976/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=13608 CPUtime=0.03
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 898 0 29 0 0 3 0 0 18 0 2 0 1979041724 13934592 672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 3413 672 325 9 0 1246 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13608

[startup+0.10164 s]
/proc/loadavg: 2.02 2.01 1.93 4/80 14172
/proc/meminfo: memFree=1864976/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=801432 CPUtime=0.05
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 2442 0 29 0 1 4 0 0 18 0 5 0 1979041724 820666368 2207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 200358 2207 936 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301681 s]
/proc/loadavg: 2.02 2.01 1.93 4/80 14172
/proc/meminfo: memFree=1864976/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=807864 CPUtime=0.25
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 4585 0 29 0 19 6 0 0 18 0 12 0 1979041724 827252736 3942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 201966 3942 1298 9 0 199335 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 807864

[startup+0.701754 s]
/proc/loadavg: 2.02 2.01 1.93 4/80 14172
/proc/meminfo: memFree=1864976/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=807892 CPUtime=0.63
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 6187 0 30 0 55 8 0 0 18 0 12 0 1979041724 827281408 5379 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 201973 5379 1335 9 0 199335 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807892

[startup+1.50291 s]
/proc/loadavg: 2.02 2.01 1.93 3/92 14184
/proc/meminfo: memFree=1839216/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=816516 CPUtime=1.42
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 11404 0 30 0 131 11 0 0 18 0 12 0 1979041724 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 204129 8404 1351 9 0 201491 0
[pid=14172/tid=14174] ppid=14170 vsize=816516 CPUtime=0.72
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 5050 0 2 0 67 5 0 0 25 0 12 0 1979041732 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14175] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1979041733 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14176] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1979041733 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14177] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1979041734 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14178] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1979041735 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1979041735 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979041739 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=816516 CPUtime=0.24
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1059 0 0 0 24 0 0 0 16 0 12 0 1979041739 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=816516 CPUtime=0.39
/proc/14172/task/14182/stat : 14182 (java) R 14170 14172 13355 0 -1 64 4559 0 0 0 38 1 0 0 17 0 12 0 1979041739 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 103336639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979041739 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=816516 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979041739 836112384 8404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 816516

[startup+3.10221 s]
/proc/loadavg: 2.02 2.01 1.93 4/92 14184
/proc/meminfo: memFree=1824688/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=819892 CPUtime=3.06
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 32041 0 30 0 287 19 0 0 18 0 12 0 1979041724 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 204973 27248 1375 9 0 202335 0
[pid=14172/tid=14174] ppid=14170 vsize=819892 CPUtime=1.59
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17260 0 2 0 149 10 0 0 25 0 12 0 1979041732 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4109569422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14175] ppid=14170 vsize=819892 CPUtime=0.11
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 2936 0 0 0 11 0 0 0 17 0 12 0 1979041733 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14176] ppid=14170 vsize=819892 CPUtime=0.1
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 3213 0 0 0 9 1 0 0 16 0 12 0 1979041733 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14170 vsize=819892 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979041734 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14178] ppid=14170 vsize=819892 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1979041735 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=819892 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1979041735 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=819892 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979041739 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=819892 CPUtime=0.42
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1531 0 0 0 42 0 0 0 16 0 12 0 1979041739 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=819892 CPUtime=0.75
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6337 0 0 0 73 2 0 0 16 0 12 0 1979041739 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=819892 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979041739 839569408 27248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=819892 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979041739 839569408 27248 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) 819892

[startup+6.30281 s]
/proc/loadavg: 2.02 2.01 1.93 3/92 14184
/proc/meminfo: memFree=1689584/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=830936 CPUtime=7.03
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 62253 0 30 0 672 31 0 0 18 0 12 0 1979041724 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 207734 50791 1375 9 0 205096 0
[pid=14172/tid=14174] ppid=14170 vsize=830936 CPUtime=3.52
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17265 0 2 0 342 10 0 0 22 0 12 0 1979041732 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4109693325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14175] ppid=14170 vsize=830936 CPUtime=1.13
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 17878 0 0 0 106 7 0 0 19 0 12 0 1979041733 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14176] ppid=14170 vsize=830936 CPUtime=1.1
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 18477 0 0 0 103 7 0 0 19 0 12 0 1979041733 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14177] ppid=14170 vsize=830936 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1979041734 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14178] ppid=14170 vsize=830936 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1979041735 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=830936 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1979041735 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=830936 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979041739 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=830936 CPUtime=0.43
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1531 0 0 0 43 0 0 0 16 0 12 0 1979041739 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=830936 CPUtime=0.78
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6338 0 0 0 76 2 0 0 16 0 12 0 1979041739 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=830936 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979041739 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=830936 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979041739 850878464 50791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 830936

[startup+12.703 s]
/proc/loadavg: 2.16 2.04 1.94 3/93 14185
/proc/meminfo: memFree=1597416/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=836348 CPUtime=14.29
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 79971 0 30 0 1388 41 0 0 18 0 13 0 1979041724 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 209087 66250 1394 9 0 206449 0
[pid=14172/tid=14174] ppid=14170 vsize=836348 CPUtime=6.92
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17293 0 2 0 682 10 0 0 25 0 13 0 1979041732 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4109979186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14175] ppid=14170 vsize=836348 CPUtime=2.3
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 28724 0 0 0 218 12 0 0 19 0 13 0 1979041733 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14176] ppid=14170 vsize=836348 CPUtime=2.31
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 25104 0 0 0 221 10 0 0 19 0 13 0 1979041733 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 1979041734 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=836348 CPUtime=0.97
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1586 0 0 0 97 0 0 0 16 0 13 0 1979041739 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=836348 CPUtime=1.69
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6494 0 0 0 167 2 0 0 16 0 13 0 1979041739 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979041739 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14185] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14185/stat : 14185 (java) S 14170 14172 13355 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 1979042668 856420352 66250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 836348

[startup+25.5014 s]
/proc/loadavg: 2.14 2.04 1.94 3/93 14185
/proc/meminfo: memFree=1596264/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=836348 CPUtime=27.08
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 80263 0 30 0 2667 41 0 0 18 0 13 0 1979041724 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 209087 66540 1394 9 0 206449 0
[pid=14172/tid=14174] ppid=14170 vsize=836348 CPUtime=19.47
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17295 0 2 0 1936 11 0 0 25 0 13 0 1979041732 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4109960065 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14175] ppid=14170 vsize=836348 CPUtime=2.4
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 28832 0 0 0 228 12 0 0 18 0 13 0 1979041733 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14176] ppid=14170 vsize=836348 CPUtime=2.4
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 25281 0 0 0 230 10 0 0 17 0 13 0 1979041733 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979041734 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 66540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979041734 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=836348 CPUtime=1.01
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1588 0 0 0 101 0 0 0 16 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=836348 CPUtime=1.75
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6498 0 0 0 173 2 0 0 17 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14185] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14185/stat : 14185 (java) S 14170 14172 13355 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 1979042668 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.67
Current children cumulated vsize (KiB) 836348

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/85 14779
/proc/meminfo: memFree=1261160/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=836348 CPUtime=1657.38
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 111133 0 30 0 165674 64 0 0 18 0 13 0 1979041724 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 209087 94771 1394 9 0 206449 0
[pid=14172/tid=14174] ppid=14170 vsize=836348 CPUtime=1647.35
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17301 0 2 0 164714 21 0 0 25 0 13 0 1979041732 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4109960065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14175] ppid=14170 vsize=836348 CPUtime=3.6
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 46639 0 0 0 341 19 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14176] ppid=14170 vsize=836348 CPUtime=3.58
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 38337 0 0 0 342 16 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979041734 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=836348 CPUtime=1.01
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1588 0 0 0 101 0 0 0 16 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=836348 CPUtime=1.75
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6498 0 0 0 173 2 0 0 17 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14185] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14185/stat : 14185 (java) S 14170 14172 13355 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 1979042668 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.38
Current children cumulated vsize (KiB) 836348

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/85 14780
/proc/meminfo: memFree=1260968/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=836348 CPUtime=1717.08
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 111133 0 30 0 171644 64 0 0 18 0 13 0 1979041724 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 209087 94771 1394 9 0 206449 0
[pid=14172/tid=14174] ppid=14170 vsize=836348 CPUtime=1707.06
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17301 0 2 0 170685 21 0 0 25 0 13 0 1979041732 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4109977683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14175] ppid=14170 vsize=836348 CPUtime=3.6
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 46639 0 0 0 341 19 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14176] ppid=14170 vsize=836348 CPUtime=3.58
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 38337 0 0 0 342 16 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979041734 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=836348 CPUtime=1.01
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1588 0 0 0 101 0 0 0 16 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=836348 CPUtime=1.75
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6498 0 0 0 173 2 0 0 17 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14185] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14185/stat : 14185 (java) S 14170 14172 13355 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 1979042668 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.08
Current children cumulated vsize (KiB) 836348

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/85 14781
/proc/meminfo: memFree=1260904/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=836348 CPUtime=1776.78
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 111133 0 30 0 177614 64 0 0 18 0 13 0 1979041724 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 209087 94771 1394 9 0 206449 0
[pid=14172/tid=14174] ppid=14170 vsize=836348 CPUtime=1766.76
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17301 0 2 0 176655 21 0 0 25 0 13 0 1979041732 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4109960065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14175] ppid=14170 vsize=836348 CPUtime=3.6
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 46639 0 0 0 341 19 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14176] ppid=14170 vsize=836348 CPUtime=3.58
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 38337 0 0 0 342 16 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979041734 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=836348 CPUtime=1.01
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1588 0 0 0 101 0 0 0 16 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=836348 CPUtime=1.75
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6498 0 0 0 173 2 0 0 17 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14185] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14185/stat : 14185 (java) S 14170 14172 13355 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 1979042668 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.78
Current children cumulated vsize (KiB) 836348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 2.03 2.01 1.94 3/85 14781
/proc/meminfo: memFree=1260904/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=836348 CPUtime=1800.07
/proc/14172/stat : 14172 (java) S 14170 14172 13355 0 -1 0 111133 0 30 0 179943 64 0 0 18 0 13 0 1979041724 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14172/statm: 209087 94771 1394 9 0 206449 0
[pid=14172/tid=14174] ppid=14170 vsize=836348 CPUtime=1790.05
/proc/14172/task/14174/stat : 14174 (java) R 14170 14172 13355 0 -1 64 17301 0 2 0 178984 21 0 0 25 0 13 0 1979041732 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4109977683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14175] ppid=14170 vsize=836348 CPUtime=3.6
/proc/14172/task/14175/stat : 14175 (java) S 14170 14172 13355 0 -1 64 46639 0 0 0 341 19 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14176] ppid=14170 vsize=836348 CPUtime=3.58
/proc/14172/task/14176/stat : 14176 (java) S 14170 14172 13355 0 -1 64 38337 0 0 0 342 16 0 0 19 0 13 0 1979041733 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14170 14172 13355 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979041734 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14178/stat : 14178 (java) S 14170 14172 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14179] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14170 14172 13355 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979041735 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14180] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14181] ppid=14170 vsize=836348 CPUtime=1.01
/proc/14172/task/14181/stat : 14181 (java) S 14170 14172 13355 0 -1 64 1588 0 0 0 101 0 0 0 16 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14182] ppid=14170 vsize=836348 CPUtime=1.75
/proc/14172/task/14182/stat : 14182 (java) S 14170 14172 13355 0 -1 64 6498 0 0 0 173 2 0 0 17 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14183] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14183/stat : 14183 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14172/tid=14184] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14184/stat : 14184 (java) S 14170 14172 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979041739 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14185] ppid=14170 vsize=836348 CPUtime=0
/proc/14172/task/14185/stat : 14185 (java) S 14170 14172 13355 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 1979042668 856420352 94771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 836348

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

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

[startup+1805.82 s]
/proc/loadavg: 2.03 2.01 1.94 3/85 14781
/proc/meminfo: memFree=1260904/2055920 swapFree=4180456/4192956
[pid=14172] ppid=14170 vsize=0 CPUtime=1800.17
/proc/14172/stat : 14172 (java) Z 14170 14172 13355 0 -1 1036 111153 0 30 0 179947 70 0 0 16 0 2 0 1979041724 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1805.82
CPU time (s): 1800.19
CPU user time (s): 1799.48
CPU system time (s): 0.710891
CPU usage (%): 99.6884
Max. virtual memory (cumulated for all children) (KiB): 836380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111153
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37572
involuntary context switches= 55443

runsolver used 2.37464 second user time and 5.8861 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-02 14:11:14
IDJOB=1041218
IDBENCH=53784
IDSOLVER=344
FILE ID=node19/1041218-1215000673
PBS_JOBID= 7870885
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f48dd964e65e46ae9ae01e392c8ce73
RANDOM SEED=899398378

node19.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.263
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	: 5931.00
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.263
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:       1865456 kB
Buffers:          4324 kB
Cached:          50728 kB
SwapCached:       6760 kB
Active:         124488 kB
Inactive:         9608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865456 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          92528 kB
Slab:            41296 kB
Committed_AS:  4083576 kB
PageTables:       2008 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= 66552 MiB
End job on node19 at 2008-07-02 14:41:21