Trace number 1075626

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 1817.02

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-08.xml
MD5SUMce813d5f3fcd17e96864df6f9069dfd5
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.568912
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints978
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension84
Number of constraints which are defined in intension894
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 16:21:34 2008
0.00/0.04	c 0	PID 10889
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075626-1215181293.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-1075626-1215181293.xml' 'HOME/temp.csp'
1.35/1.44	c 1	1 domains, 186 variables, 7 predicates, 6 relations, 978 constraints
1.35/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.47	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'
1.41/1.55	c 1	Parsing HOME/temp.csp
2.81/2.93	c 3	parsed 1178 expressions
2.81/2.93	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.93	c 3	Converting to clausal form CSP
2.81/2.95	c 3	converted 118 (10%) expressions
3.10/3.23	c 3	converted 236 (20%) expressions
4.79/4.98	c 5	converted 354 (30%) expressions
5.28/5.44	c 5	converted 472 (40%) expressions
6.97/7.15	c 7	converted 589 (50%) expressions
6.97/7.17	c 7	converted 707 (60%) expressions
8.06/8.22	c 8	converted 825 (70%) expressions
8.85/9.08	c 9	converted 943 (80%) expressions
8.95/9.16	c 9	converted 1061 (90%) expressions
8.95/9.18	c 9	converted 1178 (100%) expressions
8.95/9.18	c 9	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
8.95/9.18	c 9	Heap : 165 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.95/9.18	c 9	Propagation in CSP
8.95/9.20	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.95/9.20	c 9	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
9.04/9.20	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.04/9.20	c 9	Simplifing CSP by introducing new Boolean variables
9.04/9.23	c 9	CSP : 186 integers, 7144 booleans, 8122 clauses, largest domain size 26
9.04/9.23	c 9	Heap : 169 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.04/10.23	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.04/10.24	c 10	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
10.04/10.25	c 10	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
10.04/10.25	c 10	56 (30%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
10.04/10.25	c 10	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
10.04/10.25	c 10	93 (50%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
10.04/10.25	c 10	112 (60%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
10.04/10.25	c 10	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
10.04/10.25	c 10	149 (80%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
10.04/10.26	c 10	168 (90%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
10.04/10.26	c 10	186 (100%) CSP integer variables are encoded (4464 clauses, 55969 bytes)
56.47/57.17	c 57	813 (10%) CSP clauses are encoded (612564 clauses, 24335794 bytes)
451.96/456.43	c 456	1625 (20%) CSP clauses are encoded (1330265 clauses, 64713035 bytes)
451.96/456.48	c 456	2437 (30%) CSP clauses are encoded (1349127 clauses, 65035579 bytes)
452.05/456.53	c 456	3249 (40%) CSP clauses are encoded (1367989 clauses, 65369589 bytes)
452.05/456.57	c 456	4061 (50%) CSP clauses are encoded (1386826 clauses, 65702129 bytes)
1400.29/1413.87	c 1414	4874 (60%) CSP clauses are encoded (2166538 clauses, 117596463 bytes)
1714.45/1730.90	c 1731	5686 (70%) CSP clauses are encoded (2439008 clauses, 135130209 bytes)
1714.45/1730.94	c 1731	6498 (80%) CSP clauses are encoded (2458120 clauses, 135484624 bytes)
1714.45/1730.98	c 1731	7310 (90%) CSP clauses are encoded (2477382 clauses, 135852636 bytes)
1714.55/1731.01	c 1731	8122 (100%) CSP clauses are encoded (2496794 clauses, 136235032 bytes)
1714.55/1731.01	c 1731	8122 CSP clauses encoded
1714.55/1731.01	c 1731	Writing map file : HOME/temp.map
1714.55/1731.02	c 1731	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1714.55/1731.02	c 1731	SAT : 11794 SAT variables, 2496794 SAT clauses, 136235032 bytes
1714.55/1731.02	c 1731	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1714.55/1731.08	c 1731	SOLVING HOME/temp.cnf
1714.55/1731.08	c 1731	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1714.55/1731.09	c 1731	This is MiniSat 2.0 beta
1714.55/1731.09	c 1731	WARNING: for repeatability, setting FPU to use double precision
1714.55/1731.09	c 1731	============================[ Problem Statistics ]=============================
1714.55/1731.09	c 1731	|                                                                             |
1714.55/1731.09	c 1731	|  Number of variables:  11794                                                |
1714.55/1731.09	c 1731	|  Number of clauses:    2496794                                              |
1717.52/1734.01	c 1734	|  Parsing time:         2.55         s                                       |
1717.62/1734.18	c 1734	============================[ Search Statistics ]==============================
1717.62/1734.18	c 1734	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1717.62/1734.18	c 1734	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1717.62/1734.18	c 1734	===============================================================================
1717.62/1734.18	c 1734	|         0 |   11794  2496794 24166780 |   832264        0    nan |  0.000 % |
1717.72/1734.28	c 1734	|       101 |   11794  2496794 24166780 |   915491      101     13 |  0.000 % |
1717.91/1734.46	c 1734	|       252 |   11794  2496794 24166780 |  1007040      252     10 |  0.000 % |
1718.22/1734.72	c 1734	|       478 |   11794  2496794 24166780 |  1107744      478      9 |  0.000 % |
1718.41/1734.93	c 1735	|       815 |   11794  2496794 24166780 |  1218518      815      9 |  0.000 % |
1718.61/1735.15	c 1735	|      1323 |   11794  2496794 24166780 |  1340370     1323     11 |  0.000 % |
1719.11/1735.67	c 1735	|      2083 |   11794  2496794 24166780 |  1474407     2083     11 |  0.000 % |
1719.90/1736.49	c 1736	|      3222 |   11794  2496794 24166780 |  1621848     3222     11 |  0.000 % |
1720.80/1737.30	c 1737	|      4930 |   11794  2496794 24166780 |  1784033     4930     11 |  0.000 % |
1721.59/1738.17	c 1738	|      7493 |   11794  2496794 24166780 |  1962436     7493     11 |  0.000 % |
1721.99/1738.54	c 1738	|     11338 |   11794  2496794 24166780 |  2158680    11338     10 |  0.000 % |
1724.59/1741.18	c 1741	|     17104 |   11794  2496794 24166780 |  2374548    17104     11 |  0.000 % |
1730.26/1746.87	c 1747	|     25753 |   11794  2496794 24166780 |  2612003    25753     11 |  0.000 % |
1737.82/1754.46	c 1754	|     38727 |   11794  2496794 24166780 |  2873203    38727     12 |  0.000 % |
1750.44/1767.13	c 1767	|     58188 |   11794  2496794 24166780 |  3160523    58188     12 |  0.000 % |
1774.93/1791.70	c 1791	|     87380 |   11794  2496794 24166780 |  3476576    87380     12 |  0.000 % |
1800.00/1816.92	c ERROR INTERRUPTED
1800.00/1816.94	s UNKNOWN
1800.00/1816.94	c 1817	CPU 1713.09 (0.03 0.01 1713.06 1.53)
1800.00/1816.94	c 1817	END Fri Jul  4 16:51:51 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-1075626-1215181293/watcher-1075626-1215181293 -o /tmp/evaluation-result-1075626-1215181293/solver-1075626-1215181293 -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-1075626-1215181293.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.22 2.13 2.05 4/81 10889
/proc/meminfo: memFree=1015872/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=12268 CPUtime=0
/proc/10889/stat : 10889 (sugar) R 10887 10889 8814 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1997104213 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10889/statm: 3067 316 241 3 0 167 0

[startup+0.0927111 s]
/proc/loadavg: 2.22 2.13 2.05 4/81 10889
/proc/meminfo: memFree=1015872/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=0.03
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997104213 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101711 s]
/proc/loadavg: 2.22 2.13 2.05 4/81 10889
/proc/meminfo: memFree=1015872/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=0.03
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997104213 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301734 s]
/proc/loadavg: 2.22 2.13 2.05 4/81 10889
/proc/meminfo: memFree=1015872/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=0.03
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997104213 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701785 s]
/proc/loadavg: 2.22 2.13 2.05 4/81 10889
/proc/meminfo: memFree=1015872/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=0.03
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997104213 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.22 2.13 2.05 3/92 10901
/proc/meminfo: memFree=990120/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 956 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 13600

[startup+3.10207 s]
/proc/loadavg: 2.20 2.13 2.05 3/92 10911
/proc/meminfo: memFree=995944/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 973 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=864368 CPUtime=1.6
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 13316 0 1 0 153 7 0 0 19 0 9 0 1997104360 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 216092 12037 2540 9 0 210667 0
[pid=10903/tid=10904] ppid=10902 vsize=864368 CPUtime=0.86
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 2881 0 1 0 84 2 0 0 25 0 9 0 1997104361 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10905] ppid=10902 vsize=864368 CPUtime=0.63
/proc/10903/task/10905/stat : 10905 (java) R 10902 10889 8814 0 -1 64 9399 0 0 0 60 3 0 0 16 0 9 0 1997104362 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 102516800 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=864368 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=864368 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997104363 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=864368 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=864368 CPUtime=0.08
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1997104365 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=864368 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=864368 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 885112832 12037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883324

[startup+6.30244 s]
/proc/loadavg: 2.20 2.13 2.05 4/92 10911
/proc/meminfo: memFree=919016/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 973 11522 0 1 3 1 130 7 15 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868396 CPUtime=4.76
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 33805 0 1 0 458 18 0 0 19 0 9 0 1997104360 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 217099 32084 2541 9 0 211674 0
[pid=10903/tid=10904] ppid=10902 vsize=868396 CPUtime=2.23
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 3649 0 1 0 220 3 0 0 25 0 9 0 1997104361 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10905] ppid=10902 vsize=868396 CPUtime=2.32
/proc/10903/task/10905/stat : 10905 (java) R 10902 10889 8814 0 -1 64 28051 0 0 0 220 12 0 0 16 0 9 0 1997104362 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=868396 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=868396 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997104363 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=868396 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868396 CPUtime=0.18
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1409 0 0 0 17 1 0 0 16 0 9 0 1997104365 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868396 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868396 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889237504 32084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887352

[startup+12.7022 s]
/proc/loadavg: 2.18 2.13 2.05 3/92 10911
/proc/meminfo: memFree=824104/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 974 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868508 CPUtime=11.1
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 65121 0 1 0 1075 35 0 0 19 0 9 0 1997104360 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 217127 48498 2565 9 0 211674 0
[pid=10903/tid=10904] ppid=10902 vsize=868508 CPUtime=5.72
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 4633 0 1 0 566 6 0 0 25 0 9 0 1997104361 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4126957855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10905] ppid=10902 vsize=868508 CPUtime=5.13
/proc/10903/task/10905/stat : 10905 (java) S 10902 10889 8814 0 -1 64 58351 0 0 0 486 27 0 0 16 0 9 0 1997104362 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868508 CPUtime=0.23
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1441 0 0 0 22 1 0 0 17 0 9 0 1997104365 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889352192 48498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887464

[startup+25.5027 s]
/proc/loadavg: 2.14 2.12 2.04 3/92 10911
/proc/meminfo: memFree=813416/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 974 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868508 CPUtime=23.78
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 65670 0 1 0 2338 40 0 0 19 0 9 0 1997104360 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 217127 49004 2565 9 0 211674 0
[pid=10903/tid=10904] ppid=10902 vsize=868508 CPUtime=18.12
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 4677 0 1 0 1802 10 0 0 25 0 9 0 1997104361 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4126957156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10905] ppid=10902 vsize=868508 CPUtime=5.39
/proc/10903/task/10905/stat : 10905 (java) S 10902 10889 8814 0 -1 64 58853 0 0 0 512 27 0 0 16 0 9 0 1997104362 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868508 CPUtime=0.24
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1444 0 0 0 23 1 0 0 16 0 9 0 1997104365 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889352192 49004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887464

[startup+51.1027 s]
/proc/loadavg: 2.09 2.11 2.04 3/92 10911
/proc/meminfo: memFree=803048/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 974 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868508 CPUtime=49.12
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 65833 0 1 0 4865 47 0 0 19 0 9 0 1997104360 889352192 49114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868508 CPUtime=0.26
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1454 0 0 0 25 1 0 0 16 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.56
Current children cumulated vsize (KiB) 887464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10913
/proc/meminfo: memFree=603048/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 974 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868508 CPUtime=1585.59
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 100898 0 1 0 158430 129 0 0 19 0 9 0 1997104360 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 217127 74901 2565 9 0 211674 0
[pid=10903/tid=10904] ppid=10902 vsize=868508 CPUtime=1573.33
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 5194 0 1 0 157254 79 0 0 25 0 9 0 1997104361 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4126955381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10905] ppid=10902 vsize=868508 CPUtime=11.98
/proc/10903/task/10905/stat : 10905 (java) S 10902 10889 8814 0 -1 64 93554 0 0 0 1150 48 0 0 16 0 9 0 1997104362 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868508 CPUtime=0.26
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1454 0 0 0 25 1 0 0 16 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587
Current children cumulated vsize (KiB) 887464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10913
/proc/meminfo: memFree=602984/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 974 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868508 CPUtime=1645.03
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 100909 0 1 0 164373 130 0 0 19 0 9 0 1997104360 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 217127 74901 2565 9 0 211674 0
[pid=10903/tid=10904] ppid=10902 vsize=868508 CPUtime=1632.61
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 5205 0 1 0 163182 79 0 0 25 0 9 0 1997104361 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4126955328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10905] ppid=10902 vsize=868508 CPUtime=12.13
/proc/10903/task/10905/stat : 10905 (java) S 10902 10889 8814 0 -1 64 93554 0 0 0 1165 48 0 0 16 0 9 0 1997104362 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868508 CPUtime=0.26
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1454 0 0 0 25 1 0 0 16 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889352192 74901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.44
Current children cumulated vsize (KiB) 887464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10913
/proc/meminfo: memFree=602856/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1.41
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 974 11522 0 1 3 1 130 7 16 0 1 0 1997104213 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 797 370 3 0 500 0
[pid=10902] ppid=10889 vsize=5356 CPUtime=0
/proc/10902/stat : 10902 (sh) S 10889 10889 8814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997104360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10902/statm: 1339 233 193 169 0 50 0
[pid=10903] ppid=10902 vsize=868508 CPUtime=1704.46
/proc/10903/stat : 10903 (java) S 10902 10889 8814 0 -1 0 100928 0 1 0 170316 130 0 0 19 0 9 0 1997104360 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10903/statm: 217127 74916 2565 9 0 211674 0
[pid=10903/tid=10904] ppid=10902 vsize=868508 CPUtime=1692
/proc/10903/task/10904/stat : 10904 (java) R 10902 10889 8814 0 -1 64 5209 0 1 0 169120 80 0 0 18 0 9 0 1997104361 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10903/tid=10905] ppid=10902 vsize=868508 CPUtime=12.19
/proc/10903/task/10905/stat : 10905 (java) S 10902 10889 8814 0 -1 64 93569 0 0 0 1171 48 0 0 16 0 9 0 1997104362 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10906] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10906/stat : 10906 (java) S 10902 10889 8814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10907] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10907/stat : 10907 (java) S 10902 10889 8814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997104363 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10908] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10908/stat : 10908 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997104365 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10909] ppid=10902 vsize=868508 CPUtime=0.26
/proc/10903/task/10909/stat : 10909 (java) S 10902 10889 8814 0 -1 64 1454 0 0 0 25 1 0 0 16 0 9 0 1997104365 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10910] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10910/stat : 10910 (java) S 10902 10889 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997104365 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10903/tid=10911] ppid=10902 vsize=868508 CPUtime=0
/proc/10903/task/10911/stat : 10911 (java) S 10902 10889 8814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997104365 889352192 74916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.87
Current children cumulated vsize (KiB) 887464

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 10945
/proc/meminfo: memFree=1079552/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1714.63
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 1032 112784 0 2 3 1 171306 153 16 0 1 0 1997104213 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 798 370 3 0 500 0
[pid=10944] ppid=10889 vsize=5356 CPUtime=0
/proc/10944/stat : 10944 (sh) S 10889 10889 8814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997277322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10944/statm: 1339 232 193 169 0 50 0
[pid=10945] ppid=10944 vsize=200520 CPUtime=50.94
/proc/10945/stat : 10945 (minisat) R 10944 10889 8814 0 -1 4194304 48197 0 0 0 5054 40 0 0 25 0 1 0 1997277322 205332480 48183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10945/statm: 50130 48183 76 150 0 49977 0
Current children cumulated CPU time (s) 1765.57
Current children cumulated vsize (KiB) 219476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 10945
/proc/meminfo: memFree=1070656/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1714.63
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 1032 112784 0 2 3 1 171306 153 16 0 1 0 1997104213 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 798 370 3 0 500 0
[pid=10944] ppid=10889 vsize=5356 CPUtime=0
/proc/10944/stat : 10944 (sh) S 10889 10889 8814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997277322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10944/statm: 1339 232 193 169 0 50 0
[pid=10945] ppid=10944 vsize=209324 CPUtime=85.37
/proc/10945/stat : 10945 (minisat) R 10944 10889 8814 0 -1 4194304 50252 0 0 0 8494 43 0 0 25 0 1 0 1997277322 214347776 50238 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/10945/statm: 52331 50238 76 150 0 52178 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 228280

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

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

[startup+1816.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 10945
/proc/meminfo: memFree=1070656/2055920 swapFree=4179968/4192956
[pid=10889] ppid=10887 vsize=13600 CPUtime=1714.63
/proc/10889/stat : 10889 (sugar) S 10887 10889 8814 0 -1 4194304 1032 112784 0 2 3 1 171306 153 16 0 1 0 1997104213 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10889/statm: 3400 798 370 3 0 500 0
[pid=10944] ppid=10889 vsize=5356 CPUtime=0
/proc/10944/stat : 10944 (sh) S 10889 10889 8814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997277322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10944/statm: 1339 232 193 169 0 50 0
[pid=10945] ppid=10944 vsize=209324 CPUtime=85.37
/proc/10945/stat : 10945 (minisat) R 10944 10889 8814 0 -1 4194304 50252 0 0 0 8494 43 0 0 25 0 1 0 1997277322 214347776 50238 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/10945/statm: 52331 50238 76 150 0 52178 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 228280

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10889 and gives
#  childrusage.ru_utime.tv_sec=1713
#  childrusage.ru_utime.tv_usec=104568
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=620753
# CPU time returned by wait4() is 1714.73
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.02
CPU time (s): 1800
CPU user time (s): 1798.03
CPU system time (s): 1.97
CPU usage (%): 99.0635
Max. virtual memory (cumulated for all children) (KiB): 908344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1713.1
system time used= 1.62075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114159
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= 41940
involuntary context switches= 78499

runsolver used 2.18667 second user time and 6.14407 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 16:21:34
IDJOB=1075626
IDBENCH=56529
IDSOLVER=346
FILE ID=node11/1075626-1215181293
PBS_JOBID= 7881515
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-08.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-1075626-1215181293/watcher-1075626-1215181293 -o /tmp/evaluation-result-1075626-1215181293/solver-1075626-1215181293 -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-1075626-1215181293.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce813d5f3fcd17e96864df6f9069dfd5
RANDOM SEED=1135432626

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:       1016352 kB
Buffers:         44664 kB
Cached:         119592 kB
SwapCached:       7036 kB
Active:         920620 kB
Inactive:        62960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1016352 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:         820068 kB
Slab:            39468 kB
Committed_AS:  4061124 kB
PageTables:       3456 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= 66544 MiB
End job on node11 at 2008-07-04 16:51:53