Trace number 1041208

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13SAT 1091.62 1096.29

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-18.xml
MD5SUMafec1f669fbbb2f7855298cf0c34011a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints167
Maximum constraint arity18
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension151
Global constraints used (with number of constraints)alldifferent(16)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1041208-1215000485.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.69	c reading variables done.
0.88/0.96	c reading predicates  done.
1.09/1.15	c reading constraints
8.22/7.92	c done with constraints.
8.22/7.92	c ... done. Wall clock time 7.509s.
8.22/7.92	c #vars     5424
8.22/7.92	c #constraints  1641194
8.22/7.92	c constraints type 
8.22/7.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1641026
8.22/7.92	c org.sat4j.minisat.constraints.card.AtLeast => 168
1091.56/1096.20	c starts		: 19
1091.56/1096.20	c conflicts		: 378502
1091.56/1096.20	c decisions		: 559666
1091.56/1096.20	c propagations		: 268807022
1091.56/1096.20	c inspects		: 3397180750
1091.56/1096.20	c learnt literals	: 0
1091.56/1096.21	c learnt binary clauses	: 2
1091.56/1096.21	c learnt ternary clauses	: 8651
1091.56/1096.21	c learnt clauses	: 378502
1091.56/1096.21	c ignored clauses	: 0
1091.56/1096.21	c root simplifications	: 0
1091.56/1096.21	c removed literals (reason simplification)	: 12374240
1091.56/1096.21	c reason swapping (by a shorter reason)	: 0
1091.56/1096.21	c Calls to reduceDB	: 0
1091.56/1096.21	c speed (assignments/second)	: 247001.0300629524
1091.56/1096.21	c non guided choices	6302
1091.56/1096.21	s SATISFIABLE
1091.56/1096.21	v 16 9 17 6 13 4 1 10 11 15 3 2 7 5 18 12 8 14 7 -8 11 -7 9 3 -9 -1 -4 12 1 -5 2 -13 6 4 -6 -1 3 4 2 12 -6 -10 -5 8 13 -4 -3 -11 -7 10 -2 10 -4 13 5 3 -7 -14 7 9 8 -2 -16 -5 -3 4 3 5 16 -4 2 -11 -2 8 4 10 -15 -10 -1 -9 12 8 7 -5 -2 1 -1 3 6 -3 -9 -6 -7 15 -1 6 -9 10 2 -6 5 -7 3 -5 -12 6 -2 2 3 11 -3 -4 -8 -1 7 -11 5 -6 14 4 6 -1 -17 -2 3 1 1 6 15 -1 8 -14 -11 2 -3 13 7 10 1 -5 -8 -7 -4 14 2 12 -12 1 -4 -13 9 4 -1 -6 5 -10 11 -9 5 -2 -1 -2 -3 9 -8 4 1 3 
1091.56/1096.21	c Total wall clock time (in seconds) : 1095.802

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041208-1215000485/watcher-1041208-1215000485 -o /tmp/evaluation-result-1041208-1215000485/solver-1041208-1215000485 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041208-1215000485.xml 

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.91 3/84 8731
/proc/meminfo: memFree=1574260/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=13288 CPUtime=0
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1979021441 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 3322 538 219 9 0 1232 0
[pid=8731/tid=8732] ppid=8729 vsize=13288 CPUtime=0
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1979021442 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 9768920 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.075473 s]
/proc/loadavg: 1.94 1.98 1.91 3/84 8731
/proc/meminfo: memFree=1574260/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=802236 CPUtime=0.06
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 2796 0 1 0 4 2 0 0 18 0 7 0 1979021441 821489664 2531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 200640 2616 1014 9 0 198023 0
[pid=8731/tid=8732] ppid=8729 vsize=802560 CPUtime=0.06
/proc/8731/task/8732/stat : 8732 (java) S 8729 8731 6998 0 -1 64 2122 0 1 0 5 1 0 0 17 0 8 0 1979021442 821821440 2616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.114573 s]
/proc/loadavg: 1.94 1.98 1.91 3/84 8731
/proc/meminfo: memFree=1574260/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=804916 CPUtime=0.1
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 3297 0 1 0 8 2 0 0 18 0 12 0 1979021441 824233984 3028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 201229 3028 1249 9 0 198598 0
[pid=8731/tid=8732] ppid=8729 vsize=804916 CPUtime=0.08
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 2235 0 1 0 7 1 0 0 21 0 12 0 1979021442 824233984 3028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804916

[startup+0.302594 s]
/proc/loadavg: 1.94 1.98 1.91 3/84 8731
/proc/meminfo: memFree=1574260/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=808212 CPUtime=0.28
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 4970 0 1 0 25 3 0 0 18 0 12 0 1979021441 827609088 4297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 202053 4297 1299 9 0 199422 0
[pid=8731/tid=8732] ppid=8729 vsize=808212 CPUtime=0.18
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 2720 0 1 0 16 2 0 0 21 0 12 0 1979021442 827609088 4297 996147200 134512640 134550740 4294956032 18446744073709551615 9389020 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.702633 s]
/proc/loadavg: 1.94 1.98 1.91 3/84 8731
/proc/meminfo: memFree=1574260/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=808240 CPUtime=0.69
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 6340 0 1 0 63 6 0 0 18 0 12 0 1979021441 827637760 5468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 202060 5468 1335 9 0 199422 0
[pid=8731/tid=8732] ppid=8729 vsize=808240 CPUtime=0.39
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 3786 0 1 0 35 4 0 0 23 0 12 0 1979021442 827637760 5468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808240

[startup+1.50171 s]
/proc/loadavg: 2.03 2.00 1.91 3/96 8743
/proc/meminfo: memFree=1555156/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=816524 CPUtime=1.48
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 11505 0 1 0 139 9 0 0 18 0 12 0 1979021441 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 204131 8342 1351 9 0 201493 0
[pid=8731/tid=8732] ppid=8729 vsize=816524 CPUtime=0.76
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 4996 0 1 0 71 5 0 0 25 0 12 0 1979021442 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8734] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1979021443 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1979021443 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8736] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1979021445 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8737] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1979021446 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8738] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1979021446 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1979021450 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=816524 CPUtime=0.26
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1121 0 0 0 26 0 0 0 16 0 12 0 1979021450 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8741] ppid=8729 vsize=816524 CPUtime=0.42
/proc/8731/task/8741/stat : 8741 (java) R 8729 8731 6998 0 -1 64 4627 0 0 0 40 2 0 0 17 0 12 0 1979021450 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 102244928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8742] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1979021450 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=816524 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979021450 836120576 8342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 816524

[startup+3.10287 s]
/proc/loadavg: 2.03 2.00 1.91 4/96 8743
/proc/meminfo: memFree=1541844/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=818908 CPUtime=3.18
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 30936 0 1 0 298 20 0 0 18 0 12 0 1979021441 838561792 25992 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 204727 25995 1374 9 0 202089 0
[pid=8731/tid=8732] ppid=8729 vsize=818908 CPUtime=1.66
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17250 0 1 0 154 12 0 0 25 0 12 0 1979021442 838561792 25996 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=818908 CPUtime=0.08
/proc/8731/task/8734/stat : 8734 (java) R 8729 8731 6998 0 -1 64 1877 0 0 0 7 1 0 0 17 0 12 0 1979021443 838561792 25997 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=818908 CPUtime=0.1
/proc/8731/task/8735/stat : 8735 (java) R 8729 8731 6998 0 -1 64 3393 0 0 0 9 1 0 0 17 0 12 0 1979021443 838561792 25999 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8736] ppid=8729 vsize=818908 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1979021445 838561792 26001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8737] ppid=8729 vsize=818908 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1979021446 838561792 26002 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8738] ppid=8729 vsize=818908 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1979021446 838561792 26004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=818908 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1979021450 838561792 26006 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=818908 CPUtime=0.5
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1491 0 0 0 50 0 0 0 16 0 12 0 1979021450 838561792 26007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=818908 CPUtime=0.8
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6172 0 0 0 77 3 0 0 16 0 12 0 1979021450 838561792 26009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=818908 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1979021450 838561792 26010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=818908 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979021450 838561792 26012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 818908

[startup+6.30219 s]
/proc/loadavg: 2.03 2.00 1.91 3/96 8743
/proc/meminfo: memFree=1408532/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=826860 CPUtime=6.64
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 58395 0 1 0 633 31 0 0 18 0 12 0 1979021441 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206715 50472 1374 9 0 204077 0
[pid=8731/tid=8732] ppid=8729 vsize=826860 CPUtime=3.66
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17264 0 1 0 354 12 0 0 17 0 12 0 1979021442 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4109641294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8734] ppid=8729 vsize=826860 CPUtime=0.82
/proc/8731/task/8734/stat : 8734 (java) R 8729 8731 6998 0 -1 64 15793 0 0 0 76 6 0 0 18 0 12 0 1979021443 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=826860 CPUtime=0.79
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 16886 0 0 0 72 7 0 0 17 0 12 0 1979021443 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8736] ppid=8729 vsize=826860 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979021445 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8737] ppid=8729 vsize=826860 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1979021446 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=826860 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1979021446 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=826860 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1979021450 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=826860 CPUtime=0.52
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1492 0 0 0 52 0 0 0 16 0 12 0 1979021450 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8741] ppid=8729 vsize=826860 CPUtime=0.8
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6172 0 0 0 77 3 0 0 17 0 12 0 1979021450 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=826860 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1979021450 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=826860 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1979021450 846704640 50472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 826860

[startup+12.7028 s]
/proc/loadavg: 2.10 2.02 1.92 3/97 8744
/proc/meminfo: memFree=1350092/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=13.02
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 65052 0 1 0 1268 34 0 0 18 0 13 0 1979021441 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 57124 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=8.25
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17291 0 1 0 812 13 0 0 25 0 13 0 1979021442 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4109971466 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=827184 CPUtime=1.04
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 17321 0 0 0 97 7 0 0 16 0 13 0 1979021443 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=827184 CPUtime=1.05
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 21807 0 0 0 96 9 0 0 19 0 13 0 1979021443 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8736] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979021445 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8737] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1979021446 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1979021446 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1979021450 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=827184 CPUtime=1.24
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1631 0 0 0 124 0 0 0 17 0 13 0 1979021450 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=827184 CPUtime=1.39
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6208 0 0 0 136 3 0 0 17 0 13 0 1979021450 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1979021450 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 57124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 827184

[startup+25.5021 s]
/proc/loadavg: 2.08 2.02 1.92 3/97 8744
/proc/meminfo: memFree=1350156/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=25.77
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 65057 0 1 0 2542 35 0 0 18 0 13 0 1979021441 847036416 57128 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 57128 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=20.91
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17292 0 1 0 2078 13 0 0 25 0 13 0 1979021442 847036416 57128 996147200 134512640 134550740 4294956032 18446744073709551615 4109971411 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1086.49
Current children cumulated vsize (KiB) 827184

[startup+1094.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/97 8744
/proc/meminfo: memFree=1238988/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=1089.67
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 84625 0 1 0 108922 45 0 0 18 0 13 0 1979021441 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 73975 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=1082.57
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17295 0 1 0 108242 15 0 0 25 0 13 0 1979021442 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4109971495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=827184 CPUtime=2.15
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 25950 0 0 0 204 11 0 0 19 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=827184 CPUtime=2.16
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 32742 0 0 0 203 13 0 0 20 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8736] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979021445 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8737] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=827184 CPUtime=1.31
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1636 0 0 0 131 0 0 0 16 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=827184 CPUtime=1.42
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6208 0 0 0 139 3 0 0 17 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1089.67
Current children cumulated vsize (KiB) 827184

[startup+1095.1 s]
/proc/loadavg: 2.07 2.03 1.94 3/97 8744
/proc/meminfo: memFree=1238988/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=1090.46
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 84625 0 1 0 109001 45 0 0 18 0 13 0 1979021441 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 73975 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=1083.37
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17295 0 1 0 108322 15 0 0 25 0 13 0 1979021442 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4109982540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=827184 CPUtime=2.15
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 25950 0 0 0 204 11 0 0 19 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=827184 CPUtime=2.16
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 32742 0 0 0 203 13 0 0 20 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8736] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979021445 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8737] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=827184 CPUtime=1.31
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1636 0 0 0 131 0 0 0 16 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=827184 CPUtime=1.42
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6208 0 0 0 139 3 0 0 17 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1090.46
Current children cumulated vsize (KiB) 827184

[startup+1095.9 s]
/proc/loadavg: 2.07 2.03 1.94 3/97 8744
/proc/meminfo: memFree=1238988/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=1091.26
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 84625 0 1 0 109081 45 0 0 18 0 13 0 1979021441 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 73975 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=1084.17
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17295 0 1 0 108402 15 0 0 25 0 13 0 1979021442 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4109971411 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=827184 CPUtime=2.15
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 25950 0 0 0 204 11 0 0 19 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=827184 CPUtime=2.16
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 32742 0 0 0 203 13 0 0 20 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8736] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979021445 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8737] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=827184 CPUtime=1.31
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1636 0 0 0 131 0 0 0 16 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=827184 CPUtime=1.42
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6208 0 0 0 139 3 0 0 17 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1091.26
Current children cumulated vsize (KiB) 827184

[startup+1096.1 s]
/proc/loadavg: 2.07 2.03 1.94 3/97 8744
/proc/meminfo: memFree=1238988/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=1091.46
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 84625 0 1 0 109101 45 0 0 18 0 13 0 1979021441 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 73975 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=1084.36
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17295 0 1 0 108421 15 0 0 25 0 13 0 1979021442 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4109971856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=827184 CPUtime=2.15
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 25950 0 0 0 204 11 0 0 19 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=827184 CPUtime=2.16
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 32742 0 0 0 203 13 0 0 20 0 13 0 1979021443 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8736] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979021445 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8737] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1979021446 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=827184 CPUtime=1.31
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1636 0 0 0 131 0 0 0 16 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=827184 CPUtime=1.42
/proc/8731/task/8741/stat : 8741 (java) S 8729 8731 6998 0 -1 64 6208 0 0 0 139 3 0 0 17 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1091.46
Current children cumulated vsize (KiB) 827184

[startup+1096.2 s]
/proc/loadavg: 2.07 2.03 1.94 3/97 8744
/proc/meminfo: memFree=1238988/2055920 swapFree=4179028/4192956
[pid=8731] ppid=8729 vsize=827184 CPUtime=1091.56
/proc/8731/stat : 8731 (java) S 8729 8731 6998 0 -1 0 84625 0 1 0 109111 45 0 0 18 0 13 0 1979021441 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8731/statm: 206796 73975 1393 9 0 204158 0
[pid=8731/tid=8732] ppid=8729 vsize=827184 CPUtime=1084.45
/proc/8731/task/8732/stat : 8732 (java) R 8729 8731 6998 0 -1 64 17295 0 1 0 108430 15 0 0 25 0 13 0 1979021442 847036416 73975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8734] ppid=8729 vsize=827184 CPUtime=2.15
/proc/8731/task/8734/stat : 8734 (java) S 8729 8731 6998 0 -1 64 25950 0 0 0 204 11 0 0 19 0 13 0 1979021443 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8735] ppid=8729 vsize=827184 CPUtime=2.16
/proc/8731/task/8735/stat : 8735 (java) S 8729 8731 6998 0 -1 64 32742 0 0 0 203 13 0 0 20 0 13 0 1979021443 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8736] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8736/stat : 8736 (java) S 8729 8731 6998 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979021445 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8737] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8737/stat : 8737 (java) S 8729 8731 6998 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1979021446 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8738] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8738/stat : 8738 (java) S 8729 8731 6998 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1979021446 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8739] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8739/stat : 8739 (java) S 8729 8731 6998 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1979021450 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8740] ppid=8729 vsize=827184 CPUtime=1.32
/proc/8731/task/8740/stat : 8740 (java) S 8729 8731 6998 0 -1 64 1637 0 0 0 132 0 0 0 17 0 13 0 1979021450 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8741] ppid=8729 vsize=827184 CPUtime=1.42
/proc/8731/task/8741/stat : 8741 (java) R 8729 8731 6998 0 -1 64 6208 0 0 0 139 3 0 0 16 0 13 0 1979021450 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8731/tid=8742] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8742/stat : 8742 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1979021450 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8743] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8743/stat : 8743 (java) S 8729 8731 6998 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1979021450 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8731/tid=8744] ppid=8729 vsize=827184 CPUtime=0
/proc/8731/task/8744/stat : 8744 (java) S 8729 8731 6998 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1979022234 847036416 73976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1091.56
Current children cumulated vsize (KiB) 827184

Child status: 0
Real time (s): 1096.29
CPU time (s): 1091.62
CPU user time (s): 1091.12
CPU system time (s): 0.501923
CPU usage (%): 99.5742
Max. virtual memory (cumulated for all children) (KiB): 827184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1091.12
system time used= 0.501923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84634
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22944
involuntary context switches= 30837

runsolver used 1.46878 second user time and 3.54846 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-02 14:08:06
IDJOB=1041208
IDBENCH=53783
IDSOLVER=344
FILE ID=node36/1041208-1215000485
PBS_JOBID= 7870851
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= afec1f669fbbb2f7855298cf0c34011a
RANDOM SEED=55894916

node36.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.240
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.240
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:       1574740 kB
Buffers:          5336 kB
Cached:          57208 kB
SwapCached:       8244 kB
Active:         412676 kB
Inactive:        11940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574740 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         373148 kB
Slab:            41360 kB
Committed_AS:  3856484 kB
PageTables:       2416 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= 66548 MiB
End job on node36 at 2008-07-02 14:26:22