Trace number 2071555

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+minisatUNSAT 322.47 323.534

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-19_ext.xml
MD5SUMef2099be043c5df0fa11e36db9245d5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.496923
Satisfiable
(Un)Satisfiability was proved
Number of variables304
Number of constraints35
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension35
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:13:50 2009
0.00/0.08	c 0	PID 18180
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071555-1247354030.xml TO HOME/temp.csp
0.06/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-2071555-1247354030.xml' 'HOME/temp.csp'
0.06/0.52	c 0	1 domains, 304 variables, 0 predicates, 2 relations, 35 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 1	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.50/0.64	c 1	Parsing HOME/temp.csp
0.50/0.74	c 1	parsed 342 expressions
0.50/0.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.75	c 1	Converting to clausal form CSP
0.50/0.77	c 1	converted 35 (10%) expressions
0.50/0.77	c 1	converted 69 (20%) expressions
0.50/0.77	c 1	converted 103 (30%) expressions
0.50/0.77	c 1	converted 137 (40%) expressions
0.50/0.77	c 1	converted 171 (50%) expressions
0.50/0.78	c 1	converted 206 (60%) expressions
0.50/0.78	c 1	converted 240 (70%) expressions
0.50/0.78	c 1	converted 274 (80%) expressions
0.50/0.85	c 1	converted 308 (90%) expressions
2.40/2.58	c 3	converted 342 (100%) expressions
2.40/2.58	c 3	CSP : 304 integers, 0 booleans, 35 clauses, largest domain size 26
2.40/2.58	c 3	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.58	c 3	Propagation in CSP
2.40/2.58	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.58	c 3	CSP : 304 integers, 0 booleans, 35 clauses, largest domain size 26
2.40/2.58	c 3	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.58	c 3	Simplifing CSP by introducing new Boolean variables
2.40/2.59	c 3	CSP : 304 integers, 0 booleans, 35 clauses, largest domain size 26
2.40/2.59	c 3	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.83	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.86	c 3	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
2.70/2.87	c 3	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
2.70/2.87	c 3	92 (30%) CSP integer variables are encoded (2208 clauses, 26641 bytes)
2.70/2.88	c 3	122 (40%) CSP integer variables are encoded (2928 clauses, 36001 bytes)
2.70/2.89	c 3	152 (50%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
2.80/2.90	c 3	183 (60%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
2.80/2.90	c 3	213 (70%) CSP integer variables are encoded (5112 clauses, 64393 bytes)
2.80/2.91	c 3	244 (80%) CSP integer variables are encoded (5856 clauses, 74065 bytes)
2.80/2.92	c 3	274 (90%) CSP integer variables are encoded (6576 clauses, 83425 bytes)
2.80/2.92	c 3	304 (100%) CSP integer variables are encoded (7296 clauses, 92785 bytes)
50.85/51.04	c 51	4 (10%) CSP clauses are encoded (238548 clauses, 23430198 bytes)
86.53/86.75	c 87	7 (20%) CSP clauses are encoded (411987 clauses, 41470491 bytes)
134.40/134.62	c 135	11 (30%) CSP clauses are encoded (643239 clauses, 65524215 bytes)
170.76/171.07	c 171	14 (40%) CSP clauses are encoded (816678 clauses, 83564508 bytes)
218.39/218.73	c 219	18 (50%) CSP clauses are encoded (1047930 clauses, 107618232 bytes)
233.17/233.56	c 234	21 (60%) CSP clauses are encoded (1137013 clauses, 116536579 bytes)
238.57/238.96	c 239	25 (70%) CSP clauses are encoded (1199553 clauses, 123869687 bytes)
242.67/243.01	c 243	28 (80%) CSP clauses are encoded (1246458 clauses, 129414398 bytes)
247.95/248.38	c 248	32 (90%) CSP clauses are encoded (1308998 clauses, 136807346 bytes)
252.05/252.43	c 252	35 (100%) CSP clauses are encoded (1355903 clauses, 142352057 bytes)
252.05/252.43	c 252	35 CSP clauses encoded
252.05/252.43	c 252	Writing map file : HOME/temp.map
252.05/252.43	c 252	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
252.05/252.43	c 252	SAT : 7600 SAT variables, 1355903 SAT clauses, 142352057 bytes
252.05/252.43	c 252	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
252.05/252.49	c 252	SOLVING HOME/temp.cnf
252.05/252.49	c 252	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
252.12/252.50	c 252	This is MiniSat 2.0 beta
252.12/252.50	c 252	WARNING: for repeatability, setting FPU to use double precision
252.12/252.50	c 252	============================[ Problem Statistics ]=============================
252.12/252.50	c 252	|                                                                             |
252.12/252.50	c 252	|  Number of variables:  7600                                                 |
252.12/252.50	c 252	|  Number of clauses:    1355903                                              |
254.98/255.41	c 255	|  Parsing time:         2.65         s                                       |
255.08/255.59	c 256	============================[ Search Statistics ]==============================
255.08/255.59	c 256	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
255.08/255.59	c 256	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
255.08/255.59	c 256	===============================================================================
255.08/255.59	c 256	|         0 |    7584  1354327 26295263 |   451442        0    nan |  0.000 % |
255.28/255.73	c 256	|       102 |    7579  1354327 26295263 |   496586       97      6 |  0.276 % |
255.47/255.90	c 256	|       252 |    7578  1354327 26295263 |   546245      246      7 |  0.290 % |
255.47/255.95	c 256	|       477 |    7578  1354327 26295263 |   600869      471      7 |  0.290 % |
255.47/255.99	c 256	|       814 |    7578  1354327 26295263 |   660956      808      8 |  0.289 % |
255.57/256.04	c 256	|      1320 |    7578  1354327 26295263 |   727052     1314      8 |  0.290 % |
255.78/256.23	c 256	|      2079 |    7578  1354327 26295263 |   799757     2073      9 |  0.289 % |
255.97/256.46	c 256	|      3219 |    7578  1354327 26295263 |   879733     3213      9 |  0.290 % |
256.36/256.84	c 257	|      4928 |    7578  1354327 26295263 |   967706     4922      9 |  0.290 % |
256.76/257.23	c 257	|      7492 |    7578  1354327 26295263 |  1064477     7485      9 |  0.303 % |
257.56/258.06	c 258	|     11337 |    7577  1354327 26295263 |  1170925    11330      9 |  0.303 % |
259.34/259.84	c 260	|     17104 |    7576  1354327 26295263 |  1288017    17095      9 |  0.329 % |
285.48/286.29	c 286	|     25754 |    7575  1354327 26295263 |  1416819    25745     10 |  0.329 % |
322.14/323.23	c 323	===============================================================================
322.14/323.23	c 323	restarts              : 13
322.14/323.23	c 323	conflicts             : 37500          (537 /sec)
322.14/323.23	c 323	decisions             : 57513          (1.90 % random) (824 /sec)
322.14/323.23	c 323	propagations          : 3631285        (52040 /sec)
322.14/323.23	c 323	conflict literals     : 386344         (27.82 % deleted)
322.14/323.23	c 323	Memory used           : 161.55 MB
322.14/323.23	c 323	CPU time              : 69.7784 s
322.14/323.23	c 323	
322.14/323.23	c 323	UNSATISFIABLE
322.14/323.26	c 323	DECODING HOME/temp.out WITH HOME/temp.map
322.14/323.26	c 323	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'
322.23/323.35	c 323	Decoding HOME/temp.out
322.23/323.40	s UNSATISFIABLE
322.33/323.43	c 323	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
322.33/323.46	c 323	CPU 322.37 (0.05 0.02 320.84 1.46)
322.33/323.46	c 323	END Sun Jul 12 01:19:13 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071555-1247354030/watcher-2071555-1247354030 -o /tmp/evaluation-result-2071555-1247354030/solver-2071555-1247354030 -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-2071555-1247354030.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: 1.99 2.00 1.99 4/80 18180
/proc/meminfo: memFree=1810216/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=12268 CPUtime=0
/proc/18180/stat : 18180 (sugar) R 18178 18180 17296 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 22470565 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18180/statm: 3067 316 241 3 0 167 0

[startup+0.0816549 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 18180
/proc/meminfo: memFree=1810216/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16740 CPUtime=0.06
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22470565 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102098 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 18180
/proc/meminfo: memFree=1810216/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.06
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301986 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 18180
/proc/meminfo: memFree=1810216/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.06
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701049 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 18180
/proc/meminfo: memFree=1810216/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1309 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 1.99 2.00 1.99 4/91 18202
/proc/meminfo: memFree=1791824/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1309 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
[pid=18193] ppid=18180 vsize=5356 CPUtime=0
/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864212 CPUtime=0.91
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 12320 0 1 0 87 4 0 0 18 0 9 0 22470622 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216053 11484 2566 9 0 210558 0
[pid=18194/tid=18195] ppid=18193 vsize=864212 CPUtime=0.35
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 2947 0 1 0 35 0 0 0 19 0 9 0 22470623 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864212 CPUtime=0.48
/proc/18194/task/18196/stat : 18196 (java) R 18193 18180 17296 0 -1 64 8361 0 0 0 46 2 0 0 17 0 9 0 22470624 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864212 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864212 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22470624 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864212 CPUtime=0
/proc/18194/task/18199/stat : 18199 (java) S 18193 18180 17296 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22470626 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18200] ppid=18193 vsize=864212 CPUtime=0.04
/proc/18194/task/18200/stat : 18200 (java) S 18193 18180 17296 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22470626 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18201] ppid=18193 vsize=864212 CPUtime=0
/proc/18194/task/18201/stat : 18201 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22470626 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18202] ppid=18193 vsize=864212 CPUtime=0
/proc/18194/task/18202/stat : 18202 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22470626 884953088 11484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886436

[startup+3.10143 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 18202
/proc/meminfo: memFree=1744080/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1310 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
[pid=18193] ppid=18180 vsize=5356 CPUtime=0
/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864356 CPUtime=2.5
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 23919 0 1 0 241 9 0 0 18 0 9 0 22470622 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216089 22977 2590 9 0 210566 0
[pid=18194/tid=18195] ppid=18193 vsize=864356 CPUtime=0.86
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 3860 0 1 0 85 1 0 0 17 0 9 0 22470623 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4126588588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864356 CPUtime=1.54
/proc/18194/task/18196/stat : 18196 (java) S 18193 18180 17296 0 -1 64 19026 0 0 0 147 7 0 0 16 0 9 0 22470624 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18199/stat : 18199 (java) S 18193 18180 17296 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22470626 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18200] ppid=18193 vsize=864356 CPUtime=0.07
/proc/18194/task/18200/stat : 18200 (java) S 18193 18180 17296 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22470626 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18201] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18201/stat : 18201 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22470626 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18202] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18202/stat : 18202 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22470626 885100544 22977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886580

[startup+6.30295 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 18202
/proc/meminfo: memFree=1721104/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1310 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
[pid=18193] ppid=18180 vsize=5356 CPUtime=0
/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864356 CPUtime=5.69
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 24807 0 1 0 560 9 0 0 18 0 9 0 22470622 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216089 23853 2590 9 0 210566 0
[pid=18194/tid=18195] ppid=18193 vsize=864356 CPUtime=4.02
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 3872 0 1 0 401 1 0 0 25 0 9 0 22470623 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864356 CPUtime=1.57
/proc/18194/task/18196/stat : 18196 (java) S 18193 18180 17296 0 -1 64 19901 0 0 0 150 7 0 0 16 0 9 0 22470624 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18199/stat : 18199 (java) S 18193 18180 17296 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22470626 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18200] ppid=18193 vsize=864356 CPUtime=0.07
/proc/18194/task/18200/stat : 18200 (java) S 18193 18180 17296 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22470626 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18201] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18201/stat : 18201 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22470626 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18202] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18202/stat : 18202 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22470626 885100544 23853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886580

[startup+12.702 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 18202
/proc/meminfo: memFree=1713552/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1310 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
[pid=18193] ppid=18180 vsize=5356 CPUtime=0
/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864356 CPUtime=12.09
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 26770 0 1 0 1199 10 0 0 18 0 9 0 22470622 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216089 25790 2590 9 0 210566 0
[pid=18194/tid=18195] ppid=18193 vsize=864356 CPUtime=10.33
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 3898 0 1 0 1032 1 0 0 25 0 9 0 22470623 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4126594208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864356 CPUtime=1.66
/proc/18194/task/18196/stat : 18196 (java) S 18193 18180 17296 0 -1 64 21838 0 0 0 158 8 0 0 16 0 9 0 22470624 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18199/stat : 18199 (java) S 18193 18180 17296 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22470626 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18200] ppid=18193 vsize=864356 CPUtime=0.07
/proc/18194/task/18200/stat : 18200 (java) S 18193 18180 17296 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22470626 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18201] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18201/stat : 18201 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22470626 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18202] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18202/stat : 18202 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22470626 885100544 25790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886580

[startup+25.5021 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 18202
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1310 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
[pid=18193] ppid=18180 vsize=5356 CPUtime=0
/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864356 CPUtime=24.89
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 29628 0 1 0 2474 15 0 0 18 0 9 0 22470622 885100544 28586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216089 28586 2590 9 0 210566 0
[pid=18194/tid=18195] ppid=18193 vsize=864356 CPUtime=22.95
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 3960 0 1 0 2292 3 0 0 25 0 9 0 22470623 885100544 28586 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864356 CPUtime=1.83
/proc/18194/task/18196/stat : 18196 (java) S 18193 18180 17296 0 -1 64 24630 0 0 0 173 10 0 0 16 0 9 0 22470624 885100544 28586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 28586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864356 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22470624 885100544 28586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864356 CPUtime=0

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

/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864372 CPUtime=161.57
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 51049 0 1 0 16096 61 0 0 18 0 9 0 22470622 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216093 38754 2590 9 0 210570 0
[pid=18194/tid=18195] ppid=18193 vsize=864372 CPUtime=157.1
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 4617 0 1 0 15673 37 0 0 25 0 9 0 22470623 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4125952219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864372 CPUtime=4.36
/proc/18194/task/18196/stat : 18196 (java) S 18193 18180 17296 0 -1 64 45390 0 0 0 413 23 0 0 16 0 9 0 22470624 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22470624 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18199/stat : 18199 (java) S 18193 18180 17296 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22470626 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18200] ppid=18193 vsize=864372 CPUtime=0.09
/proc/18194/task/18200/stat : 18200 (java) S 18193 18180 17296 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22470626 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18201] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18201/stat : 18201 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22470626 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18202] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18202/stat : 18202 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22470626 885116928 38754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 886596

[startup+222.303 s]
/proc/loadavg: 2.23 2.13 2.04 3/91 18202
/proc/meminfo: memFree=1553872/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=0.5
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1310 4721 0 1 5 2 40 3 16 0 1 0 22470565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18180/statm: 4217 1111 409 3 0 796 0
[pid=18193] ppid=18180 vsize=5356 CPUtime=0
/proc/18193/stat : 18193 (sh) S 18180 18180 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22470621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18193/statm: 1339 233 193 169 0 50 0
[pid=18194] ppid=18193 vsize=864372 CPUtime=221.49
/proc/18194/stat : 18194 (java) S 18193 18180 17296 0 -1 0 56627 0 1 0 22069 80 0 0 18 0 9 0 22470622 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18194/statm: 216093 38802 2590 9 0 210570 0
[pid=18194/tid=18195] ppid=18193 vsize=864372 CPUtime=215.91
/proc/18194/task/18195/stat : 18195 (java) R 18193 18180 17296 0 -1 64 4894 0 1 0 21540 51 0 0 25 0 9 0 22470623 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4126534159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18196] ppid=18193 vsize=864372 CPUtime=5.47
/proc/18194/task/18196/stat : 18196 (java) S 18193 18180 17296 0 -1 64 50691 0 0 0 520 27 0 0 16 0 9 0 22470624 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18197] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18197/stat : 18197 (java) S 18193 18180 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22470624 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18198] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18198/stat : 18198 (java) S 18193 18180 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22470624 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18199] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18199/stat : 18199 (java) S 18193 18180 17296 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22470626 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18200] ppid=18193 vsize=864372 CPUtime=0.09
/proc/18194/task/18200/stat : 18200 (java) S 18193 18180 17296 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22470626 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18194/tid=18201] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18201/stat : 18201 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22470626 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18194/tid=18202] ppid=18193 vsize=864372 CPUtime=0
/proc/18194/task/18202/stat : 18202 (java) S 18193 18180 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22470626 885116928 38802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 886596

[startup+282.302 s]
/proc/loadavg: 2.08 2.10 2.03 3/83 18204
/proc/meminfo: memFree=1504336/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=162668 CPUtime=29.5
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40119 0 0 0 2923 27 0 0 25 0 1 0 22495816 166572032 40105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 40667 40105 76 150 0 40514 0
Current children cumulated CPU time (s) 281.62
Current children cumulated vsize (KiB) 184892

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

[startup+307.102 s]
/proc/loadavg: 2.05 2.10 2.03 3/83 18204
/proc/meminfo: memFree=1502352/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=164720 CPUtime=54.08
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40588 0 0 0 5380 28 0 0 25 0 1 0 22495816 168673280 40574 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 41180 40574 76 150 0 41027 0
Current children cumulated CPU time (s) 306.2
Current children cumulated vsize (KiB) 186944

[startup+313.507 s]
/proc/loadavg: 2.05 2.09 2.03 3/83 18204
/proc/meminfo: memFree=1501968/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=165012 CPUtime=60.42
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40679 0 0 0 6014 28 0 0 25 0 1 0 22495816 168972288 40665 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 41253 40665 76 150 0 41100 0
Current children cumulated CPU time (s) 312.54
Current children cumulated vsize (KiB) 187236

[startup+319.902 s]
/proc/loadavg: 2.05 2.09 2.03 3/83 18204
/proc/meminfo: memFree=1501840/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=165280 CPUtime=66.75
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40734 0 0 0 6647 28 0 0 25 0 1 0 22495816 169246720 40720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 41320 40720 76 150 0 41167 0
Current children cumulated CPU time (s) 318.87
Current children cumulated vsize (KiB) 187504

[startup+321.502 s]
/proc/loadavg: 2.05 2.09 2.03 3/83 18204
/proc/meminfo: memFree=1501712/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=165420 CPUtime=68.34
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40762 0 0 0 6806 28 0 0 25 0 1 0 22495816 169390080 40748 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 41355 40748 76 150 0 41202 0
Current children cumulated CPU time (s) 320.46
Current children cumulated vsize (KiB) 187644

[startup+322.306 s]
/proc/loadavg: 2.04 2.09 2.03 3/83 18204
/proc/meminfo: memFree=1501648/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=165420 CPUtime=69.13
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40769 0 0 0 6885 28 0 0 25 0 1 0 22495816 169390080 40755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 41355 40755 76 150 0 41202 0
Current children cumulated CPU time (s) 321.25
Current children cumulated vsize (KiB) 187644

[startup+323.101 s]
/proc/loadavg: 2.04 2.09 2.03 3/83 18204
/proc/meminfo: memFree=1501648/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=252.12
/proc/18180/stat : 18180 (sugar) S 18178 18180 17296 0 -1 4194304 1376 67223 0 2 5 2 25092 113 16 0 1 0 22470565 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18180/statm: 4217 1113 409 3 0 796 0
[pid=18203] ppid=18180 vsize=5356 CPUtime=0
/proc/18203/stat : 18203 (sh) S 18180 18180 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22495815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18203/statm: 1339 232 193 169 0 50 0
[pid=18204] ppid=18203 vsize=165420 CPUtime=69.92
/proc/18204/stat : 18204 (minisat) R 18203 18180 17296 0 -1 4194304 40769 0 0 0 6964 28 0 0 25 0 1 0 22495816 169390080 40755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18204/statm: 41355 40755 76 150 0 41202 0
Current children cumulated CPU time (s) 322.04
Current children cumulated vsize (KiB) 187644

[startup+323.501 s]
/proc/loadavg: 2.04 2.09 2.03 3/87 18210
/proc/meminfo: memFree=1662128/2055920 swapFree=4192812/4192956
[pid=18180] ppid=18178 vsize=16868 CPUtime=322.41
/proc/18180/stat : 18180 (sugar) R 18178 18180 17296 0 -1 4194304 1477 112099 0 3 5 6 32084 146 16 0 1 0 22470565 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18180/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 322.41
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 323.534
CPU time (s): 322.47
CPU user time (s): 320.901
CPU system time (s): 1.56876
CPU usage (%): 99.6712
Max. virtual memory (cumulated for all children) (KiB): 897352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.901
system time used= 1.56876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113636
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= 18367
involuntary context switches= 17267

runsolver used 0.418936 second user time and 1.07484 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 01:13:50
IDJOB=2071555
IDBENCH=55504
IDSOLVER=739
FILE ID=node3/2071555-1247354030
PBS_JOBID= 9506907
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-19_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-2071555-1247354030/watcher-2071555-1247354030 -o /tmp/evaluation-result-2071555-1247354030/solver-2071555-1247354030 -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-2071555-1247354030.xml

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

MD5SUM BENCH= ef2099be043c5df0fa11e36db9245d5b
RANDOM SEED=2079527369

node3.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.259
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.259
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:       1810696 kB
Buffers:         23348 kB
Cached:          91300 kB
SwapCached:          0 kB
Active:         160092 kB
Inactive:        35900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          99200 kB
Slab:            34376 kB
Committed_AS:   915844 kB
PageTables:       1888 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= 66380 MiB
End job on node3 at 2009-07-12 01:19:14