Trace number 1058006

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 416.181 419.702

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-11.xml
MD5SUM41854dee96060ea80d0fae628dff97c2
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.15806
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7046
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6123
Global constraints used (with number of constraints)alldifferent(923)

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.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1058006-1215112312.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.98/1.09	c reading variables done.
1.37/1.45	c reading predicates  done.
1.57/1.64	c reading constraints
413.79/417.36	c done with constraints.
413.79/417.36	c ... done. Wall clock time 416.959s.
413.79/417.36	c #vars     6413
413.79/417.36	c #constraints  1587427
413.79/417.36	c constraints type 
413.79/417.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1587027
413.79/417.36	c org.sat4j.minisat.constraints.card.AtLeast => 361
416.07/419.65	c starts		: 6
416.07/419.65	c conflicts		: 1758
416.07/419.65	c decisions		: 8116
416.07/419.65	c propagations		: 303108
416.07/419.65	c inspects		: 6038888
416.07/419.65	c learnt literals	: 0
416.07/419.65	c learnt binary clauses	: 0
416.07/419.65	c learnt ternary clauses	: 0
416.07/419.65	c learnt clauses	: 1758
416.07/419.65	c ignored clauses	: 0
416.07/419.65	c root simplifications	: 0
416.07/419.65	c removed literals (reason simplification)	: 1290
416.07/419.65	c reason swapping (by a shorter reason)	: 0
416.07/419.65	c Calls to reduceDB	: 0
416.07/419.65	c speed (assignments/second)	: 133527.75330396477
416.07/419.65	c non guided choices	5744
416.07/419.65	s SATISFIABLE
416.07/419.65	v 34 9 29 6 42 37 35 28 30 40 2 42 43 41 28 11 36 0 24 33 29 21 28 32 17 10 4 20 25 35 6 41 29 4 38 20 21 18 16 17 11 40 26 19 15 19 25 23 5 23 36 24 12 38 10 30 43 44 0 13 16 44 38 22 8 5 16 12 39 3 4 19 20 27 22 40 2 24 7 26 32 6 32 14 8 10 7 34 27 2 26 9 36 10 12 1 35 11 36 32 34 2 35 29 20 25 18 31 0 37 40 19 42 4 22 41 44 29 31 14 7 37 2 36 25 39 42 1 2 17 32 21 31 0 17 18 43 14 35 31 3 30 26 28 26 33 35 6 30 11 39 9 43 3 5 1 8 43 44 10 5 40 26 39 33 13 41 15 9 44 16 1 37 5 5 18 43 34 13 14 15 4 38 1 1 25 4 18 43 11 34 27 23 12 9 26 21 42 17 39 10 12 8 8 1 4 1 11 4 7 8 6 16 0 1 16 2 16 2 10 11 7 3 8 14 8 8 4 1 18 18 9 6 10 15 12 9 8 0 16 12 14 7 7 3 10 8 9 1 0 12 11 4 0 2 15 19 3 8 11 1 12 1 7 9 17 9 18 18 19 7 4 6 12 2 9 12 19 9 10 11 9 0 8 19 12 2 1 4 7 5 4 4 15 11 0 16 9 7 19 4 2 0 10 9 10 1 11 0 10 11 2 7 3 4 15 11 1 12 1 8 12 0 10 19 12 2 10 16 0 3 11 9 1 9 11 5 4 19 8 4 6 19 8 8 2 12 4 8 19 10 14 1 11 16 3 8 8 2 4 19 8 3 16 9 0 3 18 2 10 2 8 8 2 9 12 11 8 16 16 13 13 8 2 4 4 9 10 10 8 3 10 10 15 19 18 8 4 2 4 
416.07/419.65	c Total wall clock time (in seconds) : 419.241

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-1058006-1215112312/watcher-1058006-1215112312 -o /tmp/evaluation-result-1058006-1215112312/solver-1058006-1215112312 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058006-1215112312.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 2.04 2.06 4/81 29685
/proc/meminfo: memFree=1115768/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=13288 CPUtime=0
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1990203352 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 3322 538 219 9 0 1232 0
[pid=29685/tid=29686] ppid=29683 vsize=13288 CPUtime=0
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1990203353 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4378584 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0781921 s]
/proc/loadavg: 2.00 2.04 2.06 4/81 29685
/proc/meminfo: memFree=1115768/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=802236 CPUtime=0.06
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 2794 0 1 0 4 2 0 0 18 0 7 0 1990203352 821489664 2529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 200559 2529 1008 9 0 197942 0
[pid=29685/tid=29686] ppid=29683 vsize=802236 CPUtime=0.05
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 2032 0 1 0 4 1 0 0 17 0 7 0 1990203353 821489664 2529 996147200 134512640 134550740 4294956032 18446744073709551615 3990944 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.101196 s]
/proc/loadavg: 2.00 2.04 2.06 4/81 29685
/proc/meminfo: memFree=1115768/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=804612 CPUtime=0.08
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 2999 0 1 0 6 2 0 0 18 0 12 0 1990203352 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 201153 2732 1048 9 0 198522 0
[pid=29685/tid=29686] ppid=29683 vsize=804612 CPUtime=0.07
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 2221 0 1 0 6 1 0 0 21 0 12 0 1990203353 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4109181027 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301215 s]
/proc/loadavg: 2.00 2.04 2.06 4/81 29685
/proc/meminfo: memFree=1115768/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=808244 CPUtime=0.28
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 4961 0 1 0 25 3 0 0 18 0 12 0 1990203352 827641856 4288 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 202061 4288 1297 9 0 199430 0
[pid=29685/tid=29686] ppid=29683 vsize=808244 CPUtime=0.18
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 2705 0 1 0 16 2 0 0 18 0 12 0 1990203353 827641856 4288 996147200 134512640 134550740 4294956032 18446744073709551615 4160643169 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701251 s]
/proc/loadavg: 2.00 2.04 2.06 4/81 29685
/proc/meminfo: memFree=1115768/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=808272 CPUtime=0.68
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 6382 0 1 0 63 5 0 0 18 0 12 0 1990203352 827670528 5510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 202068 5510 1335 9 0 199430 0
[pid=29685/tid=29686] ppid=29683 vsize=808272 CPUtime=0.4
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 3788 0 1 0 37 3 0 0 19 0 12 0 1990203353 827670528 5510 996147200 134512640 134550740 4294956032 18446744073709551615 4109194176 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50233 s]
/proc/loadavg: 2.00 2.04 2.06 4/93 29697
/proc/meminfo: memFree=1098456/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=808272 CPUtime=1.47
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 8585 0 1 0 141 6 0 0 18 0 12 0 1990203352 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 202068 6353 1351 9 0 199430 0
[pid=29685/tid=29686] ppid=29683 vsize=808272 CPUtime=0.68
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 4584 0 1 0 65 3 0 0 22 0 12 0 1990203353 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990203354 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1990203354 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990203356 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1990203356 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990203356 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1990203361 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=808272 CPUtime=0.28
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1111 0 0 0 28 0 0 0 16 0 12 0 1990203361 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=808272 CPUtime=0.48
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 2125 0 0 0 47 1 0 0 16 0 12 0 1990203361 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990203361 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=808272 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990203361 827670528 6353 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10248 s]
/proc/loadavg: 2.08 2.05 2.07 4/93 29697
/proc/meminfo: memFree=1086808/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=814292 CPUtime=3.06
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 20993 0 1 0 294 12 0 0 18 0 12 0 1990203352 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 203573 16731 1369 9 0 200935 0
[pid=29685/tid=29686] ppid=29683 vsize=814292 CPUtime=1.71
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 13533 0 1 0 162 9 0 0 25 0 12 0 1990203353 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4109175787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990203354 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1990203354 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990203356 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1990203356 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990203356 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1990203361 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=814292 CPUtime=0.41
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1189 0 0 0 41 0 0 0 16 0 12 0 1990203361 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=814292 CPUtime=0.91
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 5506 0 0 0 89 2 0 0 16 0 12 0 1990203361 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990203361 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=814292 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990203361 833835008 16731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814292

[startup+6.30177 s]
/proc/loadavg: 2.08 2.05 2.07 4/93 29697
/proc/meminfo: memFree=1035672/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=812748 CPUtime=6.22
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 25853 0 1 0 608 14 0 0 18 0 12 0 1990203352 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 203187 21223 1374 9 0 200549 0
[pid=29685/tid=29686] ppid=29683 vsize=812748 CPUtime=4.78
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 17268 0 1 0 468 10 0 0 25 0 12 0 1990203353 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4109694566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=812748 CPUtime=0.01
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 264 0 0 0 1 0 0 0 17 0 12 0 1990203354 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=812748 CPUtime=0.02
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 777 0 0 0 2 0 0 0 17 0 12 0 1990203354 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1990203356 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990203356 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990203356 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1990203361 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=812748 CPUtime=0.43
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1191 0 0 0 43 0 0 0 16 0 12 0 1990203361 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=812748 CPUtime=0.91
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 5506 0 0 0 89 2 0 0 16 0 12 0 1990203361 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990203361 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990203361 832253952 21223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812748

[startup+12.7014 s]
/proc/loadavg: 2.07 2.05 2.07 3/93 29697
/proc/meminfo: memFree=1021016/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=812748 CPUtime=12.56
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 29483 0 1 0 1240 16 0 0 18 0 12 0 1990203352 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 203187 24848 1378 9 0 200549 0
[pid=29685/tid=29686] ppid=29683 vsize=812748 CPUtime=11.02
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 19487 0 1 0 1091 11 0 0 25 0 12 0 1990203353 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4109692233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=812748 CPUtime=0.05
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 1001 0 0 0 5 0 0 0 17 0 12 0 1990203354 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=812748 CPUtime=0.05
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 1370 0 0 0 5 0 0 0 16 0 12 0 1990203354 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 165 0 0 0 0 0 0 0 16 0 12 0 1990203356 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990203356 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990203356 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1990203361 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=812748 CPUtime=0.45
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1192 0 0 0 45 0 0 0 17 0 12 0 1990203361 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=812748 CPUtime=0.92
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 5506 0 0 0 90 2 0 0 16 0 12 0 1990203361 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990203361 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=812748 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990203361 832253952 24848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812748

[startup+25.5026 s]
/proc/loadavg: 2.06 2.05 2.07 3/93 29697
/proc/meminfo: memFree=1019352/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=812748 CPUtime=25.24
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 29901 0 1 0 2508 16 0 0 18 0 12 0 1990203352 832253952 25256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 203187 25256 1380 9 0 200549 0
[pid=29685/tid=29686] ppid=29683 vsize=812748 CPUtime=23.54
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 19499 0 1 0 2343 11 0 0 25 0 12 0 1990203353 832253952 25256 996147200 134512640 134550740 4294956032 18446744073709551615 4109692484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=812748 CPUtime=0.07
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 1214 0 0 0 7 0 0 0 17 0 12 0 1990203354 832253952 25256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 6191 0 0 0 180 2 0 0 16 0 12 0 1990203361 832950272 36146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=813428 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990203361 832950272 36147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=813428 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990203361 832950272 36148 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 412.05
Current children cumulated vsize (KiB) 813428

[startup+417.503 s]
/proc/loadavg: 2.01 2.04 2.05 5/93 29697
/proc/meminfo: memFree=944344/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=818876 CPUtime=413.99
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 64999 0 1 0 41363 36 0 0 18 0 13 0 1990203352 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 204719 55545 1396 9 0 202081 0
[pid=29685/tid=29686] ppid=29683 vsize=818876 CPUtime=407.72
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 20054 0 1 0 40759 13 0 0 25 0 13 0 1990203353 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=818876 CPUtime=1.44
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 18404 0 0 0 134 10 0 0 16 0 13 0 1990203354 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=818876 CPUtime=1.35
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 17620 0 0 0 129 6 0 0 16 0 13 0 1990203354 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=818876 CPUtime=0.08
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 165 0 0 0 7 1 0 0 16 0 13 0 1990203356 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1990203361 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=818876 CPUtime=1.45
/proc/29685/task/29694/stat : 29694 (java) R 29683 29685 28867 0 -1 64 1796 0 0 0 145 0 0 0 15 0 13 0 1990203361 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 106078460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=818876 CPUtime=1.87
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 6193 0 0 0 185 2 0 0 16 0 13 0 1990203361 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1990203361 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990203361 838529024 55545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 413.99
Current children cumulated vsize (KiB) 818876

[startup+418.302 s]
/proc/loadavg: 2.01 2.04 2.05 4/94 29698
/proc/meminfo: memFree=897424/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=818876 CPUtime=414.78
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 65043 0 1 0 41442 36 0 0 18 0 13 0 1990203352 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 204719 55588 1400 9 0 202081 0
[pid=29685/tid=29686] ppid=29683 vsize=818876 CPUtime=407.93
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 20058 0 1 0 40780 13 0 0 25 0 13 0 1990203353 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=818876 CPUtime=1.44
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 18404 0 0 0 134 10 0 0 16 0 13 0 1990203354 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=818876 CPUtime=1.35
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 17620 0 0 0 129 6 0 0 16 0 13 0 1990203354 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=818876 CPUtime=0.08
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 165 0 0 0 7 1 0 0 16 0 13 0 1990203356 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29685/tid=29691] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1990203361 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=818876 CPUtime=1.76
/proc/29685/task/29694/stat : 29694 (java) R 29683 29685 28867 0 -1 64 1818 0 0 0 176 0 0 0 15 0 13 0 1990203361 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 106225540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=818876 CPUtime=2.15
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 6210 0 0 0 213 2 0 0 15 0 13 0 1990203361 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1990203361 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990203361 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29698] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29698/stat : 29698 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1990245090 838529024 55588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 414.78
Current children cumulated vsize (KiB) 818876

[startup+419.107 s]
/proc/loadavg: 2.01 2.04 2.05 3/94 29698
/proc/meminfo: memFree=897040/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=818876 CPUtime=415.58
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 65131 0 1 0 41522 36 0 0 18 0 13 0 1990203352 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 204719 55674 1400 9 0 202081 0
[pid=29685/tid=29686] ppid=29683 vsize=818876 CPUtime=408.53
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 20060 0 1 0 40840 13 0 0 25 0 13 0 1990203353 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4110203018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=818876 CPUtime=1.53
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 18456 0 0 0 143 10 0 0 17 0 13 0 1990203354 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=818876 CPUtime=1.4
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 17648 0 0 0 134 6 0 0 17 0 13 0 1990203354 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=818876 CPUtime=0.08
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 165 0 0 0 7 1 0 0 15 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=818876 CPUtime=1.8
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1822 0 0 0 180 0 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=818876 CPUtime=2.18
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 6212 0 0 0 216 2 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29698] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29698/stat : 29698 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1990245090 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.58
Current children cumulated vsize (KiB) 818876

[startup+419.502 s]
/proc/loadavg: 2.01 2.04 2.05 3/94 29698
/proc/meminfo: memFree=897040/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=818876 CPUtime=415.97
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 65131 0 1 0 41561 36 0 0 18 0 13 0 1990203352 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 204719 55674 1400 9 0 202081 0
[pid=29685/tid=29686] ppid=29683 vsize=818876 CPUtime=408.92
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 20060 0 1 0 40879 13 0 0 25 0 13 0 1990203353 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4110246153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=818876 CPUtime=1.53
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 18456 0 0 0 143 10 0 0 17 0 13 0 1990203354 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=818876 CPUtime=1.4
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 17648 0 0 0 134 6 0 0 17 0 13 0 1990203354 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=818876 CPUtime=0.08
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 165 0 0 0 7 1 0 0 15 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=818876 CPUtime=1.8
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1822 0 0 0 180 0 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=818876 CPUtime=2.18
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 6212 0 0 0 216 2 0 0 16 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29698] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29698/stat : 29698 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1990245090 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.97
Current children cumulated vsize (KiB) 818876

[startup+419.602 s]
/proc/loadavg: 2.01 2.04 2.05 3/94 29698
/proc/meminfo: memFree=897040/2055920 swapFree=4180436/4192956
[pid=29685] ppid=29683 vsize=818876 CPUtime=416.07
/proc/29685/stat : 29685 (java) S 29683 29685 28867 0 -1 0 65131 0 1 0 41571 36 0 0 18 0 13 0 1990203352 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29685/statm: 204719 55674 1400 9 0 202081 0
[pid=29685/tid=29686] ppid=29683 vsize=818876 CPUtime=409.02
/proc/29685/task/29686/stat : 29686 (java) R 29683 29685 28867 0 -1 64 20060 0 1 0 40889 13 0 0 25 0 13 0 1990203353 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4110236116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29688] ppid=29683 vsize=818876 CPUtime=1.53
/proc/29685/task/29688/stat : 29688 (java) S 29683 29685 28867 0 -1 64 18456 0 0 0 143 10 0 0 17 0 13 0 1990203354 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29689] ppid=29683 vsize=818876 CPUtime=1.4
/proc/29685/task/29689/stat : 29689 (java) S 29683 29685 28867 0 -1 64 17648 0 0 0 134 6 0 0 17 0 13 0 1990203354 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29690] ppid=29683 vsize=818876 CPUtime=0.08
/proc/29685/task/29690/stat : 29690 (java) S 29683 29685 28867 0 -1 64 165 0 0 0 7 1 0 0 15 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29691] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29691/stat : 29691 (java) S 29683 29685 28867 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29692] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29692/stat : 29692 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990203356 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29693] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29693/stat : 29693 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29694] ppid=29683 vsize=818876 CPUtime=1.8
/proc/29685/task/29694/stat : 29694 (java) S 29683 29685 28867 0 -1 64 1822 0 0 0 180 0 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29695] ppid=29683 vsize=818876 CPUtime=2.18
/proc/29685/task/29695/stat : 29695 (java) S 29683 29685 28867 0 -1 64 6212 0 0 0 216 2 0 0 16 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29696] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29696/stat : 29696 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29697] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29697/stat : 29697 (java) S 29683 29685 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990203361 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29685/tid=29698] ppid=29683 vsize=818876 CPUtime=0
/proc/29685/task/29698/stat : 29698 (java) S 29683 29685 28867 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 1990245090 838529024 55674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.07
Current children cumulated vsize (KiB) 818876

Child status: 0
Real time (s): 419.702
CPU time (s): 416.181
CPU user time (s): 415.776
CPU system time (s): 0.404938
CPU usage (%): 99.161
Max. virtual memory (cumulated for all children) (KiB): 821116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.776
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65139
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= 13194
involuntary context switches= 21335

runsolver used 0.555915 second user time and 1.36979 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-03 21:11:52
IDJOB=1058006
IDBENCH=54101
IDSOLVER=344
FILE ID=node48/1058006-1215112312
PBS_JOBID= 7877109
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41854dee96060ea80d0fae628dff97c2
RANDOM SEED=2080662357

node48.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.231
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.231
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:       1116248 kB
Buffers:          6696 kB
Cached:          86256 kB
SwapCached:       5444 kB
Active:         857332 kB
Inactive:        29156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1116248 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:         810744 kB
Slab:            36748 kB
Committed_AS:  4919908 kB
PageTables:       3312 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 node48 at 2008-07-03 21:18:51