Trace number 2070191

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
Sugar v1.14.6+minisatSAT 8.38672 211.216

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-5_ext.xml
MD5SUM09a99cc7e1e23f3a33b7806b7a213b7d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints10
Maximum constraint arity5
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/155.74	c 0	Sugar v1-14-6 + HOME/minisat
0.06/164.45	c 9	BEGIN Sun Jul 12 00:29:45 2009
0.06/164.45	c 9	PID 15572
0.06/167.79	c 12	HOST node77.alineos.net
0.06/167.79	c 12	CONVERTING HOME/instance-2070191-1247351179.xml TO HOME/temp.csp
0.06/167.79	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070191-1247351179.xml' 'HOME/temp.csp'
0.23/203.11	c 48	1 domains, 25 variables, 0 predicates, 1 relations, 10 constraints
0.23/203.15	c 48	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.23/203.15	c 48	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/203.22	c 48	Parsing HOME/temp.csp
0.25/203.28	c 48	parsed 37 expressions
0.25/203.30	c 48	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/203.30	c 48	Converting to clausal form CSP
0.25/203.32	c 48	converted 4 (10%) expressions
0.25/203.32	c 48	converted 8 (20%) expressions
0.25/203.32	c 48	converted 12 (30%) expressions
0.25/203.32	c 48	converted 15 (40%) expressions
0.25/203.32	c 48	converted 19 (50%) expressions
0.25/203.32	c 48	converted 23 (60%) expressions
0.25/203.32	c 48	converted 26 (70%) expressions
0.25/203.39	c 48	converted 30 (80%) expressions
0.53/203.50	c 48	converted 34 (90%) expressions
0.64/203.60	c 48	converted 37 (100%) expressions
0.64/203.60	c 48	CSP : 25 integers, 0 booleans, 10 clauses, largest domain size 26
0.64/203.60	c 48	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/203.60	c 48	Propagation in CSP
0.64/203.60	c 48	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.64/203.60	c 48	CSP : 25 integers, 0 booleans, 10 clauses, largest domain size 26
0.73/203.60	c 48	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.73/203.60	c 48	Simplifing CSP by introducing new Boolean variables
0.73/203.60	c 48	CSP : 25 integers, 0 booleans, 10 clauses, largest domain size 26
0.73/203.60	c 48	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.73/203.66	c 48	Encoding CSP to SAT : HOME/temp.cnf
0.73/203.66	c 48	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.73/203.67	c 48	5 (20%) CSP integer variables are encoded (120 clauses, 1176 bytes)
0.73/203.67	c 48	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
0.73/203.67	c 48	10 (40%) CSP integer variables are encoded (240 clauses, 2496 bytes)
0.73/203.67	c 48	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
0.73/203.67	c 48	15 (60%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.73/203.67	c 48	18 (70%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.73/203.67	c 48	20 (80%) CSP integer variables are encoded (480 clauses, 5136 bytes)
0.73/203.67	c 48	23 (90%) CSP integer variables are encoded (552 clauses, 5928 bytes)
0.73/203.67	c 48	25 (100%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.45/204.38	c 49	1 (10%) CSP clauses are encoded (14358 clauses, 398607 bytes)
2.16/205.06	c 50	2 (20%) CSP clauses are encoded (28116 clauses, 861661 bytes)
2.86/205.80	c 50	3 (30%) CSP clauses are encoded (41874 clauses, 1336572 bytes)
3.56/206.46	c 51	4 (40%) CSP clauses are encoded (55632 clauses, 1811483 bytes)
4.25/207.13	c 52	5 (50%) CSP clauses are encoded (69390 clauses, 2286550 bytes)
4.96/207.87	c 53	6 (60%) CSP clauses are encoded (83148 clauses, 2787679 bytes)
5.65/208.54	c 53	7 (70%) CSP clauses are encoded (96906 clauses, 3288808 bytes)
6.35/209.21	c 54	8 (80%) CSP clauses are encoded (110664 clauses, 3789937 bytes)
7.05/209.95	c 55	9 (90%) CSP clauses are encoded (124422 clauses, 4291066 bytes)
7.74/210.63	c 55	10 (100%) CSP clauses are encoded (138180 clauses, 4792195 bytes)
7.74/210.63	c 55	10 CSP clauses encoded
7.74/210.63	c 55	Writing map file : HOME/temp.map
7.74/210.63	c 55	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.74/210.63	c 55	SAT : 625 SAT variables, 138180 SAT clauses, 4792195 bytes
7.74/210.63	c 55	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.74/210.64	c 55	SOLVING HOME/temp.cnf
7.74/210.65	c 55	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.74/210.65	c 55	This is MiniSat 2.0 beta
7.74/210.65	c 55	WARNING: for repeatability, setting FPU to use double precision
7.74/210.65	c 55	============================[ Problem Statistics ]=============================
7.74/210.65	c 55	|                                                                             |
7.74/210.65	c 55	|  Number of variables:  625                                                  |
7.74/210.65	c 55	|  Number of clauses:    138180                                               |
7.80/210.76	c 55	|  Parsing time:         0.10         s                                       |
7.80/210.77	c 55	============================[ Search Statistics ]==============================
7.80/210.77	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.80/210.77	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.80/210.77	c 55	===============================================================================
7.80/210.77	c 55	|         0 |     625   138180  1047800 |    46060        0    nan |  0.000 % |
7.80/210.77	c 55	|       102 |     625   138180  1047800 |    50666      102      5 |  0.000 % |
7.80/210.78	c 55	|       254 |     625   138180  1047800 |    55732      254      6 |  0.002 % |
7.80/210.79	c 55	|       479 |     625   138180  1047800 |    61305      479      6 |  0.005 % |
7.80/210.86	c 56	|       817 |     625   138180  1047800 |    67436      817      8 |  0.004 % |
7.80/211.07	c 56	|      1323 |     625   138180  1047800 |    74180     1323      9 |  0.005 % |
7.80/211.09	c 56	===============================================================================
7.80/211.09	c 56	restarts              : 6
7.80/211.09	c 56	conflicts             : 1368           (3182 /sec)
7.80/211.09	c 56	decisions             : 2053           (1.32 % random) (4775 /sec)
7.80/211.09	c 56	propagations          : 45605          (106074 /sec)
7.80/211.09	c 56	conflict literals     : 12505          (22.39 % deleted)
7.80/211.09	c 56	Memory used           : 10.71 MB
7.80/211.09	c 56	CPU time              : 0.429934 s
7.80/211.09	c 56	
7.80/211.09	c 56	SATISFIABLE
7.80/211.09	c 56	DECODING HOME/temp.out WITH HOME/temp.map
7.80/211.09	c 56	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.24/211.17	c 56	Decoding HOME/temp.out
8.24/211.19	s SATISFIABLE
8.24/211.19	v 3 22 24 4 17 22 7 14 17 4 24 14 10 4 18 4 17 4 2 19 17 4 18 19 18
8.24/211.20	c 56	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.34/211.21	c 56	CPU 8.36 (0.06 0.01 8.12 0.17)
8.34/211.21	c 56	END Sun Jul 12 00:30:41 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070191-1247351179/watcher-2070191-1247351179 -o /tmp/evaluation-result-2070191-1247351179/solver-2070191-1247351179 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2070191-1247351179.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.48 6.47 6.50 2/78 15572
/proc/meminfo: memFree=88888/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0

[startup+0.0664629 s]
/proc/loadavg: 6.48 6.47 6.50 2/78 15572
/proc/meminfo: memFree=88888/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101469 s]
/proc/loadavg: 6.48 6.47 6.50 2/78 15572
/proc/meminfo: memFree=88888/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301507 s]
/proc/loadavg: 6.48 6.47 6.50 2/78 15572
/proc/meminfo: memFree=88888/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.701586 s]
/proc/loadavg: 6.48 6.47 6.50 2/78 15572
/proc/meminfo: memFree=88888/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+1.50174 s]
/proc/loadavg: 6.48 6.47 6.50 1/79 15573
/proc/meminfo: memFree=88688/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+3.10106 s]
/proc/loadavg: 6.48 6.47 6.50 1/79 15573
/proc/meminfo: memFree=88496/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=18576 CPUtime=0
/proc/15572/stat : 15572 (runsolver) D 15570 15572 15350 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 22188178 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576
heavy processes:

[startup+6.30169 s]
/proc/loadavg: 6.52 6.48 6.51 1/79 15573
/proc/meminfo: memFree=88368/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=124 CPUtime=0
/proc/15572/stat : 15572 (sugar) D 15570 15572 15350 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 22188178 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 228041225705 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15572/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124
heavy processes:

[startup+12.7019 s]
/proc/loadavg: 6.56 6.49 6.51 1/79 15573
/proc/meminfo: memFree=88304/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=12268 CPUtime=0
/proc/15572/stat : 15572 (sugar) D 15570 15572 15350 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 22188178 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268
heavy processes:

[startup+25.5015 s]
/proc/loadavg: 6.66 6.51 6.52 1/79 15573
/proc/meminfo: memFree=88112/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=12272 CPUtime=0
/proc/15572/stat : 15572 (sugar) D 15570 15572 15350 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 22188178 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272
heavy processes:

[startup+51.1015 s]
/proc/loadavg: 6.77 6.55 6.53 1/79 15573
/proc/meminfo: memFree=88496/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=12412 CPUtime=0
/proc/15572/stat : 15572 (sugar) D 15570 15572 15350 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 22188178 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/15572/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412
heavy processes:

[startup+102.307 s]
/proc/loadavg: 6.90 6.62 6.55 1/79 15573
/proc/meminfo: memFree=88496/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=13468 CPUtime=0.03
/proc/15572/stat : 15572 (sugar) D 15570 15572 15350 0 -1 4194304 760 0 0 0 2 1 0 0 18 0 1 0 22188178 13791232 728 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15572/statm: 3367 728 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468
heavy processes:

[startup+162.301 s]
/proc/loadavg: 6.96 6.68 6.58 1/79 15573
/proc/meminfo: memFree=88368/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16744 CPUtime=0.06
/proc/15572/stat : 15572 (sugar) D 15570 15572 15350 0 -1 4194304 1137 0 0 0 5 1 0 0 18 0 1 0 22188178 17145856 1105 996147200 4194304 4206940 548682068608 18446744073709551615 228044013650 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15572/statm: 4186 1105 403 3 0 765 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16744
heavy processes:

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

[startup+179.102 s]
/proc/loadavg: 6.97 6.70 6.58 1/81 15576
/proc/meminfo: memFree=87840/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=0.06
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22188178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1111 409 3 0 796 0
[pid=15575] ppid=15572 vsize=5356 CPUtime=0
/proc/15575/stat : 15575 (sh) S 15572 15572 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22204957 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15575/statm: 1339 233 193 169 0 50 0
[pid=15576] ppid=15575 vsize=10256 CPUtime=0
/proc/15576/stat : 15576 (java) D 15575 15572 15350 0 -1 0 356 0 0 0 0 0 0 0 18 0 1 0 22204957 10502144 161 996147200 134512640 134550932 4294955984 18446744073709551615 10425252 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15576/statm: 2564 161 134 9 0 1102 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32480

[startup+191.901 s]
/proc/loadavg: 6.98 6.71 6.59 1/82 15577
/proc/meminfo: memFree=86808/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=0.06
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22188178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1111 409 3 0 796 0
[pid=15575] ppid=15572 vsize=5356 CPUtime=0
/proc/15575/stat : 15575 (sh) S 15572 15572 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22204957 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15575/statm: 1339 233 193 169 0 50 0
[pid=15576] ppid=15575 vsize=10884 CPUtime=0
/proc/15576/stat : 15576 (java) S 15575 15572 15350 0 -1 0 766 0 0 0 0 0 0 0 18 0 2 0 22204957 11145216 539 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15576/statm: 2721 539 253 9 0 1199 0
[pid=15576/tid=15577] ppid=15575 vsize=10884 CPUtime=0
/proc/15576/task/15577/stat : 15577 (java) D 15575 15572 15350 0 -1 64 89 0 0 0 0 0 0 0 18 0 2 0 22206347 11145216 539 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744071563479169 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33108

[startup+204.703 s]
/proc/loadavg: 6.98 6.73 6.59 2/89 15594
/proc/meminfo: memFree=69984/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=0.26
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1310 4522 0 1 6 1 16 3 15 0 1 0 22188178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1111 409 3 0 796 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22208493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=865220 CPUtime=1.6
/proc/15586/stat : 15586 (java) S 15585 15572 15350 0 -1 0 7836 0 1 0 156 4 0 0 19 0 9 0 22208493 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216305 7031 2590 9 0 210782 0
[pid=15586/tid=15587] ppid=15585 vsize=865220 CPUtime=1.26
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 15350 0 -1 64 2766 0 1 0 124 2 0 0 18 0 9 0 22208494 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4126563298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15588] ppid=15585 vsize=865220 CPUtime=0.25
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 15350 0 -1 64 4018 0 0 0 24 1 0 0 16 0 9 0 22208495 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15589] ppid=15585 vsize=865220 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22208495 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=865220 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22208495 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=865220 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 15350 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22208498 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=865220 CPUtime=0.07
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 15350 0 -1 64 353 0 0 0 7 0 0 0 16 0 9 0 22208498 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15593] ppid=15585 vsize=865220 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22208498 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=865220 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22208498 885985280 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 887444

[startup+207.906 s]
/proc/loadavg: 6.98 6.73 6.59 2/89 15594
/proc/meminfo: memFree=61024/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=0.26
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1310 4522 0 1 6 1 16 3 15 0 1 0 22188178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1111 409 3 0 796 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22208493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=865292 CPUtime=4.8
/proc/15586/stat : 15586 (java) S 15585 15572 15350 0 -1 0 10237 0 1 0 473 7 0 0 19 0 9 0 22208493 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216323 7946 2590 9 0 210800 0
[pid=15586/tid=15587] ppid=15585 vsize=865292 CPUtime=4.2
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 15350 0 -1 64 2964 0 1 0 417 3 0 0 16 0 9 0 22208494 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=865292 CPUtime=0.5
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 15350 0 -1 64 6221 0 0 0 48 2 0 0 16 0 9 0 22208495 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15589] ppid=15585 vsize=865292 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22208495 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=865292 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22208495 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=865292 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 15350 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22208498 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=865292 CPUtime=0.07
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 15350 0 -1 64 353 0 0 0 7 0 0 0 16 0 9 0 22208498 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15593] ppid=15585 vsize=865292 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22208498 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=865292 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22208498 886059008 7946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 887516

[startup+209.503 s]
/proc/loadavg: 6.98 6.73 6.59 2/89 15594
/proc/meminfo: memFree=62816/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=0.26
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1310 4522 0 1 6 1 16 3 16 0 1 0 22188178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1111 409 3 0 796 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22208493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=865276 CPUtime=6.38
/proc/15586/stat : 15586 (java) S 15585 15572 15350 0 -1 0 10328 0 1 0 631 7 0 0 19 0 9 0 22208493 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216319 7943 2590 9 0 210796 0
[pid=15586/tid=15587] ppid=15585 vsize=865276 CPUtime=5.73
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 15350 0 -1 64 3054 0 1 0 569 4 0 0 16 0 9 0 22208494 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4126560496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=865276 CPUtime=0.56
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 15350 0 -1 64 6221 0 0 0 54 2 0 0 15 0 9 0 22208495 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15589] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22208495 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22208495 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 15350 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=865276 CPUtime=0.07
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 15350 0 -1 64 354 0 0 0 7 0 0 0 16 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15593] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 887500

[startup+210.303 s]
/proc/loadavg: 6.98 6.73 6.59 2/89 15594
/proc/meminfo: memFree=61856/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=0.26
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1310 4522 0 1 6 1 16 3 15 0 1 0 22188178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1111 409 3 0 796 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22208493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=865276 CPUtime=7.18
/proc/15586/stat : 15586 (java) S 15585 15572 15350 0 -1 0 11554 0 1 0 710 8 0 0 19 0 9 0 22208493 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216319 7943 2590 9 0 210796 0
[pid=15586/tid=15587] ppid=15585 vsize=865276 CPUtime=6.42
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 15350 0 -1 64 3097 0 1 0 638 4 0 0 17 0 9 0 22208494 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=865276 CPUtime=0.66
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 15350 0 -1 64 7404 0 0 0 63 3 0 0 16 0 9 0 22208495 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15589] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22208495 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22208495 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 15350 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=865276 CPUtime=0.07
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 15350 0 -1 64 354 0 0 0 7 0 0 0 16 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15593] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=865276 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 15350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22208498 886042624 7943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 887500

[startup+210.703 s]
/proc/loadavg: 6.98 6.73 6.59 2/89 15594
/proc/meminfo: memFree=61856/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=7.8
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1374 16404 0 2 6 1 760 13 16 0 1 0 22188178 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 16868

[startup+211.102 s]
/proc/loadavg: 6.98 6.73 6.59 2/81 15598
/proc/meminfo: memFree=83104/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=8.24
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1427 19349 0 2 6 1 803 14 16 0 1 0 22188178 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1112 409 3 0 796 0
[pid=15597] ppid=15572 vsize=5356 CPUtime=0
/proc/15597/stat : 15597 (sh) S 15572 15572 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22209288 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15597/statm: 1339 233 193 169 0 50 0
[pid=15598] ppid=15597 vsize=1520 CPUtime=0
/proc/15598/stat : 15598 (java) R 15597 15572 15350 0 -1 0 92 0 0 0 0 0 0 0 18 0 1 0 22209288 1556480 75 996147200 134512640 134550932 4294956144 18446744073709551615 10427156 0 0 4096 0 0 0 0 17 0 0 0
/proc/15598/statm: 368 72 52 9 0 10 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 23744

[startup+211.208 s]
/proc/loadavg: 6.98 6.73 6.59 2/81 15598
/proc/meminfo: memFree=83104/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16868 CPUtime=8.24
/proc/15572/stat : 15572 (sugar) S 15570 15572 15350 0 -1 4194304 1447 19349 0 2 6 1 803 14 16 0 1 0 22188178 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4217 1112 409 3 0 796 0
[pid=15597] ppid=15572 vsize=5356 CPUtime=0
/proc/15597/stat : 15597 (sh) S 15572 15572 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22209288 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15597/statm: 1339 233 193 169 0 50 0
[pid=15598] ppid=15597 vsize=864720 CPUtime=0.1
/proc/15598/stat : 15598 (java) S 15597 15572 15350 0 -1 0 3453 0 1 0 8 2 0 0 18 0 9 0 22209288 885473280 2919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15598/statm: 216180 2919 1700 9 0 210685 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 886944

Child status: 0
Real time (s): 211.216
CPU time (s): 8.38672
CPU user time (s): 8.19175
CPU system time (s): 0.19497
CPU usage (%): 3.97069
Max. virtual memory (cumulated for all children) (KiB): 890236

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

runsolver used 0.217966 second user time and 0.614906 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 00:26:48
IDJOB=2070191
IDBENCH=55146
IDSOLVER=739
FILE ID=node77/2070191-1247351179
PBS_JOBID= 9506811
Free space on /tmp= 64472 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg5-5_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070191-1247351179/watcher-2070191-1247351179 -o /tmp/evaluation-result-2070191-1247351179/solver-2070191-1247351179 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2070191-1247351179.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 09a99cc7e1e23f3a33b7806b7a213b7d
RANDOM SEED=1879802695

node77.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         89496 kB
Buffers:          2252 kB
Cached:        1728008 kB
SwapCached:        136 kB
Active:        1207580 kB
Inactive:       611452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         89496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           27048 kB
Writeback:      621808 kB
Mapped:         108756 kB
Slab:           132480 kB
Committed_AS:   240352 kB
PageTables:       1840 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= 64472 MiB
End job on node77 at 2009-07-12 00:30:41