Trace number 1068295

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+minisat? (TO) 1800.12 1814.81

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
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 benchmark3.54946
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
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 08:34:33 2008
0.00/0.04	c 0	PID 2335
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068295-1215153273.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-1068295-1215153273.xml' 'HOME/temp.csp'
0.03/0.56	c 1	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 1	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'
0.54/0.65	c 1	Parsing HOME/temp.csp
0.94/1.09	c 1	parsed 287 expressions
0.94/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.09	c 1	Converting to clausal form CSP
1.04/1.11	c 1	converted 29 (10%) expressions
1.04/1.12	c 1	converted 58 (20%) expressions
1.04/1.12	c 1	converted 87 (30%) expressions
1.04/1.12	c 1	converted 115 (40%) expressions
1.04/1.12	c 1	converted 144 (50%) expressions
1.04/1.12	c 1	converted 173 (60%) expressions
1.04/1.12	c 1	converted 201 (70%) expressions
1.04/1.12	c 1	converted 230 (80%) expressions
1.92/2.03	c 2	converted 259 (90%) expressions
5.39/5.59	c 6	converted 287 (100%) expressions
5.39/5.59	c 6	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.39/5.60	c 6	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.60	c 6	Propagation in CSP
5.39/5.60	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.39/5.60	c 6	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.39/5.60	c 6	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/5.60	c 6	Simplifing CSP by introducing new Boolean variables
5.49/5.60	c 6	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.49/5.60	c 6	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.38/6.60	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.48/6.62	c 7	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
6.48/6.63	c 7	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
6.48/6.63	c 7	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
6.48/6.63	c 7	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
6.48/6.63	c 7	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
6.48/6.63	c 7	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
6.48/6.63	c 7	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
6.48/6.63	c 7	202 (80%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
6.48/6.63	c 7	227 (90%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
6.48/6.64	c 7	252 (100%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
372.24/375.81	c 376	4 (10%) CSP clauses are encoded (601168 clauses, 54998028 bytes)
660.79/667.18	c 667	7 (20%) CSP clauses are encoded (1047508 clauses, 97999590 bytes)
941.01/950.04	c 950	10 (30%) CSP clauses are encoded (1493848 clauses, 141001152 bytes)
1233.74/1245.54	c 1246	13 (40%) CSP clauses are encoded (1940188 clauses, 184002714 bytes)
1511.41/1525.11	c 1525	16 (50%) CSP clauses are encoded (2386528 clauses, 227004276 bytes)
1695.82/1709.68	c 1710	20 (60%) CSP clauses are encoded (2729558 clauses, 259769031 bytes)
1703.31/1717.14	c 1717	23 (70%) CSP clauses are encoded (2797763 clauses, 267422620 bytes)
1710.70/1724.54	c 1725	26 (80%) CSP clauses are encoded (2865968 clauses, 275248546 bytes)
1718.09/1731.93	c 1732	29 (90%) CSP clauses are encoded (2934173 clauses, 283074472 bytes)
1725.48/1739.30	c 1739	32 (100%) CSP clauses are encoded (3002378 clauses, 290900398 bytes)
1725.48/1739.30	c 1739	32 CSP clauses encoded
1725.48/1739.30	c 1739	Writing map file : HOME/temp.map
1725.48/1739.31	c 1739	Heap : 266 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1725.48/1739.31	c 1739	SAT : 6300 SAT variables, 3002378 SAT clauses, 290900398 bytes
1725.48/1739.31	c 1739	Heap : 266 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1725.48/1739.38	c 1740	SOLVING HOME/temp.cnf
1725.48/1739.38	c 1740	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1725.48/1739.39	c 1740	This is MiniSat 2.0 beta
1725.48/1739.39	c 1740	WARNING: for repeatability, setting FPU to use double precision
1725.48/1739.39	c 1740	============================[ Problem Statistics ]=============================
1725.48/1739.39	c 1740	|                                                                             |
1725.48/1739.39	c 1740	|  Number of variables:  6300                                                 |
1725.48/1739.39	c 1740	|  Number of clauses:    3002378                                              |
1731.60/1745.51	c 1746	|  Parsing time:         5.40         s                                       |
1731.89/1745.84	c 1746	============================[ Search Statistics ]==============================
1731.89/1745.84	c 1746	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1731.89/1745.84	c 1746	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1731.89/1745.84	c 1746	===============================================================================
1731.89/1745.84	c 1746	|         0 |    6300  3002378 54108986 |  1000792        0    nan |  0.000 % |
1732.58/1746.59	c 1747	|       100 |    6295  3002378 54108986 |  1100871       95      6 |  0.079 % |
1732.79/1746.75	c 1747	|       252 |    6295  3002378 54108986 |  1210959      247      8 |  0.079 % |
1732.98/1746.92	c 1747	|       478 |    6295  3002378 54108986 |  1332055      473      8 |  0.079 % |
1733.08/1747.00	c 1747	|       815 |    6295  3002378 54108986 |  1465260      810      8 |  0.079 % |
1733.08/1747.07	c 1747	|      1322 |    6295  3002378 54108986 |  1611786     1317      8 |  0.079 % |
1733.58/1747.56	c 1748	|      2082 |    6295  3002378 54108986 |  1772965     2077      9 |  0.079 % |
1734.16/1748.16	c 1748	|      3222 |    6295  3002378 54108986 |  1950261     3217      9 |  0.079 % |
1735.16/1749.17	c 1749	|      4930 |    6295  3002378 54108986 |  2145287     4925      9 |  0.080 % |
1735.56/1749.57	c 1750	|      7493 |    6295  3002378 54108986 |  2359816     7488      9 |  0.079 % |
1737.93/1751.90	c 1752	|     11337 |    6295  3002378 54108986 |  2595798    11332      9 |  0.079 % |
1739.91/1753.97	c 1754	|     17103 |    6295  3002378 54108986 |  2855378    17098     10 |  0.079 % |
1742.88/1756.94	c 1757	|     25754 |    6295  3002378 54108986 |  3140916    25749     10 |  0.079 % |
1750.41/1764.52	c 1765	|     38729 |    6295  3002378 54108986 |  3455007    38724     10 |  0.079 % |
1766.82/1781.14	c 1781	|     58191 |    6295  3002378 54108986 |  3800508    58186     11 |  0.079 % |
1785.25/1799.75	c 1800	|     87385 |    6295  3002378 54108986 |  4180559    87380     11 |  0.079 % |
1800.01/1814.62	c ERROR INTERRUPTED
1800.01/1814.67	s UNKNOWN
1800.01/1814.67	c 1815	CPU 1722.93 (0.04 0 1722.89 2.64)
1800.01/1814.67	c 1815	END Fri Jul  4 09:04:48 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1068295-1215153273/watcher-1068295-1215153273 -o /tmp/evaluation-result-1068295-1215153273/solver-1068295-1215153273 -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-1068295-1215153273.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: 1.85 1.97 1.91 4/72 2335
/proc/meminfo: memFree=1855416/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=12268 CPUtime=0
/proc/2335/stat : 2335 (sugar) R 2333 2335 2294 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994299066 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2335/statm: 3067 316 241 3 0 167 0

[startup+0.0966859 s]
/proc/loadavg: 1.85 1.97 1.91 4/72 2335
/proc/meminfo: memFree=1855416/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.03
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994299066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102685 s]
/proc/loadavg: 1.85 1.97 1.91 4/72 2335
/proc/meminfo: memFree=1855416/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.03
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994299066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301722 s]
/proc/loadavg: 1.85 1.97 1.91 4/72 2335
/proc/meminfo: memFree=1855416/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.03
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994299066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701802 s]
/proc/loadavg: 1.85 1.97 1.91 4/72 2335
/proc/meminfo: memFree=1855416/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 973 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 1.85 1.97 1.91 4/83 2363
/proc/meminfo: memFree=1846496/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 973 6692 0 1 3 0 47 4 15 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=864228 CPUtime=0.89
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 8341 0 1 0 85 4 0 0 18 0 9 0 1994299124 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216057 7506 2540 9 0 210632 0
[pid=2355/tid=2356] ppid=2354 vsize=864228 CPUtime=0.52
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 2743 0 1 0 50 2 0 0 21 0 9 0 1994299125 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864228 CPUtime=0.29
/proc/2355/task/2357/stat : 2357 (java) R 2354 2335 2294 0 -1 64 4572 0 0 0 28 1 0 0 17 0 9 0 1994299126 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994299126 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=864228 CPUtime=0.07
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1994299128 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 884969472 7506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883184

[startup+3.10127 s]
/proc/loadavg: 1.85 1.97 1.91 4/83 2363
/proc/meminfo: memFree=1810400/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 973 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=864228 CPUtime=2.48
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 21244 0 1 0 238 10 0 0 18 0 9 0 1994299124 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216057 20147 2540 9 0 210632 0
[pid=2355/tid=2356] ppid=2354 vsize=864228 CPUtime=0.95
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 3619 0 1 0 93 2 0 0 25 0 9 0 1994299125 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864228 CPUtime=1.43
/proc/2355/task/2357/stat : 2357 (java) R 2354 2335 2294 0 -1 64 16599 0 0 0 137 6 0 0 17 0 9 0 1994299126 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 102723246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994299126 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=864228 CPUtime=0.07
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1994299128 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=864228 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 884969472 20147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883184

[startup+6.3029 s]
/proc/loadavg: 1.94 1.98 1.92 4/83 2363
/proc/meminfo: memFree=1697504/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 974 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=884968 CPUtime=5.65
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 56045 0 1 0 541 24 0 0 18 0 9 0 1994299124 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 221242 49798 2540 9 0 215817 0
[pid=2355/tid=2356] ppid=2354 vsize=884968 CPUtime=1.78
/proc/2355/task/2356/stat : 2356 (java) S 2354 2335 2294 0 -1 64 4373 0 1 0 175 3 0 0 25 0 9 0 1994299125 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2357] ppid=2354 vsize=884968 CPUtime=3.77
/proc/2355/task/2357/stat : 2357 (java) R 2354 2335 2294 0 -1 64 50644 0 0 0 357 20 0 0 22 0 9 0 1994299126 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 102731885 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2358] ppid=2354 vsize=884968 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=884968 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994299126 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=884968 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=884968 CPUtime=0.07
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1994299128 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=884968 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 906207232 49798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=884968 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 906207232 49798 996147200 134512640 134550740 4294955952 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) 903924

[startup+12.7011 s]
/proc/loadavg: 1.94 1.98 1.92 3/83 2363
/proc/meminfo: memFree=1677600/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 974 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=864340 CPUtime=11.98
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 57548 0 1 0 1173 25 0 0 18 0 9 0 1994299124 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216085 46087 2564 9 0 210632 0
[pid=2355/tid=2356] ppid=2354 vsize=864340 CPUtime=7.73
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 5091 0 1 0 770 3 0 0 25 0 9 0 1994299125 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4126627887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864340 CPUtime=4.13
/proc/2355/task/2357/stat : 2357 (java) S 2354 2335 2294 0 -1 64 51410 0 0 0 392 21 0 0 16 0 9 0 1994299126 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994299126 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=864340 CPUtime=0.1
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1994299128 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 885084160 46087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883296

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.92 3/83 2363
/proc/meminfo: memFree=1673760/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 974 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=864340 CPUtime=24.66
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 58528 0 1 0 2440 26 0 0 18 0 9 0 1994299124 885084160 47061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216085 47061 2564 9 0 210632 0
[pid=2355/tid=2356] ppid=2354 vsize=864340 CPUtime=20.36
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 5097 0 1 0 2033 3 0 0 25 0 9 0 1994299125 885084160 47061 996147200 134512640 134550740 4294955952 18446744073709551615 4126633265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864340 CPUtime=4.17
/proc/2355/task/2357/stat : 2357 (java) S 2354 2335 2294 0 -1 64 52384 0 0 0 396 21 0 0 16 0 9 0 1994299126 885084160 47061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 885084160 47061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864340 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994299126 885084160 47061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2355] ppid=2354 vsize=864308 CPUtime=1588.02
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 136403 0 1 0 158593 209 0 0 18 0 9 0 1994299124 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216077 81298 2564 9 0 210624 0
[pid=2355/tid=2356] ppid=2354 vsize=864308 CPUtime=1573.59
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 6142 0 1 0 157213 146 0 0 25 0 9 0 1994299125 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864308 CPUtime=14.29
/proc/2355/task/2357/stat : 2357 (java) S 2354 2335 2294 0 -1 64 129206 0 0 0 1368 61 0 0 16 0 9 0 1994299126 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994299126 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=864308 CPUtime=0.11
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.56
Current children cumulated vsize (KiB) 883264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 2421
/proc/meminfo: memFree=1036944/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 974 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=864308 CPUtime=1648
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 136453 0 1 0 164582 218 0 0 18 0 9 0 1994299124 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216077 81298 2564 9 0 210624 0
[pid=2355/tid=2356] ppid=2354 vsize=864308 CPUtime=1633.3
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 6192 0 1 0 163176 154 0 0 25 0 9 0 1994299125 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4126627840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864308 CPUtime=14.54
/proc/2355/task/2357/stat : 2357 (java) S 2354 2335 2294 0 -1 64 129206 0 0 0 1393 61 0 0 16 0 9 0 1994299126 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994299126 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=864308 CPUtime=0.11
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 885051392 81298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.54
Current children cumulated vsize (KiB) 883264

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 1.95 3/84 2421
/proc/meminfo: memFree=1006416/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=0.54
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 974 6692 0 1 3 0 47 4 16 0 1 0 1994299066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2335/statm: 3400 797 370 3 0 500 0
[pid=2354] ppid=2335 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2335 2335 2294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994299124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=864308 CPUtime=1707.95
/proc/2355/stat : 2355 (java) S 2354 2335 2294 0 -1 0 136563 0 1 0 170553 242 0 0 18 0 9 0 1994299124 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2355/statm: 216077 81299 2564 9 0 210624 0
[pid=2355/tid=2356] ppid=2354 vsize=864308 CPUtime=1692.67
/proc/2355/task/2356/stat : 2356 (java) R 2354 2335 2294 0 -1 64 6302 0 1 0 169089 178 0 0 25 0 9 0 1994299125 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2357] ppid=2354 vsize=864308 CPUtime=15.15
/proc/2355/task/2357/stat : 2357 (java) S 2354 2335 2294 0 -1 64 129206 0 0 0 1452 63 0 0 16 0 9 0 1994299126 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2358] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2335 2294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994299126 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2359] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2335 2294 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994299126 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2360] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2335 2294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994299128 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2361] ppid=2354 vsize=864308 CPUtime=0.11
/proc/2355/task/2361/stat : 2361 (java) S 2354 2335 2294 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 1994299128 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2362] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2335 2294 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994299128 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2355/tid=2363] ppid=2354 vsize=864308 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2335 2294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994299128 885051392 81299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.49
Current children cumulated vsize (KiB) 883264

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/76 2423
/proc/meminfo: memFree=979984/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=1725.55
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 1033 143630 0 2 3 0 172289 263 16 0 1 0 1994299066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 799 370 3 0 500 0
[pid=2422] ppid=2335 vsize=5356 CPUtime=0
/proc/2422/stat : 2422 (sh) S 2335 2335 2294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994473004 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2422/statm: 1339 232 193 169 0 50 0
[pid=2423] ppid=2422 vsize=326380 CPUtime=42.46
/proc/2423/stat : 2423 (minisat) R 2422 2335 2294 0 -1 4194304 79977 0 0 0 4176 70 0 0 25 0 1 0 1994473005 334213120 79963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2423/statm: 81595 79963 76 150 0 81442 0
Current children cumulated CPU time (s) 1768.01
Current children cumulated vsize (KiB) 345336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.6 s]
/proc/loadavg: 2.02 2.02 1.95 3/76 2423
/proc/meminfo: memFree=967888/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=1725.55
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 1033 143630 0 2 3 0 172289 263 16 0 1 0 1994299066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 799 370 3 0 500 0
[pid=2422] ppid=2335 vsize=5356 CPUtime=0
/proc/2422/stat : 2422 (sh) S 2335 2335 2294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994473004 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2422/statm: 1339 232 193 169 0 50 0
[pid=2423] ppid=2422 vsize=339224 CPUtime=74.46
/proc/2423/stat : 2423 (minisat) R 2422 2335 2294 0 -1 4194304 83016 0 0 0 7373 73 0 0 25 0 1 0 1994473005 347365376 83002 996147200 134512640 135127466 4294956272 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/2423/statm: 84806 83002 76 150 0 84653 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 358180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1814.6 s]
/proc/loadavg: 2.02 2.02 1.95 3/76 2423
/proc/meminfo: memFree=967888/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=1725.55
/proc/2335/stat : 2335 (sugar) S 2333 2335 2294 0 -1 4194304 1033 143630 0 2 3 0 172289 263 16 0 1 0 1994299066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2335/statm: 3400 799 370 3 0 500 0
[pid=2422] ppid=2335 vsize=5356 CPUtime=0
/proc/2422/stat : 2422 (sh) S 2335 2335 2294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994473004 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2422/statm: 1339 232 193 169 0 50 0
[pid=2423] ppid=2422 vsize=339224 CPUtime=74.46
/proc/2423/stat : 2423 (minisat) R 2422 2335 2294 0 -1 4194304 83016 0 0 0 7373 73 0 0 25 0 1 0 1994473005 347365376 83002 996147200 134512640 135127466 4294956272 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/2423/statm: 84806 83002 76 150 0 84653 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 358180

# WARNING:
# current cumulated CPU time (1725.63 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (74.38 s) to the 'lost time'.

[startup+1814.72 s]
/proc/loadavg: 2.02 2.02 1.95 3/76 2423
/proc/meminfo: memFree=967888/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=1725.63
/proc/2335/stat : 2335 (sugar) R 2333 2335 2294 0 -1 4194304 1069 143907 0 2 4 6 172289 264 16 0 1 0 1994299066 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2335/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1725.63
Current children cumulated vsize (KiB) 13600

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

[startup+1814.81 s]
/proc/loadavg: 2.02 2.02 1.95 3/76 2423
/proc/meminfo: memFree=967888/2055920 swapFree=4179416/4192956
[pid=2335] ppid=2333 vsize=13600 CPUtime=1725.72
/proc/2335/stat : 2335 (sugar) R 2333 2335 2294 0 -1 4194304 1069 143907 0 2 4 15 172289 264 16 0 1 0 1994299066 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2335/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1725.72
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 74.38
#  lost CPU user time (s): 73.72
#  lost CPU system time (s): 0.66

Real time (s): 1814.81
CPU time (s): 1800.12
CPU user time (s): 1796.66
CPU system time (s): 3.46157
CPU usage (%): 99.1904
Max. virtual memory (cumulated for all children) (KiB): 909912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1722.94
system time used= 2.80157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145007
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45281
involuntary context switches= 71305

runsolver used 2.32365 second user time and 5.99709 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 08:34:33
IDJOB=1068295
IDBENCH=55508
IDSOLVER=346
FILE ID=node62/1068295-1215153273
PBS_JOBID= 7877467
Free space on /tmp= 65296 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_ext.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-1068295-1215153273/watcher-1068295-1215153273 -o /tmp/evaluation-result-1068295-1215153273/solver-1068295-1215153273 -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-1068295-1215153273.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=1294813756

node62.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:       1855896 kB
Buffers:         17256 kB
Cached:         109080 kB
SwapCached:       7080 kB
Active:         107048 kB
Inactive:        35068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855896 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:          22780 kB
Slab:            43008 kB
Committed_AS:  3976436 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65228 MiB
End job on node62 at 2008-07-04 09:04:50