Trace number 1041228

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.13 1799.68

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-17.xml
MD5SUMa859df5bbc3805b2a959faf75cbcf472
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8329
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints149
Maximum constraint arity17
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension134
Global constraints used (with number of constraints)alldifferent(15)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1041228-1215000741.xml
0.29/0.37	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.63	c reading variables done.
0.79/0.84	c reading predicates  done.
0.99/1.01	c reading constraints
6.85/6.38	c done with constraints.
6.85/6.38	c ... done. Wall clock time 6.006s.
6.85/6.38	c #vars     4545
6.85/6.38	c #constraints  1221429
6.85/6.38	c constraints type 
6.85/6.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1221279
6.85/6.38	c org.sat4j.minisat.constraints.card.AtLeast => 150
1800.05/1799.62	c starts		: 20
1800.05/1799.62	c conflicts		: 578945
1800.05/1799.62	c decisions		: 764983
1800.05/1799.62	c propagations		: 362619671
1800.05/1799.62	c inspects		: 5757103753
1800.05/1799.62	c learnt literals	: 0
1800.05/1799.62	c learnt binary clauses	: 2
1800.05/1799.62	c learnt ternary clauses	: 10361
1800.05/1799.62	c learnt clauses	: 578945
1800.05/1799.62	c ignored clauses	: 0
1800.05/1799.62	c root simplifications	: 0
1800.05/1799.62	c removed literals (reason simplification)	: 19124004
1800.05/1799.62	c reason swapping (by a shorter reason)	: 0
1800.05/1799.62	c Calls to reduceDB	: 0
1800.05/1799.62	c speed (assignments/second)	: 202215.8868545101
1800.05/1799.62	c non guided choices	4549
1800.05/1799.62	s UNKNOWN
1800.05/1799.62	c Total wall clock time (in seconds) : 1799.246

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-1041228-1215000741/watcher-1041228-1215000741 -o /tmp/evaluation-result-1041228-1215000741/solver-1041228-1215000741 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041228-1215000741.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.00 1.99 1.91 4/72 28809
/proc/meminfo: memFree=1592272/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=1804 CPUtime=0
/proc/28809/stat : 28809 (java6) D 28807 28809 28410 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 984476687 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28809/statm: 451 155 111 9 0 93 0

[startup+0.0693469 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 28809
/proc/meminfo: memFree=1592272/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=802236 CPUtime=0.05
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 2790 0 1 0 4 1 0 0 18 0 7 0 984476687 821489664 2525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 200559 2525 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101352 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 28809
/proc/meminfo: memFree=1592272/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=804756 CPUtime=0.08
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 3161 0 1 0 7 1 0 0 18 0 12 0 984476687 824070144 2892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301392 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 28809
/proc/meminfo: memFree=1592272/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=808176 CPUtime=0.29
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 5028 0 1 0 27 2 0 0 18 0 12 0 984476687 827572224 4357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 202044 4357 1310 9 0 199413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808176

[startup+0.70147 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 28809
/proc/meminfo: memFree=1592272/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=808204 CPUtime=0.69
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 6447 0 1 0 65 4 0 0 18 0 12 0 984476687 827600896 5596 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 202051 5596 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808204

[startup+1.50262 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 28821
/proc/meminfo: memFree=1571568/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=818324 CPUtime=1.49
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 13003 0 1 0 142 7 0 0 18 0 12 0 984476687 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 204581 8837 1351 9 0 201943 0
[pid=28809/tid=28811] ppid=28807 vsize=818324 CPUtime=0.7
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 4961 0 1 0 66 4 0 0 25 0 12 0 984476688 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28812] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 984476689 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 984476689 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28814] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 984476690 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28815] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 984476691 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28816] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 984476691 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28817] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984476695 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=818324 CPUtime=0.24
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1315 0 0 0 24 0 0 0 16 0 12 0 984476695 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28819] ppid=28807 vsize=818324 CPUtime=0.52
/proc/28809/task/28819/stat : 28819 (java) R 28807 28809 28410 0 -1 64 5965 0 0 0 50 2 0 0 18 0 12 0 984476695 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 104110071 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28820] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984476695 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=818324 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984476695 837963776 8837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 818324

[startup+3.10193 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 28821
/proc/meminfo: memFree=1556592/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=819160 CPUtime=3.21
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 33038 0 2 0 304 17 0 0 18 0 12 0 984476687 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 204790 27081 1375 9 0 202152 0
[pid=28809/tid=28811] ppid=28807 vsize=819160 CPUtime=1.68
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17264 0 1 0 158 10 0 0 25 0 12 0 984476688 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4109640960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28812] ppid=28807 vsize=819160 CPUtime=0.11
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 3229 0 0 0 10 1 0 0 16 0 12 0 984476689 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=819160 CPUtime=0.1
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 2709 0 0 0 9 1 0 0 17 0 12 0 984476689 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28814] ppid=28807 vsize=819160 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 984476690 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28815] ppid=28807 vsize=819160 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 984476691 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=819160 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 984476691 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=819160 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984476695 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=819160 CPUtime=0.47
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1808 0 1 0 47 0 0 0 16 0 12 0 984476695 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28819] ppid=28807 vsize=819160 CPUtime=0.81
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7238 0 0 0 78 3 0 0 16 0 12 0 984476695 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28820] ppid=28807 vsize=819160 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984476695 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=819160 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984476695 838819840 27081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 819160

[startup+6.30254 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 28821
/proc/meminfo: memFree=1424952/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=821144 CPUtime=6.85
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 52586 0 3 0 656 29 0 0 18 0 12 0 984476687 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 205286 42937 1385 9 0 202648 0
[pid=28809/tid=28811] ppid=28807 vsize=821144 CPUtime=3.65
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17285 0 2 0 355 10 0 0 25 0 12 0 984476688 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4109941306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28812] ppid=28807 vsize=821144 CPUtime=0.71
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 12112 0 0 0 65 6 0 0 18 0 12 0 984476689 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28813] ppid=28807 vsize=821144 CPUtime=0.68
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 13276 0 0 0 62 6 0 0 18 0 12 0 984476689 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28814] ppid=28807 vsize=821144 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 984476690 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28815] ppid=28807 vsize=821144 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 984476691 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=821144 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 984476691 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=821144 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984476695 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=821144 CPUtime=0.74
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1852 0 1 0 74 0 0 0 16 0 12 0 984476695 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28819] ppid=28807 vsize=821144 CPUtime=1.01
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7271 0 0 0 98 3 0 0 16 0 12 0 984476695 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28820] ppid=28807 vsize=821144 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984476695 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=821144 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984476695 840851456 42937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 821144

[startup+12.7028 s]
/proc/loadavg: 2.00 1.99 1.91 3/85 28822
/proc/meminfo: memFree=1400112/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=824028 CPUtime=13.48
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 59963 0 3 0 1315 33 0 0 18 0 13 0 984476687 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 49068 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=8.59
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17303 0 2 0 849 10 0 0 25 0 13 0 984476688 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4109965843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=1.05
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 15455 0 0 0 97 8 0 0 20 0 13 0 984476689 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=1.09
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 17210 0 0 0 100 9 0 0 20 0 13 0 984476689 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=824028 CPUtime=1.29
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1888 0 1 0 128 1 0 0 17 0 13 0 984476695 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28819] ppid=28807 vsize=824028 CPUtime=1.42
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7311 0 0 0 139 3 0 0 16 0 13 0 984476695 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28820] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984476695 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28822] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28822/stat : 28822 (java) S 28807 28809 28410 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 984477326 843804672 49068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 824028

[startup+25.5022 s]
/proc/loadavg: 2.00 1.99 1.91 3/85 28822
/proc/meminfo: memFree=1400048/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=824028 CPUtime=26.16
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 59967 0 3 0 2583 33 0 0 18 0 13 0 984476687 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 49071 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=21.2
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17304 0 2 0 2110 10 0 0 25 0 13 0 984476688 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4109847404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=1.05
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 15455 0 0 0 97 8 0 0 20 0 13 0 984476689 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=1.09
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 17210 0 0 0 100 9 0 0 20 0 13 0 984476689 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 49071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28809] ppid=28807 vsize=824028 CPUtime=1602.51
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 86281 0 3 0 160206 45 0 0 18 0 13 0 984476687 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 73753 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=1595.91
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17306 0 2 0 159578 13 0 0 25 0 13 0 984476688 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4110076332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=1.86
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 30203 0 0 0 174 12 0 0 20 0 13 0 984476689 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=1.88
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 28773 0 0 0 175 13 0 0 16 0 13 0 984476689 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=824028 CPUtime=1.35
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1892 0 1 0 134 1 0 0 16 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28819] ppid=28807 vsize=824028 CPUtime=1.45
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7311 0 0 0 142 3 0 0 17 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28820] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28822] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28822/stat : 28822 (java) S 28807 28809 28410 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 984477326 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.51
Current children cumulated vsize (KiB) 824028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 28850
/proc/meminfo: memFree=1312176/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=824028 CPUtime=1662.48
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 86281 0 3 0 166203 45 0 0 18 0 13 0 984476687 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 73753 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=1655.89
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17306 0 2 0 165576 13 0 0 25 0 13 0 984476688 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4109847416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=1.86
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 30203 0 0 0 174 12 0 0 20 0 13 0 984476689 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=1.88
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 28773 0 0 0 175 13 0 0 16 0 13 0 984476689 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=824028 CPUtime=1.35
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1892 0 1 0 134 1 0 0 16 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28819] ppid=28807 vsize=824028 CPUtime=1.45
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7311 0 0 0 142 3 0 0 17 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28820] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984476695 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28822] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28822/stat : 28822 (java) S 28807 28809 28410 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 984477326 843804672 73753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.48
Current children cumulated vsize (KiB) 824028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 28850
/proc/meminfo: memFree=1303600/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=824028 CPUtime=1722.78
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 88459 0 3 0 172232 46 0 0 18 0 13 0 984476687 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 75930 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=1715.32
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17307 0 2 0 171519 13 0 0 25 0 13 0 984476688 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4110119482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=2.31
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 31911 0 0 0 218 13 0 0 16 0 13 0 984476689 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=2.28
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 29242 0 0 0 215 13 0 0 20 0 13 0 984476689 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=824028 CPUtime=1.35
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1892 0 1 0 134 1 0 0 16 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28819] ppid=28807 vsize=824028 CPUtime=1.45
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7311 0 0 0 142 3 0 0 17 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28820] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28822] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28822/stat : 28822 (java) S 28807 28809 28410 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 984477326 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.78
Current children cumulated vsize (KiB) 824028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 28850
/proc/meminfo: memFree=1303408/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=824028 CPUtime=1782.75
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 88459 0 3 0 178229 46 0 0 18 0 13 0 984476687 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 75930 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=1775.29
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17307 0 2 0 177516 13 0 0 25 0 13 0 984476688 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4109965890 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=2.31
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 31911 0 0 0 218 13 0 0 16 0 13 0 984476689 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=2.28
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 29242 0 0 0 215 13 0 0 20 0 13 0 984476689 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=824028 CPUtime=1.35
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1892 0 1 0 134 1 0 0 16 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28819] ppid=28807 vsize=824028 CPUtime=1.45
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7311 0 0 0 142 3 0 0 17 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28820] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28822] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28822/stat : 28822 (java) S 28807 28809 28410 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 984477326 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.75
Current children cumulated vsize (KiB) 824028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.61 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 28850
/proc/meminfo: memFree=1303408/2055920 swapFree=4174728/4192956
[pid=28809] ppid=28807 vsize=824028 CPUtime=1800.05
/proc/28809/stat : 28809 (java) S 28807 28809 28410 0 -1 0 88459 0 3 0 179959 46 0 0 18 0 13 0 984476687 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 206007 75930 1394 9 0 203369 0
[pid=28809/tid=28811] ppid=28807 vsize=824028 CPUtime=1792.59
/proc/28809/task/28811/stat : 28811 (java) R 28807 28809 28410 0 -1 64 17307 0 2 0 179246 13 0 0 25 0 13 0 984476688 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4109965843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28812] ppid=28807 vsize=824028 CPUtime=2.31
/proc/28809/task/28812/stat : 28812 (java) S 28807 28809 28410 0 -1 64 31911 0 0 0 218 13 0 0 16 0 13 0 984476689 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28813] ppid=28807 vsize=824028 CPUtime=2.28
/proc/28809/task/28813/stat : 28813 (java) S 28807 28809 28410 0 -1 64 29242 0 0 0 215 13 0 0 20 0 13 0 984476689 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28814] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28814/stat : 28814 (java) S 28807 28809 28410 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 984476690 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28815] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28815/stat : 28815 (java) S 28807 28809 28410 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28816] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28816/stat : 28816 (java) S 28807 28809 28410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984476691 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28809/tid=28817] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28817/stat : 28817 (java) S 28807 28809 28410 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28818] ppid=28807 vsize=824028 CPUtime=1.35
/proc/28809/task/28818/stat : 28818 (java) S 28807 28809 28410 0 -1 64 1892 0 1 0 134 1 0 0 16 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28819] ppid=28807 vsize=824028 CPUtime=1.45
/proc/28809/task/28819/stat : 28819 (java) S 28807 28809 28410 0 -1 64 7311 0 0 0 142 3 0 0 17 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28820] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28820/stat : 28820 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28821] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28821/stat : 28821 (java) S 28807 28809 28410 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984476695 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28809/tid=28822] ppid=28807 vsize=824028 CPUtime=0
/proc/28809/task/28822/stat : 28822 (java) S 28807 28809 28410 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 984477326 843804672 75930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 824028

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

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

Child status: 143
Real time (s): 1799.68
CPU time (s): 1800.13
CPU user time (s): 1799.62
CPU system time (s): 0.507922
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 825564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88479
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37177
involuntary context switches= 42601

runsolver used 2.36764 second user time and 5.86211 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-02 14:12:22
IDJOB=1041228
IDBENCH=53785
IDSOLVER=344
FILE ID=node35/1041228-1215000741
PBS_JOBID= 7870852
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a859df5bbc3805b2a959faf75cbcf472
RANDOM SEED=739700115

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:       1592752 kB
Buffers:         53320 kB
Cached:         304800 kB
SwapCached:      12276 kB
Active:         151360 kB
Inactive:       235100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592752 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1112 kB
Writeback:           0 kB
Mapped:          35900 kB
Slab:            62092 kB
Committed_AS:  1486728 kB
PageTables:       1764 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= 66540 MiB
End job on node35 at 2008-07-02 14:42:23