Trace number 1070918

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.13+minisatSAT 296.957 297.716

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle16.xml
MD5SUM67f615d3f1a75bb28d34b19fc2db7306
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.283955
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 12:32:00 2008
0.00/0.04	c 0	PID 8610
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070918-1215167520.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070918-1215167520.xml' 'HOME/temp.csp'
0.96/1.07	c 1	1 domains, 135 variables, 6 predicates, 5 relations, 802 constraints
1.03/1.12	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.12	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.20	c 2	Parsing HOME/temp.csp
1.03/2.09	c 2	parsed 949 expressions
1.03/2.09	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/2.09	c 2	Converting to clausal form CSP
1.99/2.12	c 2	converted 95 (10%) expressions
2.58/2.74	c 3	converted 190 (20%) expressions
3.57/3.71	c 4	converted 285 (30%) expressions
3.76/3.92	c 4	converted 380 (40%) expressions
3.87/4.07	c 4	converted 475 (50%) expressions
5.05/5.28	c 6	converted 570 (60%) expressions
5.05/5.29	c 6	converted 665 (70%) expressions
5.05/5.29	c 6	converted 760 (80%) expressions
5.16/5.33	c 6	converted 855 (90%) expressions
5.16/5.34	c 6	converted 949 (100%) expressions
5.16/5.34	c 6	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
5.16/5.35	c 6	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.35	c 6	Propagation in CSP
5.16/5.36	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.16/5.36	c 6	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
5.16/5.36	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.36	c 6	Simplifing CSP by introducing new Boolean variables
5.16/5.39	c 6	CSP : 135 integers, 5284 booleans, 6086 clauses, largest domain size 26
5.16/5.39	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.64/5.84	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.64/5.86	c 6	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
5.64/5.86	c 6	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
5.64/5.86	c 6	41 (30%) CSP integer variables are encoded (984 clauses, 10729 bytes)
5.64/5.86	c 6	54 (40%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
5.64/5.86	c 6	68 (50%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
5.64/5.86	c 6	81 (60%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
5.64/5.87	c 6	95 (70%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
5.64/5.87	c 6	108 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
5.64/5.87	c 6	122 (90%) CSP integer variables are encoded (2928 clauses, 36001 bytes)
5.64/5.87	c 6	135 (100%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
43.41/43.86	c 44	609 (10%) CSP clauses are encoded (487658 clauses, 18861084 bytes)
60.36/60.85	c 61	1218 (20%) CSP clauses are encoded (577855 clauses, 22434952 bytes)
78.92/79.46	c 80	1826 (30%) CSP clauses are encoded (668051 clauses, 26724433 bytes)
275.85/276.66	c 277	2435 (40%) CSP clauses are encoded (1217252 clauses, 56228023 bytes)
275.85/276.68	c 277	3043 (50%) CSP clauses are encoded (1231360 clauses, 56471075 bytes)
275.95/276.70	c 277	3652 (60%) CSP clauses are encoded (1245519 clauses, 56718198 bytes)
275.95/276.73	c 277	4261 (70%) CSP clauses are encoded (1259653 clauses, 56968282 bytes)
275.95/276.75	c 277	4869 (80%) CSP clauses are encoded (1273761 clauses, 57231208 bytes)
275.95/276.78	c 277	5478 (90%) CSP clauses are encoded (1287920 clauses, 57495808 bytes)
276.05/276.81	c 277	6086 (100%) CSP clauses are encoded (1302278 clauses, 57759766 bytes)
276.05/276.81	c 277	6086 CSP clauses encoded
276.05/276.81	c 277	Writing map file : HOME/temp.map
276.05/276.81	c 277	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
276.05/276.81	c 277	SAT : 8659 SAT variables, 1302278 SAT clauses, 57759766 bytes
276.05/276.81	c 277	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
276.05/276.86	c 277	SOLVING HOME/temp.cnf
276.05/276.86	c 277	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
276.05/276.87	c 277	This is MiniSat 2.0 beta
276.05/276.87	c 277	WARNING: for repeatability, setting FPU to use double precision
276.05/276.87	c 277	============================[ Problem Statistics ]=============================
276.05/276.87	c 277	|                                                                             |
276.05/276.87	c 277	|  Number of variables:  8659                                                 |
276.05/276.87	c 277	|  Number of clauses:    1302278                                              |
277.21/278.01	c 278	|  Parsing time:         1.01         s                                       |
277.21/278.09	c 278	============================[ Search Statistics ]==============================
277.21/278.09	c 278	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
277.21/278.09	c 278	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
277.21/278.09	c 278	===============================================================================
277.21/278.09	c 278	|         0 |    8659  1302278 10622072 |   434092        0    nan |  0.000 % |
277.42/278.21	c 279	|       100 |    8659  1302278 10622072 |   477501      100      9 |  0.000 % |
277.42/278.27	c 279	|       250 |    8659  1302278 10622072 |   525252      250      8 |  0.000 % |
277.52/278.38	c 279	|       477 |    8659  1302278 10622072 |   577777      477      8 |  0.000 % |
277.62/278.47	c 279	|       814 |    8659  1302278 10622072 |   635555      814      8 |  0.000 % |
277.82/278.63	c 279	|      1321 |    8659  1302278 10622072 |   699110     1321      9 |  0.000 % |
278.21/279.02	c 279	|      2080 |    8659  1302278 10622072 |   769021     2080      9 |  0.000 % |
278.31/279.20	c 280	|      3219 |    8659  1302278 10622072 |   845923     3219      9 |  0.000 % |
278.71/279.54	c 280	|      4927 |    8659  1302278 10622072 |   930516     4927      9 |  0.000 % |
279.21/280.07	c 280	|      7489 |    8659  1302278 10622072 |  1023567     7489      9 |  0.000 % |
280.02/280.81	c 281	|     11333 |    8659  1302278 10622072 |  1125924    11333     10 |  0.000 % |
281.61/282.48	c 283	|     17100 |    8659  1302278 10622072 |  1238517    17100     11 |  0.000 % |
284.11/284.92	c 285	|     25749 |    8659  1302278 10622072 |  1362368    25749     11 |  0.000 % |
287.11/287.95	c 288	|     38723 |    8659  1302278 10622072 |  1498605    38723     11 |  0.000 % |
293.81/294.68	c 295	|     58184 |    8659  1302278 10622072 |  1648466    58184     11 |  0.000 % |
296.71/297.50	c 298	===============================================================================
296.71/297.50	c 298	restarts              : 15
296.71/297.50	c 298	conflicts             : 63765          (3117 /sec)
296.71/297.50	c 298	decisions             : 110750         (1.69 % random) (5415 /sec)
296.71/297.50	c 298	propagations          : 2046884        (100073 /sec)
296.71/297.50	c 298	conflict literals     : 704399         (20.50 % deleted)
296.71/297.50	c 298	Memory used           : 99.88 MB
296.71/297.50	c 298	CPU time              : 20.4539 s
296.71/297.50	c 298	
296.71/297.50	c 298	SATISFIABLE
296.71/297.52	c 298	DECODING HOME/temp.out WITH HOME/temp.map
296.71/297.52	c 298	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
296.71/297.59	c 298	Decoding HOME/temp.out
296.75/297.64	s SATISFIABLE
296.75/297.64	v 4 12 4 4 15 14 18 5 20 25 4 24 0 12 18 14 2 10 24 4 0 17 17 24 4 19 22 0 24 19 24 15 4 24 14 20 19 7 24 1 14 19 7 4 18 14 22 4 17 1 24 3 4 22 0 17 14 17 19 20 17 4 17 20 8 13 22 24 13 5 17 0 6 20 17 13 12 24 18 22 17 20 13 6 25 14 14 25 14 14 20 17 8 4 11 12 18 24 25 24 6 24 14 3 14 17 8 3 4 4 4 11 14 3 25 7 14 13 20 17 18 19 14 24 18 14 18 18 6 4 18 19 19 22 14
296.75/297.64	c 298	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
296.75/297.68	c 298	CPU 295.94 (0.02 0.01 295.92 0.94)
296.75/297.68	c 298	END Fri Jul  4 12:36:58 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070918-1215167520/watcher-1070918-1215167520 -o /tmp/evaluation-result-1070918-1215167520/solver-1070918-1215167520 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1070918-1215167520.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8610
/proc/meminfo: memFree=1836480/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=12268 CPUtime=0
/proc/8610/stat : 8610 (sugar) R 8608 8610 6561 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1995726883 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8610/statm: 3067 316 241 3 0 167 0

[startup+0.091775 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8610
/proc/meminfo: memFree=1836480/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=0.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995726883 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101877 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8610
/proc/meminfo: memFree=1836480/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=0.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995726883 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301899 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8610
/proc/meminfo: memFree=1836480/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=0.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995726883 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701949 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8610
/proc/meminfo: memFree=1836480/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=0.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995726883 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 2.08 2.02 2.00 4/83 8622
/proc/meminfo: memFree=1815584/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 973 9158 0 1 2 1 95 5 16 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10223 s]
/proc/loadavg: 2.08 2.02 2.00 4/83 8632
/proc/meminfo: memFree=1814368/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 973 9158 0 1 2 1 95 5 15 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=864248 CPUtime=1.95
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 15050 0 1 0 189 6 0 0 18 0 9 0 1995726996 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8624/statm: 216062 13944 2542 9 0 210637 0
[pid=8624/tid=8625] ppid=8623 vsize=864248 CPUtime=1.1
/proc/8624/task/8625/stat : 8625 (java) R 8623 8610 6561 0 -1 64 2915 0 1 0 109 1 0 0 25 0 9 0 1995726997 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8626] ppid=8623 vsize=864248 CPUtime=0.74
/proc/8624/task/8626/stat : 8626 (java) R 8623 8610 6561 0 -1 64 11104 0 0 0 70 4 0 0 16 0 9 0 1995726998 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8627] ppid=8623 vsize=864248 CPUtime=0
/proc/8624/task/8627/stat : 8627 (java) S 8623 8610 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995726998 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8628] ppid=8623 vsize=864248 CPUtime=0
/proc/8624/task/8628/stat : 8628 (java) S 8623 8610 6561 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995726998 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8629] ppid=8623 vsize=864248 CPUtime=0
/proc/8624/task/8629/stat : 8629 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995727000 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8630] ppid=8623 vsize=864248 CPUtime=0.08
/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1995727000 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8631] ppid=8623 vsize=864248 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=864248 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 884989952 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883204

[startup+6.30262 s]
/proc/loadavg: 2.07 2.02 2.00 4/83 8632
/proc/meminfo: memFree=1732384/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 974 9158 0 1 2 1 95 5 15 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=868528 CPUtime=5.11
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 29191 0 1 0 497 14 0 0 18 0 9 0 1995726996 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8624/statm: 217132 27663 2565 9 0 211679 0
[pid=8624/tid=8625] ppid=8623 vsize=868528 CPUtime=2.37
/proc/8624/task/8625/stat : 8625 (java) R 8623 8610 6561 0 -1 64 3750 0 1 0 235 2 0 0 25 0 9 0 1995726997 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8626] ppid=8623 vsize=868528 CPUtime=2.48
/proc/8624/task/8626/stat : 8626 (java) S 8623 8610 6561 0 -1 64 23273 0 0 0 239 9 0 0 16 0 9 0 1995726998 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8627] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8627/stat : 8627 (java) S 8623 8610 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995726998 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8628] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8628/stat : 8628 (java) S 8623 8610 6561 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995726998 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8629] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8629/stat : 8629 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995727000 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8630] ppid=8623 vsize=868528 CPUtime=0.22
/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 1470 0 0 0 21 1 0 0 15 0 9 0 1995727000 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8631] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 889372672 27663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887484

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 8632
/proc/meminfo: memFree=1723424/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 974 9158 0 1 2 1 95 5 15 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=868528 CPUtime=11.45
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 29389 0 1 0 1126 19 0 0 18 0 9 0 1995726996 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8624/statm: 217132 27798 2565 9 0 211679 0
[pid=8624/tid=8625] ppid=8623 vsize=868528 CPUtime=8.5
/proc/8624/task/8625/stat : 8625 (java) R 8623 8610 6561 0 -1 64 3815 0 1 0 843 7 0 0 25 0 9 0 1995726997 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4126967354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8626] ppid=8623 vsize=868528 CPUtime=2.68
/proc/8624/task/8626/stat : 8626 (java) S 8623 8610 6561 0 -1 64 23401 0 0 0 259 9 0 0 16 0 9 0 1995726998 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8627] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8627/stat : 8627 (java) S 8623 8610 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995726998 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8628] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8628/stat : 8628 (java) S 8623 8610 6561 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995726998 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8629] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8629/stat : 8629 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995727000 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8630] ppid=8623 vsize=868528 CPUtime=0.23
/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 1475 0 0 0 22 1 0 0 16 0 9 0 1995727000 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8631] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 889372672 27798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887484

[startup+25.5019 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 8632
/proc/meminfo: memFree=1711968/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 974 9158 0 1 2 1 95 5 15 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=868528 CPUtime=24.11
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 30804 0 1 0 2387 24 0 0 18 0 9 0 1995726996 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8624/statm: 217132 29155 2565 9 0 211679 0
[pid=8624/tid=8625] ppid=8623 vsize=868528 CPUtime=20.92
/proc/8624/task/8625/stat : 8625 (java) R 8623 8610 6561 0 -1 64 3873 0 1 0 2081 11 0 0 25 0 9 0 1995726997 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 102063926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8626] ppid=8623 vsize=868528 CPUtime=2.93
/proc/8624/task/8626/stat : 8626 (java) S 8623 8610 6561 0 -1 64 24758 0 0 0 282 11 0 0 16 0 9 0 1995726998 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8627] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8627/stat : 8627 (java) S 8623 8610 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995726998 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8628] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8628/stat : 8628 (java) S 8623 8610 6561 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995726998 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8629] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8629/stat : 8629 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995727000 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8630] ppid=8623 vsize=868528 CPUtime=0.23
/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 1475 0 0 0 22 1 0 0 16 0 9 0 1995727000 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8631] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 889372672 29155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887484

[startup+51.1019 s]
/proc/loadavg: 1.64 1.92 1.97 2/75 8654
/proc/meminfo: memFree=1695840/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 974 9158 0 1 2 1 95 5 16 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=868528 CPUtime=49.66
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 35298 0 1 0 4937 29 0 0 18 0 9 0 1995726996 889372672 33585 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 1485 0 0 0 24 1 0 0 16 0 9 0 1995727000 889372672 36777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8631] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 889372672 36777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 889372672 36777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 887484

[startup+162.302 s]
/proc/loadavg: 1.10 1.63 1.86 2/75 8654
/proc/meminfo: memFree=1659296/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 974 9158 0 1 2 1 95 5 16 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=868528 CPUtime=160.64
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 48857 0 1 0 16016 48 0 0 18 0 9 0 1995726996 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8624/statm: 217132 37652 2565 9 0 211679 0
[pid=8624/tid=8625] ppid=8623 vsize=868528 CPUtime=155.73
/proc/8624/task/8625/stat : 8625 (java) R 8623 8610 6561 0 -1 64 4140 0 1 0 15548 25 0 0 25 0 9 0 1995726997 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4126943104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8626] ppid=8623 vsize=868528 CPUtime=4.62
/proc/8624/task/8626/stat : 8626 (java) S 8623 8610 6561 0 -1 64 42534 0 0 0 442 20 0 0 16 0 9 0 1995726998 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8627] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8627/stat : 8627 (java) S 8623 8610 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995726998 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8628] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8628/stat : 8628 (java) S 8623 8610 6561 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995726998 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8629] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8629/stat : 8629 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995727000 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8630] ppid=8623 vsize=868528 CPUtime=0.25
/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 1485 0 0 0 24 1 0 0 16 0 9 0 1995727000 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8631] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 889372672 37652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 887484

[startup+222.302 s]
/proc/loadavg: 1.03 1.51 1.80 2/75 8654
/proc/meminfo: memFree=1641824/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=1.03
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 974 9158 0 1 2 1 95 5 16 0 1 0 1995726883 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8610/statm: 3400 797 370 3 0 500 0
[pid=8623] ppid=8610 vsize=5356 CPUtime=0
/proc/8623/stat : 8623 (sh) S 8610 8610 6561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995726996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8623/statm: 1339 233 193 169 0 50 0
[pid=8624] ppid=8623 vsize=868528 CPUtime=220.58
/proc/8624/stat : 8624 (java) S 8623 8610 6561 0 -1 0 60598 0 1 0 22001 57 0 0 18 0 9 0 1995726996 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8624/statm: 217132 40040 2565 9 0 211679 0
[pid=8624/tid=8625] ppid=8623 vsize=868528 CPUtime=214.88
/proc/8624/task/8625/stat : 8625 (java) R 8623 8610 6561 0 -1 64 4206 0 1 0 21458 30 0 0 25 0 9 0 1995726997 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4126943110 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8626] ppid=8623 vsize=868528 CPUtime=5.42
/proc/8624/task/8626/stat : 8626 (java) S 8623 8610 6561 0 -1 64 54209 0 0 0 517 25 0 0 16 0 9 0 1995726998 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8627] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8627/stat : 8627 (java) S 8623 8610 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995726998 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8628] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8628/stat : 8628 (java) S 8623 8610 6561 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995726998 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8629] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8629/stat : 8629 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995727000 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8630] ppid=8623 vsize=868528 CPUtime=0.25
/proc/8624/task/8630/stat : 8630 (java) S 8623 8610 6561 0 -1 64 1485 0 0 0 24 1 0 0 16 0 9 0 1995727000 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8624/tid=8631] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8631/stat : 8631 (java) S 8623 8610 6561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995727000 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8624/tid=8632] ppid=8623 vsize=868528 CPUtime=0
/proc/8624/task/8632/stat : 8632 (java) S 8623 8610 6561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995727000 889372672 40040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 887484

[startup+282.302 s]
/proc/loadavg: 1.01 1.42 1.75 2/67 8656
/proc/meminfo: memFree=1691688/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=276.1
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 1032 70195 0 2 2 1 27534 73 15 0 1 0 1995726883 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 798 370 3 0 500 0
[pid=8655] ppid=8610 vsize=5356 CPUtime=0
/proc/8655/stat : 8655 (sh) S 8610 8610 6561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995754569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8655/statm: 1339 232 193 169 0 50 0
[pid=8656] ppid=8655 vsize=93104 CPUtime=5.41
/proc/8656/stat : 8656 (minisat) R 8655 8610 6561 0 -1 4194304 22702 0 0 0 527 14 0 0 25 0 1 0 1995754570 95338496 22688 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 23276 22688 76 150 0 23123 0
Current children cumulated CPU time (s) 281.51
Current children cumulated vsize (KiB) 112060

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

[startup+287.903 s]
/proc/loadavg: 1.01 1.41 1.74 2/67 8656
/proc/meminfo: memFree=1686888/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=276.1
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 1032 70195 0 2 2 1 27534 73 16 0 1 0 1995726883 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 798 370 3 0 500 0
[pid=8655] ppid=8610 vsize=5356 CPUtime=0
/proc/8655/stat : 8655 (sh) S 8610 8610 6561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995754569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8655/statm: 1339 232 193 169 0 50 0
[pid=8656] ppid=8655 vsize=98064 CPUtime=11.01
/proc/8656/stat : 8656 (minisat) R 8655 8610 6561 0 -1 4194304 23896 0 0 0 1086 15 0 0 25 0 1 0 1995754570 100417536 23882 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 24516 23882 76 150 0 24363 0
Current children cumulated CPU time (s) 287.11
Current children cumulated vsize (KiB) 117020

[startup+294.301 s]
/proc/loadavg: 1.01 1.40 1.74 2/67 8656
/proc/meminfo: memFree=1684200/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=276.1
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 1032 70195 0 2 2 1 27534 73 16 0 1 0 1995726883 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 798 370 3 0 500 0
[pid=8655] ppid=8610 vsize=5356 CPUtime=0
/proc/8655/stat : 8655 (sh) S 8610 8610 6561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995754569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8655/statm: 1339 232 193 169 0 50 0
[pid=8656] ppid=8655 vsize=100580 CPUtime=17.41
/proc/8656/stat : 8656 (minisat) R 8655 8610 6561 0 -1 4194304 24526 0 0 0 1725 16 0 0 25 0 1 0 1995754570 102993920 24512 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 25145 24512 76 150 0 24992 0
Current children cumulated CPU time (s) 293.51
Current children cumulated vsize (KiB) 119536

[startup+295.907 s]
/proc/loadavg: 1.01 1.40 1.73 2/67 8656
/proc/meminfo: memFree=1683368/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=276.1
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 1032 70195 0 2 2 1 27534 73 16 0 1 0 1995726883 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 798 370 3 0 500 0
[pid=8655] ppid=8610 vsize=5356 CPUtime=0
/proc/8655/stat : 8655 (sh) S 8610 8610 6561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995754569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8655/statm: 1339 232 193 169 0 50 0
[pid=8656] ppid=8655 vsize=101544 CPUtime=19.01
/proc/8656/stat : 8656 (minisat) R 8655 8610 6561 0 -1 4194304 24737 0 0 0 1885 16 0 0 25 0 1 0 1995754570 103981056 24723 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 25386 24723 76 150 0 25233 0
Current children cumulated CPU time (s) 295.11
Current children cumulated vsize (KiB) 120500

[startup+296.703 s]
/proc/loadavg: 1.01 1.40 1.73 2/67 8656
/proc/meminfo: memFree=1683368/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=276.1
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 1032 70195 0 2 2 1 27534 73 16 0 1 0 1995726883 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 798 370 3 0 500 0
[pid=8655] ppid=8610 vsize=5356 CPUtime=0
/proc/8655/stat : 8655 (sh) S 8610 8610 6561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995754569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8655/statm: 1339 232 193 169 0 50 0
[pid=8656] ppid=8655 vsize=101976 CPUtime=19.81
/proc/8656/stat : 8656 (minisat) R 8655 8610 6561 0 -1 4194304 24837 0 0 0 1965 16 0 0 25 0 1 0 1995754570 104423424 24823 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 25494 24823 76 150 0 25341 0
Current children cumulated CPU time (s) 295.91
Current children cumulated vsize (KiB) 120932

[startup+297.502 s]
/proc/loadavg: 1.01 1.40 1.73 2/67 8656
/proc/meminfo: memFree=1682728/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=276.1
/proc/8610/stat : 8610 (sugar) S 8608 8610 6561 0 -1 4194304 1032 70195 0 2 2 1 27534 73 16 0 1 0 1995726883 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8610/statm: 3400 798 370 3 0 500 0
[pid=8655] ppid=8610 vsize=5356 CPUtime=0
/proc/8655/stat : 8655 (sh) S 8610 8610 6561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995754569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8655/statm: 1339 232 193 169 0 50 0
[pid=8656] ppid=8655 vsize=102272 CPUtime=20.61
/proc/8656/stat : 8656 (minisat) R 8655 8610 6561 0 -1 4194304 24894 0 0 0 2045 16 0 0 25 0 1 0 1995754570 104726528 24880 996147200 134512640 135127466 4294956272 18446744073709551615 134534738 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 25568 24880 76 150 0 25415 0
Current children cumulated CPU time (s) 296.71
Current children cumulated vsize (KiB) 121228

[startup+297.702 s]
/proc/loadavg: 1.01 1.40 1.73 2/67 8656
/proc/meminfo: memFree=1682728/2055920 swapFree=4179968/4192956
[pid=8610] ppid=8608 vsize=13600 CPUtime=296.91
/proc/8610/stat : 8610 (sugar) R 8608 8610 6561 0 -1 4194304 1116 99127 0 3 2 3 29592 94 16 0 1 0 1995726883 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8610/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 296.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 297.716
CPU time (s): 296.957
CPU user time (s): 295.958
CPU system time (s): 0.998848
CPU usage (%): 99.7451
Max. virtual memory (cumulated for all children) (KiB): 907972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.958
system time used= 0.998848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100273
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= 10554
involuntary context switches= 8287

runsolver used 0.337948 second user time and 0.875866 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 12:32:00
IDJOB=1070918
IDBENCH=56004
IDSOLVER=346
FILE ID=node11/1070918-1215167520
PBS_JOBID= 7877429
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle16.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070918-1215167520/watcher-1070918-1215167520 -o /tmp/evaluation-result-1070918-1215167520/solver-1070918-1215167520 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1070918-1215167520.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67f615d3f1a75bb28d34b19fc2db7306
RANDOM SEED=366287079

node11.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.224
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.224
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:       1836960 kB
Buffers:         32100 kB
Cached:         104752 kB
SwapCached:       7036 kB
Active:         112360 kB
Inactive:        52896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836960 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          20528 kB
Slab:            39044 kB
Committed_AS:  3226408 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= 66552 MiB
End job on node11 at 2008-07-04 12:36:58