Trace number 2063976

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 116.03 117.289

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark116.03
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints39827
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension39527
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 19:31:25 2009
0.04/0.08	c 0	PID 16192
0.04/0.08	c 0	HOST node1.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2063976-1247333485.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063976-1247333485.xml' 'HOME/temp.csp'
2.44/2.59	c 3	451 domains, 800 variables, 1 predicates, 0 relations, 39827 constraints
2.53/2.61	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/2.61	c 3	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'
2.53/2.68	c 3	Parsing HOME/temp.csp
2.54/3.00	c 3	parsed 10000 expressions
2.54/3.20	c 4	parsed 20000 expressions
3.11/3.30	c 4	parsed 30000 expressions
3.30/3.48	c 4	parsed 40000 expressions
3.30/3.49	c 4	parsed 41079 expressions
3.40/3.50	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.40/3.50	c 4	Converting to clausal form CSP
5.28/5.44	c 6	converted 4108 (10%) expressions
7.75/7.96	c 8	converted 8216 (20%) expressions
10.63/10.82	c 11	converted 12324 (30%) expressions
13.51/13.77	c 14	converted 16432 (40%) expressions
15.89/16.15	c 16	converted 20540 (50%) expressions
18.16/18.42	c 19	converted 24648 (60%) expressions
21.53/21.83	c 22	converted 28756 (70%) expressions
23.90/24.25	c 25	converted 32864 (80%) expressions
26.18/26.53	c 27	converted 36972 (90%) expressions
67.68/68.44	c 69	converted 41079 (100%) expressions
67.68/68.44	c 69	CSP : 800 integers, 0 booleans, 102458 clauses, largest domain size 36
67.68/68.44	c 69	Heap : 552 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
67.68/68.44	c 69	Propagation in CSP
73.73/74.54	c 75	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
73.73/74.54	c 75	CSP : 800 integers, 0 booleans, 102458 clauses, largest domain size 36
73.73/74.54	c 75	Heap : 535 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.82/74.64	c 75	Simplifing CSP by introducing new Boolean variables
74.82/75.68	c 76	CSP : 800 integers, 280295 booleans, 382753 clauses, largest domain size 36
74.82/75.68	c 76	Heap : 624 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
78.29/79.15	c 79	Encoding CSP to SAT : HOME/temp.cnf
78.38/79.25	c 80	80 (10%) CSP integer variables are encoded (1892 clauses, 22533 bytes)
78.38/79.26	c 80	160 (20%) CSP integer variables are encoded (3791 clauses, 47220 bytes)
78.38/79.26	c 80	240 (30%) CSP integer variables are encoded (5666 clauses, 71595 bytes)
78.38/79.27	c 80	320 (40%) CSP integer variables are encoded (7501 clauses, 95450 bytes)
78.38/79.28	c 80	400 (50%) CSP integer variables are encoded (9376 clauses, 119825 bytes)
78.38/79.28	c 80	480 (60%) CSP integer variables are encoded (9832 clauses, 126284 bytes)
78.38/79.29	c 80	560 (70%) CSP integer variables are encoded (10221 clauses, 132119 bytes)
78.38/79.29	c 80	640 (80%) CSP integer variables are encoded (10629 clauses, 138239 bytes)
78.38/79.29	c 80	720 (90%) CSP integer variables are encoded (11195 clauses, 146729 bytes)
78.38/79.29	c 80	800 (100%) CSP integer variables are encoded (11680 clauses, 154004 bytes)
80.46/81.40	c 82	38276 (10%) CSP clauses are encoded (457536 clauses, 8541654 bytes)
82.43/83.38	c 84	76551 (20%) CSP clauses are encoded (898861 clauses, 17290367 bytes)
84.41/85.38	c 86	114826 (30%) CSP clauses are encoded (1337053 clauses, 26018588 bytes)
86.48/87.43	c 88	153102 (40%) CSP clauses are encoded (1783475 clauses, 35343341 bytes)
88.56/89.51	c 90	191377 (50%) CSP clauses are encoded (2233901 clauses, 44756218 bytes)
91.13/92.10	c 92	229652 (60%) CSP clauses are encoded (2823791 clauses, 56725885 bytes)
93.69/94.77	c 95	267928 (70%) CSP clauses are encoded (3432275 clauses, 69096993 bytes)
96.37/97.44	c 98	306203 (80%) CSP clauses are encoded (4046020 clauses, 81590586 bytes)
99.03/100.11	c 100	344478 (90%) CSP clauses are encoded (4659404 clauses, 94057601 bytes)
101.59/102.73	c 103	382753 (100%) CSP clauses are encoded (5267957 clauses, 106472796 bytes)
101.59/102.73	c 103	382753 CSP clauses encoded
101.59/102.73	c 103	Writing map file : HOME/temp.map
101.59/102.78	c 103	Heap : 611 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
101.59/102.78	c 103	SAT : 292696 SAT variables, 5267957 SAT clauses, 106472796 bytes
101.59/102.78	c 103	Heap : 611 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
101.77/102.91	c 103	SOLVING HOME/temp.cnf
101.77/102.91	c 103	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
101.77/102.92	c 103	This is MiniSat 2.0 beta
101.77/102.92	c 103	WARNING: for repeatability, setting FPU to use double precision
101.77/102.92	c 103	============================[ Problem Statistics ]=============================
101.77/102.92	c 103	|                                                                             |
101.77/102.92	c 103	|  Number of variables:  292696                                               |
101.77/102.92	c 103	|  Number of clauses:    5267957                                              |
104.65/105.88	c 106	|  Parsing time:         2.56         s                                       |
104.85/106.05	c 106	============================[ Search Statistics ]==============================
104.85/106.05	c 106	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
104.85/106.05	c 106	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
104.85/106.05	c 106	===============================================================================
104.85/106.05	c 106	|         0 |  292696  5267957 15339572 |  1755985        0    nan |  0.000 % |
106.72/107.93	c 108	|       100 |  292696  5267957 15339572 |  1931584      100    109 |  0.000 % |
107.82/109.06	c 109	|       251 |  292696  5267957 15339572 |  2124742      251     63 |  0.000 % |
109.90/111.11	c 111	|       476 |  292696  5267957 15339572 |  2337216      476     54 |  0.000 % |
111.18/112.49	c 113	|       814 |  292696  5267957 15339572 |  2570938      814     42 |  0.000 % |
112.27/113.50	c 114	|      1322 |  292696  5267957 15339572 |  2828032     1322     30 |  0.000 % |
115.05/116.34	c 117	===============================================================================
115.05/116.37	c 117	restarts              : 6
115.05/116.37	c 117	conflicts             : 1572           (122 /sec)
115.05/116.37	c 117	decisions             : 46605          (0.87 % random) (3606 /sec)
115.05/116.37	c 117	propagations          : 5491339        (424861 /sec)
115.05/116.37	c 117	conflict literals     : 62558          (3.50 % deleted)
115.05/116.37	c 117	Memory used           : 239.22 MB
115.05/116.37	c 117	CPU time              : 12.925 s
115.05/116.37	c 117	
115.14/116.49	c 117	SATISFIABLE
115.24/116.54	c 117	DECODING HOME/temp.out WITH HOME/temp.map
115.24/116.54	c 117	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'
115.28/116.62	c 117	Decoding HOME/temp.out
115.28/117.17	s SATISFIABLE
115.28/117.21	v 9 24 15 23 24 15 5 44 42 29 0 19 28 1 17 28 11 19 8 26 8 43 27 29 32 10 39 41 14 20 32 20 16 16 11 7 15 3 8 2 21 34 37 36 23 1 43 22 13 19 19 26 3 1 39 13 17 2 24 20 10 12 19 36 24 21 2 21 6 4 40 2 10 8 23 42 13 42 37 28 11 30 8 1 42 33 33 0 15 8 13 21 5 29 7 11 35 28 12 23 17 29 18 36 23 8 7 34 24 41 7 44 28 25 31 25 23 17 27 38 9 35 6 21 24 15 44 41 11 9 19 7 40 29 34 14 7 35 9 42 27 16 13 8 44 8 38 39 28 21 18 33 25 7 35 3 37 20 23 18 3 42 12 12 7 36 1 18 22 35 13 40 14 2 27 13 5 0 14 28 0 30 5 23 16 29 36 5 5 7 3 44 31 43 9 15 36 1 1 30 0 30 4 25 16 30 18 20 42 16 5 38 20 40 40 2 42 33 37 43 5 35 6 10 3 14 28 44 12 35 25 25 27 38 24 0 8 13 28 2 25 0 32 4 31 31 24 29 14 38 26 40 43 37 9 36 25 32 1 35 16 26 4 32 12 0 44 17 26 12 43 35 16 43 31 2 22 30 36 0 17 41 6 33 10 17 12 0 23 34 3 41 26 41 22 27 13 9 23 28 24 4 37 17 40 32 21 29 33 22 3 26 6 9 14 37 15 6 15 44 1 34 10 11 19 1 30 1 6 3 7 26 39 23 33 22 38 9 31 27 4 7 14 3 2 40 17 4 20 9 22 39 6 2 34 18 2 11 8 10 24 36 31 38 37 11 9 39 4 11 31 16 41 11 4 9 19 41 20 37 8 2 38 16 10 10 7 5 32 15 1 43 29 39 25 18 2 35 34 20 17 14 17 10 7 0 15 17 19 13 4 16 17 1 17 13 14 14 12 15 18 10 14 12 18 4 2 0 11 1 8 3 0 8 13 11 19 2 6 1 13 14 10 5 14 13 7 4 15 19 1 17 11 2 7 0 8 0 17 0 16 7 10 3 13 12 2 6 13 19 0 4 7 17 17 7 3 8 8 16 10 0 11 19 13 13 11 13 4 1 12 3 11 17 17 6 7 3 12 11 0 19 6 2 4 7 19 18 11 7 4 13 19 17 1 5 0 4 0 17 2 6 0 2 8 10 7 11 1 13 17 10 14 0 17 4 1 12 8 14 7 17 19 16 10 0 11 17 5 10 0 3 16 3 13 9 7 6 2 2 17 15 1 8 18 14 7 19 3 11 7 4 2 17 19 17 6 2 9 1 10 16 18 7 13 11 10 0 10 6 6 2 6 9 10 3 7 0 6 17 1 3 4 3 4 4 14 17 3 16 13 13 4 13 17 7 16 14 17 17 3 16 6 1 7 12 8 14 6 15 18 8 11 4 18 16 4 18 7 12 13 11 19 13 17 18 10 10 19 7 11 15 4 13 19 11 15 15 9 18 12 16 12 14 19 19 9 2 19 17 8 10 19 6 19 13 18 10 6 18 16 8 3 10 18 15 18 7 1 19 8 3 14 18 19 18 4 16 3 0 9 18 19 19 3 17 8 16 17 6 15 12 19 15 8 18 7 18 12 12 3 13 8 0 11 8 6 4 12 19 13 13 19 12 12 8 10 3 2 4 14 7 15 18 3 19 18 16 19 12 16 16 17 11 15 7 8 7 13 14 19 4 12 8 3 3 0 12 17 12 4 14 10 11 8 18 18 19 12 15 15 6 19 11 19 3 0 4 7 13 5 13 14 8 6 11 5 9 12 8
115.28/117.21	c 118	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
115.28/117.23	c 118	CPU 115.95 (0.06 0.02 113.73 2.14)
115.28/117.23	c 118	END Sat Jul 11 19:33:23 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-2063976-1247333485/watcher-2063976-1247333485 -o /tmp/evaluation-result-2063976-1247333485/solver-2063976-1247333485 -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-2063976-1247333485.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: 2.02 2.15 2.10 4/74 16192
/proc/meminfo: memFree=792088/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=12268 CPUtime=0
/proc/16192/stat : 16192 (sugar) R 16190 16192 13879 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20416282 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16192/statm: 3067 316 241 3 0 167 0

[startup+0.051589 s]
/proc/loadavg: 2.02 2.15 2.10 4/74 16192
/proc/meminfo: memFree=792088/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=14644 CPUtime=0.04
/proc/16192/stat : 16192 (sugar) R 16190 16192 13879 0 -1 4194304 823 0 0 0 3 1 0 0 18 0 1 0 20416282 14995456 791 996147200 4194304 4206940 548682068608 18446744073709551615 259353119518 0 0 4224 0 0 0 0 17 1 0 0
/proc/16192/statm: 3661 791 376 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.101661 s]
/proc/loadavg: 2.02 2.15 2.10 4/74 16192
/proc/meminfo: memFree=792088/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=0.06
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301615 s]
/proc/loadavg: 2.02 2.15 2.10 4/74 16192
/proc/meminfo: memFree=792088/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=0.06
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701665 s]
/proc/loadavg: 2.02 2.15 2.10 4/74 16192
/proc/meminfo: memFree=792088/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=0.06
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.02 2.15 2.10 4/85 16204
/proc/meminfo: memFree=763712/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=0.06
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
[pid=16195] ppid=16192 vsize=5356 CPUtime=0
/proc/16195/stat : 16195 (sh) S 16192 16192 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416291 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 1339 233 193 169 0 50 0
[pid=16196] ppid=16195 vsize=864776 CPUtime=1.39
/proc/16196/stat : 16196 (java) S 16195 16192 13879 0 -1 0 15870 0 1 0 131 8 0 0 18 0 9 0 20416291 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16196/statm: 216194 13899 2556 9 0 210706 0
[pid=16196/tid=16197] ppid=16195 vsize=864776 CPUtime=0.81
/proc/16196/task/16197/stat : 16197 (java) R 16195 16192 13879 0 -1 64 3070 0 1 0 79 2 0 0 24 0 9 0 20416292 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4126724552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16198] ppid=16195 vsize=864776 CPUtime=0.43
/proc/16196/task/16198/stat : 16198 (java) S 16195 16192 13879 0 -1 64 11585 0 0 0 38 5 0 0 16 0 9 0 20416293 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16199] ppid=16195 vsize=864776 CPUtime=0
/proc/16196/task/16199/stat : 16199 (java) S 16195 16192 13879 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20416294 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16200] ppid=16195 vsize=864776 CPUtime=0
/proc/16196/task/16200/stat : 16200 (java) S 16195 16192 13879 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20416294 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16201] ppid=16195 vsize=864776 CPUtime=0
/proc/16196/task/16201/stat : 16201 (java) S 16195 16192 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20416296 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16202] ppid=16195 vsize=864776 CPUtime=0.12
/proc/16196/task/16202/stat : 16202 (java) S 16195 16192 13879 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 20416296 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16203] ppid=16195 vsize=864776 CPUtime=0
/proc/16196/task/16203/stat : 16203 (java) S 16195 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20416296 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16196/tid=16204] ppid=16195 vsize=864776 CPUtime=0
/proc/16196/task/16204/stat : 16204 (java) S 16195 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20416296 885530624 13899 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10194 s]
/proc/loadavg: 2.02 2.15 2.10 3/85 16204
/proc/meminfo: memFree=726272/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=2.54
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1309 21608 0 1 5 1 234 14 15 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 16868

[startup+6.30132 s]
/proc/loadavg: 2.02 2.15 2.10 3/85 16214
/proc/meminfo: memFree=741376/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=2.54
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1309 21608 0 1 5 1 234 14 16 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
[pid=16205] ppid=16192 vsize=5356 CPUtime=0
/proc/16205/stat : 16205 (sh) S 16192 16192 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20416543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16205/statm: 1339 233 193 169 0 50 0
[pid=16206] ppid=16205 vsize=868648 CPUtime=3.63
/proc/16206/stat : 16206 (java) S 16205 16192 13879 0 -1 0 17509 0 1 0 355 8 0 0 18 0 9 0 20416544 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16206/statm: 217162 15994 2566 9 0 211667 0
[pid=16206/tid=16207] ppid=16205 vsize=868648 CPUtime=2.52
/proc/16206/task/16207/stat : 16207 (java) R 16205 16192 13879 0 -1 64 3193 0 1 0 251 1 0 0 25 0 9 0 20416545 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4126552339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16208] ppid=16205 vsize=868648 CPUtime=0.92
/proc/16206/task/16208/stat : 16208 (java) S 16205 16192 13879 0 -1 64 12152 0 0 0 88 4 0 0 16 0 9 0 20416546 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16209] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16209/stat : 16209 (java) S 16205 16192 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16210] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16210/stat : 16210 (java) S 16205 16192 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16211] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16211/stat : 16211 (java) S 16205 16192 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20416548 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16212] ppid=16205 vsize=868648 CPUtime=0.16
/proc/16206/task/16212/stat : 16212 (java) S 16205 16192 13879 0 -1 64 1462 0 0 0 15 1 0 0 15 0 9 0 20416548 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16213] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16213/stat : 16213 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20416548 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16214] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16214/stat : 16214 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20416548 889495552 15994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890872

[startup+12.7021 s]
/proc/loadavg: 2.02 2.15 2.10 3/85 16214
/proc/meminfo: memFree=673856/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=2.54
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1309 21608 0 1 5 1 234 14 16 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
[pid=16205] ppid=16192 vsize=5356 CPUtime=0
/proc/16205/stat : 16205 (sh) S 16192 16192 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20416543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16205/statm: 1339 233 193 169 0 50 0
[pid=16206] ppid=16205 vsize=868648 CPUtime=9.97
/proc/16206/stat : 16206 (java) S 16205 16192 13879 0 -1 0 43198 0 1 0 977 20 0 0 18 0 9 0 20416544 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16206/statm: 217162 32991 2567 9 0 211667 0
[pid=16206/tid=16207] ppid=16205 vsize=868648 CPUtime=7.54
/proc/16206/task/16207/stat : 16207 (java) R 16205 16192 13879 0 -1 64 3703 0 1 0 752 2 0 0 25 0 9 0 20416545 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16208] ppid=16205 vsize=868648 CPUtime=2.25
/proc/16206/task/16208/stat : 16208 (java) R 16205 16192 13879 0 -1 64 37329 0 0 0 209 16 0 0 16 0 9 0 20416546 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16209] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16209/stat : 16209 (java) S 16205 16192 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16210] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16210/stat : 16210 (java) S 16205 16192 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16211] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16211/stat : 16211 (java) S 16205 16192 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20416548 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16212] ppid=16205 vsize=868648 CPUtime=0.16
/proc/16206/task/16212/stat : 16212 (java) S 16205 16192 13879 0 -1 64 1464 0 0 0 15 1 0 0 16 0 9 0 20416548 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16213] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16213/stat : 16213 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20416548 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16214] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16214/stat : 16214 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20416548 889495552 32991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890872

[startup+25.5025 s]
/proc/loadavg: 2.24 2.19 2.11 3/85 16214
/proc/meminfo: memFree=540160/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=2.54
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1309 21608 0 1 5 1 234 14 16 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
[pid=16205] ppid=16192 vsize=5356 CPUtime=0
/proc/16205/stat : 16205 (sh) S 16192 16192 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20416543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16205/statm: 1339 233 193 169 0 50 0
[pid=16206] ppid=16205 vsize=868648 CPUtime=22.65
/proc/16206/stat : 16206 (java) S 16205 16192 13879 0 -1 0 88330 0 1 0 2227 38 0 0 18 0 9 0 20416544 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16206/statm: 217162 65600 2567 9 0 211667 0
[pid=16206/tid=16207] ppid=16205 vsize=868648 CPUtime=16.49
/proc/16206/task/16207/stat : 16207 (java) R 16205 16192 13879 0 -1 64 5800 0 1 0 1646 3 0 0 25 0 9 0 20416545 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4126514182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16208] ppid=16205 vsize=868648 CPUtime=5.97
/proc/16206/task/16208/stat : 16208 (java) S 16205 16192 13879 0 -1 64 80363 0 0 0 565 32 0 0 16 0 9 0 20416546 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16209] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16209/stat : 16209 (java) S 16205 16192 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16210] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16210/stat : 16210 (java) S 16205 16192 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16211] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16211/stat : 16211 (java) S 16205 16192 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20416548 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16212] ppid=16205 vsize=868648 CPUtime=0.16
/proc/16206/task/16212/stat : 16212 (java) S 16205 16192 13879 0 -1 64 1465 0 0 0 15 1 0 0 16 0 9 0 20416548 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16213] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16213/stat : 16213 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20416548 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16214] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16214/stat : 16214 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20416548 889495552 65600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890872

[startup+51.1025 s]
/proc/loadavg: 2.16 2.17 2.10 3/85 16214
/proc/meminfo: memFree=321792/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=2.54
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1309 21608 0 1 5 1 234 14 16 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
[pid=16205] ppid=16192 vsize=5356 CPUtime=0
/proc/16205/stat : 16205 (sh) S 16192 16192 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20416543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16205/statm: 1339 233 193 169 0 50 0
[pid=16206] ppid=16205 vsize=868648 CPUtime=48.01
/proc/16206/stat : 16206 (java) S 16205 16192 13879 0 -1 0 147026 0 1 0 4742 59 0 0 18 0 9 0 20416544 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16206/statm: 217162 120088 2567 9 0 211667 0
[pid=16206/tid=16207] ppid=16205 vsize=868648 CPUtime=36.91
/proc/16206/task/16207/stat : 16207 (java) R 16205 16192 13879 0 -1 64 7941 0 1 0 3687 4 0 0 25 0 9 0 20416545 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4126506559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16208] ppid=16205 vsize=868648 CPUtime=10.9
/proc/16206/task/16208/stat : 16208 (java) S 16205 16192 13879 0 -1 64 136911 0 0 0 1037 53 0 0 16 0 9 0 20416546 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16209] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16209/stat : 16209 (java) S 16205 16192 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16210] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16210/stat : 16210 (java) S 16205 16192 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20416546 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16211] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16211/stat : 16211 (java) S 16205 16192 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20416548 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16212] ppid=16205 vsize=868648 CPUtime=0.17
/proc/16206/task/16212/stat : 16212 (java) S 16205 16192 13879 0 -1 64 1472 0 0 0 16 1 0 0 15 0 9 0 20416548 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16213] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16213/stat : 16213 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20416548 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16214] ppid=16205 vsize=868648 CPUtime=0
/proc/16206/task/16214/stat : 16214 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20416548 889495552 120088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 890872

[startup+102.306 s]
/proc/loadavg: 2.22 2.19 2.11 3/85 16214
/proc/meminfo: memFree=15744/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=2.55
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1310 21608 0 1 6 1 234 14 16 0 1 0 20416282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1111 409 3 0 796 0
[pid=16205] ppid=16192 vsize=5356 CPUtime=0
/proc/16205/stat : 16205 (sh) S 16192 16192 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20416543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16205/statm: 1339 233 193 169 0 50 0
[pid=16206] ppid=16205 vsize=868760 CPUtime=98.65
/proc/16206/stat : 16206 (java) S 16205 16192 13879 0 -1 0 204723 0 1 0 9725 140 0 0 18 0 9 0 20416544 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16206/statm: 217190 172990 2593 9 0 211667 0
[pid=16206/tid=16207] ppid=16205 vsize=868760 CPUtime=78.01
/proc/16206/task/16207/stat : 16207 (java) R 16205 16192 13879 0 -1 64 8730 0 1 0 7739 62 0 0 25 0 9 0 20416545 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4127011744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16208] ppid=16205 vsize=868760 CPUtime=20.36
/proc/16206/task/16208/stat : 16208 (java) S 16205 16192 13879 0 -1 64 193766 0 0 0 1960 76 0 0 16 0 9 0 20416546 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16209] ppid=16205 vsize=868760 CPUtime=0
/proc/16206/task/16209/stat : 16209 (java) S 16205 16192 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20416546 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16210] ppid=16205 vsize=868760 CPUtime=0
/proc/16206/task/16210/stat : 16210 (java) S 16205 16192 13879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20416546 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16211] ppid=16205 vsize=868760 CPUtime=0
/proc/16206/task/16211/stat : 16211 (java) S 16205 16192 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20416548 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16212] ppid=16205 vsize=868760 CPUtime=0.26
/proc/16206/task/16212/stat : 16212 (java) S 16205 16192 13879 0 -1 64 1524 0 0 0 25 1 0 0 16 0 9 0 20416548 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16213] ppid=16205 vsize=868760 CPUtime=0
/proc/16206/task/16213/stat : 16213 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20416548 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16206/tid=16214] ppid=16205 vsize=868760 CPUtime=0
/proc/16206/task/16214/stat : 16214 (java) S 16205 16192 13879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20416548 889610240 172990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 890984

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

[startup+108.701 s]
/proc/loadavg: 2.21 2.18 2.11 3/77 16216
/proc/meminfo: memFree=468736/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=101.81
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1376 226642 0 2 6 2 10006 167 16 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
[pid=16215] ppid=16192 vsize=5356 CPUtime=0
/proc/16215/stat : 16215 (sh) S 16192 16192 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20426574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16215/statm: 1339 232 193 169 0 50 0
[pid=16216] ppid=16215 vsize=237508 CPUtime=5.71
/proc/16216/stat : 16216 (minisat) R 16215 16192 13879 0 -1 4194304 58766 0 0 0 533 38 0 0 25 0 1 0 20426574 243208192 58752 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/16216/statm: 59377 58752 76 150 0 59224 0
Current children cumulated CPU time (s) 107.52
Current children cumulated vsize (KiB) 259732

[startup+111.902 s]
/proc/loadavg: 2.21 2.18 2.11 3/77 16216
/proc/meminfo: memFree=460544/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=101.81
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1376 226642 0 2 6 2 10006 167 16 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
[pid=16215] ppid=16192 vsize=5356 CPUtime=0
/proc/16215/stat : 16215 (sh) S 16192 16192 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20426574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16215/statm: 1339 232 193 169 0 50 0
[pid=16216] ppid=16215 vsize=242524 CPUtime=8.88
/proc/16216/stat : 16216 (minisat) R 16215 16192 13879 0 -1 4194304 59999 0 0 0 850 38 0 0 25 0 1 0 20426574 248344576 59985 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/16216/statm: 60631 59985 76 150 0 60478 0
Current children cumulated CPU time (s) 110.69
Current children cumulated vsize (KiB) 264748

[startup+115.103 s]
/proc/loadavg: 2.19 2.18 2.11 3/77 16216
/proc/meminfo: memFree=458560/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=101.81
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1376 226642 0 2 6 2 10006 167 16 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
[pid=16215] ppid=16192 vsize=5356 CPUtime=0
/proc/16215/stat : 16215 (sh) S 16192 16192 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20426574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16215/statm: 1339 232 193 169 0 50 0
[pid=16216] ppid=16215 vsize=243448 CPUtime=12.05
/proc/16216/stat : 16216 (minisat) R 16215 16192 13879 0 -1 4194304 60228 0 0 0 1167 38 0 0 25 0 1 0 20426574 249290752 60214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16216/statm: 60862 60214 76 150 0 60709 0
Current children cumulated CPU time (s) 113.86
Current children cumulated vsize (KiB) 265672

[startup+115.902 s]
/proc/loadavg: 2.19 2.18 2.11 3/77 16216
/proc/meminfo: memFree=458176/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=101.81
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1376 226642 0 2 6 2 10006 167 16 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
[pid=16215] ppid=16192 vsize=5356 CPUtime=0
/proc/16215/stat : 16215 (sh) S 16192 16192 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20426574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16215/statm: 1339 232 193 169 0 50 0
[pid=16216] ppid=16215 vsize=243980 CPUtime=12.84
/proc/16216/stat : 16216 (minisat) R 16215 16192 13879 0 -1 4194304 60357 0 0 0 1246 38 0 0 25 0 1 0 20426574 249835520 60343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16216/statm: 60995 60343 76 150 0 60842 0
Current children cumulated CPU time (s) 114.65
Current children cumulated vsize (KiB) 266204

[startup+116.702 s]
/proc/loadavg: 2.19 2.18 2.11 3/77 16216
/proc/meminfo: memFree=494912/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=115.28
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1448 287583 0 2 6 2 11309 211 16 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 115.28
Current children cumulated vsize (KiB) 16868

[startup+117.102 s]
/proc/loadavg: 2.19 2.18 2.11 3/77 16216
/proc/meminfo: memFree=494912/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=115.28
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1448 287583 0 2 6 2 11309 211 16 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 115.28
Current children cumulated vsize (KiB) 16868

[startup+117.202 s]
/proc/loadavg: 2.19 2.18 2.11 3/77 16216
/proc/meminfo: memFree=494912/2055920 swapFree=4192956/4192956
[pid=16192] ppid=16190 vsize=16868 CPUtime=115.28
/proc/16192/stat : 16192 (sugar) S 16190 16192 13879 0 -1 4194304 1449 287583 0 2 6 2 11309 211 15 0 1 0 20416282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16192/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 115.28
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 117.289
CPU time (s): 116.03
CPU user time (s): 113.801
CPU system time (s): 2.22966
CPU usage (%): 98.9272
Max. virtual memory (cumulated for all children) (KiB): 916484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.801
system time used= 2.22966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293371
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= 8057
involuntary context switches= 10236

runsolver used 0.138978 second user time and 0.417936 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-11 19:31:25
IDJOB=2063976
IDBENCH=54111
IDSOLVER=739
FILE ID=node1/2063976-1247333485
PBS_JOBID= 9506625
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-6.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-2063976-1247333485/watcher-2063976-1247333485 -o /tmp/evaluation-result-2063976-1247333485/solver-2063976-1247333485 -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-2063976-1247333485.xml

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

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=201098303

node1.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.216
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.216
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:        792568 kB
Buffers:         68700 kB
Cached:        1096752 kB
SwapCached:          0 kB
Active:         429284 kB
Inactive:       755792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        792568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6924 kB
Writeback:           0 kB
Mapped:          30420 kB
Slab:            63628 kB
Committed_AS:   217496 kB
PageTables:       1800 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= 66376 MiB
End job on node1 at 2009-07-11 19:33:23