Trace number 2071665

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.03 1814.29

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-9_ext.xml
MD5SUMe0963f5a8823cafb4c414b99799a1d25
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7976
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:20:09 2009
0.00/0.08	c 0	PID 16164
0.06/0.08	c 0	HOST node62.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071665-1247354409.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071665-1247354409.xml' 'HOME/temp.csp'
0.07/0.66	c 1	1 domains, 45 variables, 0 predicates, 2 relations, 14 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.75	c 1	Parsing HOME/temp.csp
1.34/1.42	c 2	parsed 62 expressions
1.34/1.43	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.43	c 2	Converting to clausal form CSP
1.34/1.46	c 2	converted 7 (10%) expressions
1.34/1.46	c 2	converted 13 (20%) expressions
1.34/1.46	c 2	converted 19 (30%) expressions
1.34/1.46	c 2	converted 25 (40%) expressions
1.34/1.46	c 2	converted 31 (50%) expressions
1.34/1.46	c 2	converted 38 (60%) expressions
1.34/1.46	c 2	converted 44 (70%) expressions
1.63/1.71	c 2	converted 50 (80%) expressions
2.03/2.17	c 2	converted 56 (90%) expressions
4.60/4.79	c 5	converted 62 (100%) expressions
4.60/4.79	c 5	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
4.60/4.79	c 5	Heap : 94 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.60/4.79	c 5	Propagation in CSP
4.60/4.79	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.60/4.79	c 5	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
4.60/4.79	c 5	Heap : 94 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.60/4.79	c 5	Simplifing CSP by introducing new Boolean variables
4.60/4.79	c 5	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
4.60/4.79	c 5	Heap : 94 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.30/5.41	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.30/5.42	c 6	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
5.30/5.42	c 6	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
5.30/5.43	c 6	14 (30%) CSP integer variables are encoded (336 clauses, 3552 bytes)
5.30/5.43	c 6	18 (40%) CSP integer variables are encoded (432 clauses, 4608 bytes)
5.30/5.43	c 6	23 (50%) CSP integer variables are encoded (552 clauses, 5928 bytes)
5.30/5.44	c 6	27 (60%) CSP integer variables are encoded (648 clauses, 6984 bytes)
5.30/5.44	c 6	32 (70%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.30/5.44	c 6	36 (80%) CSP integer variables are encoded (864 clauses, 9360 bytes)
5.30/5.44	c 6	41 (90%) CSP integer variables are encoded (984 clauses, 10729 bytes)
5.30/5.44	c 6	45 (100%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
10.44/10.61	c 11	2 (10%) CSP clauses are encoded (57472 clauses, 2006496 bytes)
12.92/13.12	c 13	3 (20%) CSP clauses are encoded (85668 clauses, 3014978 bytes)
17.87/18.11	c 18	5 (30%) CSP clauses are encoded (142060 clauses, 5106313 bytes)
20.35/20.63	c 21	6 (40%) CSP clauses are encoded (170256 clauses, 6187470 bytes)
22.82/23.19	c 23	7 (50%) CSP clauses are encoded (198452 clauses, 7268627 bytes)
27.87/28.26	c 28	9 (60%) CSP clauses are encoded (254844 clauses, 9430941 bytes)
361.50/365.06	c 365	10 (70%) CSP clauses are encoded (556324 clauses, 25108231 bytes)
998.85/1005.38	c 1006	12 (80%) CSP clauses are encoded (1159284 clauses, 61537275 bytes)
1344.73/1354.57	c 1355	13 (90%) CSP clauses are encoded (1460764 clauses, 79751797 bytes)
1671.09/1684.02	c 1684	14 (100%) CSP clauses are encoded (1762244 clauses, 99575765 bytes)
1671.09/1684.02	c 1684	14 CSP clauses encoded
1671.09/1684.02	c 1684	Writing map file : HOME/temp.map
1671.09/1684.02	c 1684	Heap : 135 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1671.09/1684.02	c 1684	SAT : 1125 SAT variables, 1762244 SAT clauses, 99575765 bytes
1671.09/1684.02	c 1684	Heap : 135 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1671.09/1684.06	c 1684	SOLVING HOME/temp.cnf
1671.09/1684.06	c 1684	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1671.09/1684.07	c 1684	This is MiniSat 2.0 beta
1671.09/1684.07	c 1684	WARNING: for repeatability, setting FPU to use double precision
1671.09/1684.07	c 1684	============================[ Problem Statistics ]=============================
1671.09/1684.07	c 1684	|                                                                             |
1671.09/1684.07	c 1684	|  Number of variables:  1125                                                 |
1671.09/1684.07	c 1684	|  Number of clauses:    1762244                                              |
1673.55/1686.55	c 1687	|  Parsing time:         2.18         s                                       |
1673.65/1686.69	c 1687	============================[ Search Statistics ]==============================
1673.65/1686.69	c 1687	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1673.65/1686.69	c 1687	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1673.65/1686.69	c 1687	===============================================================================
1673.65/1686.69	c 1687	|         0 |    1125  1762244 21467911 |   587414        0    nan |  0.000 % |
1673.95/1686.94	c 1687	|       101 |    1125  1762244 21467911 |   646156      101      5 |  0.000 % |
1674.33/1687.35	c 1688	|       252 |    1125  1762244 21467911 |   710771      252      6 |  0.002 % |
1674.44/1687.45	c 1688	|       477 |    1125  1762244 21467911 |   781848      477      6 |  0.002 % |
1674.73/1687.72	c 1688	|       817 |    1125  1762244 21467911 |   860033      817      8 |  0.001 % |
1674.83/1687.86	c 1688	|      1323 |    1125  1762244 21467911 |   946037     1323      8 |  0.002 % |
1675.53/1688.54	c 1689	|      2082 |    1125  1762244 21467911 |  1040640     2082      9 |  0.002 % |
1677.11/1690.17	c 1690	|      3222 |    1125  1762244 21467911 |  1144705     3222     10 |  0.002 % |
1677.31/1690.35	c 1691	|      4930 |    1125  1762244 21467911 |  1259175     4930      9 |  0.002 % |
1680.08/1693.12	c 1693	|      7492 |    1125  1762244 21467911 |  1385093     7492     10 |  0.001 % |
1683.74/1696.82	c 1697	|     11336 |    1125  1762244 21467911 |  1523602    11336     10 |  0.002 % |
1710.29/1723.70	c 1724	|     17103 |    1125  1762244 21467911 |  1675962    17103     13 |  0.002 % |
1747.63/1761.33	c 1762	|     25753 |    1125  1762244 21467911 |  1843558    25753     14 |  0.002 % |
1796.86/1811.03	c 1811	|     38729 |    1125  1762244 21467911 |  2027914    38729     17 |  0.000 % |
1800.03/1814.21	c ERROR INTERRUPTED
1800.03/1814.23	s UNKNOWN
1800.03/1814.23	c 1814	CPU 1671.17 (0.05 0.02 1669.93 1.17)
1800.03/1814.23	c 1814	END Sun Jul 12 01:50:23 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071665-1247354409/watcher-2071665-1247354409 -o /tmp/evaluation-result-2071665-1247354409/solver-2071665-1247354409 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071665-1247354409.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.95 4/80 16164
/proc/meminfo: memFree=720376/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=12132 CPUtime=0
/proc/16164/stat : 16164 (sugar) R 16162 16164 15406 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 22504831 12423168 181 996147200 4194304 4206940 548682068608 18446744073709551615 236437905580 0 0 4224 0 0 0 0 17 1 0 0
/proc/16164/statm: 3033 181 142 3 0 133 0

[startup+0.083509 s]
/proc/loadavg: 2.02 2.01 1.95 4/80 16164
/proc/meminfo: memFree=720376/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16740 CPUtime=0.06
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22504831 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101694 s]
/proc/loadavg: 2.02 2.01 1.95 4/80 16164
/proc/meminfo: memFree=720376/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.07
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301712 s]
/proc/loadavg: 2.02 2.01 1.95 4/80 16164
/proc/meminfo: memFree=720376/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.07
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701758 s]
/proc/loadavg: 2.02 2.01 1.95 4/80 16164
/proc/meminfo: memFree=720376/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1292 9116 0 1 5 2 51 6 16 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 16868

[startup+1.50285 s]
/proc/loadavg: 2.02 2.01 1.95 3/91 16186
/proc/meminfo: memFree=710048/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 15 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864384 CPUtime=0.8
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 7948 0 1 0 76 4 0 0 18 0 9 0 22504899 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216096 6925 2568 9 0 210601 0
[pid=16178/tid=16179] ppid=16177 vsize=864384 CPUtime=0.53
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 2573 0 1 0 52 1 0 0 18 0 9 0 22504900 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4125956708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864384 CPUtime=0.2
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 4367 0 0 0 19 1 0 0 16 0 9 0 22504901 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864384 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864384 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22504901 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864384 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864384 CPUtime=0.04
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 305 0 0 0 4 0 0 0 16 0 9 0 22504903 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864384 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864384 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885129216 6925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886608

[startup+3.10203 s]
/proc/loadavg: 2.02 2.01 1.95 4/91 16186
/proc/meminfo: memFree=684448/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 15 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864404 CPUtime=2.38
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 18847 0 1 0 229 9 0 0 18 0 9 0 22504899 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216101 17216 2566 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864404 CPUtime=1.1
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 3164 0 1 0 109 1 0 0 22 0 9 0 22504900 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4126528232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864404 CPUtime=1.2
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 14672 0 0 0 114 6 0 0 17 0 9 0 22504901 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864404 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864404 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22504901 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864404 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864404 CPUtime=0.05
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 308 0 0 0 5 0 0 0 16 0 9 0 22504903 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864404 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885149696 17216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864404 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885149696 17216 996147200 134512640 134550932 4294955936 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) 886628

[startup+6.3024 s]
/proc/loadavg: 2.02 2.01 1.95 3/91 16186
/proc/meminfo: memFree=609696/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 15 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864516 CPUtime=5.54
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 31505 0 1 0 538 16 0 0 18 0 9 0 22504899 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216129 28960 2590 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864516 CPUtime=2.58
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 3739 0 1 0 256 2 0 0 23 0 9 0 22504900 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4126601202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864516 CPUtime=2.87
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 26733 0 0 0 274 13 0 0 16 0 9 0 22504901 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864516 CPUtime=0.08
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 22504903 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885264384 28960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886740

[startup+12.7021 s]
/proc/loadavg: 2.09 2.03 1.96 4/91 16186
/proc/meminfo: memFree=606752/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 16 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864516 CPUtime=11.88
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 31782 0 1 0 1171 17 0 0 18 0 9 0 22504899 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216129 29215 2590 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864516 CPUtime=8.79
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 3761 0 1 0 876 3 0 0 25 0 9 0 22504900 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4126601202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864516 CPUtime=2.98
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 26984 0 0 0 285 13 0 0 16 0 9 0 22504901 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864516 CPUtime=0.09
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 334 0 0 0 9 0 0 0 16 0 9 0 22504903 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885264384 29215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885264384 29215 996147200 134512640 134550932 4294955936 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) 886740

[startup+25.5016 s]
/proc/loadavg: 2.08 2.02 1.96 3/91 16186
/proc/meminfo: memFree=590816/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 16 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864516 CPUtime=24.56
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 34497 0 1 0 2434 22 0 0 18 0 9 0 22504899 885264384 31882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216129 31882 2590 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864516 CPUtime=21.22
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 3809 0 1 0 2116 6 0 0 25 0 9 0 22504900 885264384 31882 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864516 CPUtime=3.22
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 29647 0 0 0 307 15 0 0 16 0 9 0 22504901 885264384 31882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 31882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 31882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864516 CPUtime=0

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

/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864516 CPUtime=0.1
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 340 0 0 0 10 0 0 0 17 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.31
Current children cumulated vsize (KiB) 886740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/93 16339
/proc/meminfo: memFree=171216/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 16 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864516 CPUtime=1530.09
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 87134 0 1 0 152914 95 0 0 18 0 9 0 22504899 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216129 51167 2590 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864516 CPUtime=1521.22
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 4574 0 1 0 152072 50 0 0 25 0 9 0 22504900 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864516 CPUtime=8.73
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 81517 0 0 0 830 43 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864516 CPUtime=0.1
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 340 0 0 0 10 0 0 0 17 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.73
Current children cumulated vsize (KiB) 886740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/93 16339
/proc/meminfo: memFree=157712/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 16 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864516 CPUtime=1589.53
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 87155 0 1 0 158857 96 0 0 18 0 9 0 22504899 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216129 51167 2590 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864516 CPUtime=1580.52
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 4595 0 1 0 158002 50 0 0 25 0 9 0 22504900 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4126579568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864516 CPUtime=8.87
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 81517 0 0 0 843 44 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864516 CPUtime=0.1
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 340 0 0 0 10 0 0 0 17 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.17
Current children cumulated vsize (KiB) 886740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/93 16339
/proc/meminfo: memFree=143568/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=0.64
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1310 9116 0 1 5 2 51 6 16 0 1 0 22504831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1111 409 3 0 796 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22504898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864516 CPUtime=1648.96
/proc/16178/stat : 16178 (java) S 16177 16164 15406 0 -1 0 87158 0 1 0 164800 96 0 0 18 0 9 0 22504899 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216129 51167 2590 9 0 210606 0
[pid=16178/tid=16179] ppid=16177 vsize=864516 CPUtime=1639.94
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 15406 0 -1 64 4598 0 1 0 163943 51 0 0 25 0 9 0 22504900 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864516 CPUtime=8.89
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 15406 0 -1 64 81517 0 0 0 845 44 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 15406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22504901 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864516 CPUtime=0.1
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 15406 0 -1 64 340 0 0 0 10 0 0 0 17 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864516 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22504903 885264384 51167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.6
Current children cumulated vsize (KiB) 886740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 16341
/proc/meminfo: memFree=158344/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=1671.16
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1376 96634 0 2 5 2 166993 116 16 0 1 0 22504831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1113 409 3 0 796 0
[pid=16340] ppid=16164 vsize=5356 CPUtime=0
/proc/16340/stat : 16340 (sh) S 16164 16164 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673238 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16340/statm: 1339 232 193 169 0 50 0
[pid=16341] ppid=16340 vsize=158296 CPUtime=37.84
/proc/16341/stat : 16341 (minisat) R 16340 16164 15406 0 -1 4194304 37968 0 0 0 3755 29 0 0 25 0 1 0 22673239 162095104 37954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16341/statm: 39574 37954 75 150 0 39421 0
Current children cumulated CPU time (s) 1709
Current children cumulated vsize (KiB) 180520

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 16341
/proc/meminfo: memFree=154056/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=1671.16
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1376 96634 0 2 5 2 166993 116 16 0 1 0 22504831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1113 409 3 0 796 0
[pid=16340] ppid=16164 vsize=5356 CPUtime=0
/proc/16340/stat : 16340 (sh) S 16164 16164 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673238 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16340/statm: 1339 232 193 169 0 50 0
[pid=16341] ppid=16340 vsize=163044 CPUtime=97.27
/proc/16341/stat : 16341 (minisat) R 16340 16164 15406 0 -1 4194304 39079 0 0 0 9697 30 0 0 25 0 1 0 22673239 166957056 39065 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16341/statm: 40761 39065 75 150 0 40608 0
Current children cumulated CPU time (s) 1768.43
Current children cumulated vsize (KiB) 185268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 16341
/proc/meminfo: memFree=152776/2055920 swapFree=4192956/4192956
[pid=16164] ppid=16162 vsize=16868 CPUtime=1671.16
/proc/16164/stat : 16164 (sugar) S 16162 16164 15406 0 -1 4194304 1376 96634 0 2 5 2 166993 116 16 0 1 0 22504831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 4217 1113 409 3 0 796 0
[pid=16340] ppid=16164 vsize=5356 CPUtime=0
/proc/16340/stat : 16340 (sh) S 16164 16164 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673238 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16340/statm: 1339 232 193 169 0 50 0
[pid=16341] ppid=16340 vsize=164336 CPUtime=128.87
/proc/16341/stat : 16341 (minisat) R 16340 16164 15406 0 -1 4194304 39405 0 0 0 12857 30 0 0 25 0 1 0 22673239 168280064 39391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16341/statm: 41084 39391 75 150 0 40931 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 186560

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16164 and gives
#  childrusage.ru_utime.tv_sec=1669
#  childrusage.ru_utime.tv_usec=990122
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=247810
# CPU time returned by wait4() is 1671.24
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.29
CPU time (s): 1800.03
CPU user time (s): 1798.55
CPU system time (s): 1.48
CPU usage (%): 99.2142
Max. virtual memory (cumulated for all children) (KiB): 909232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1669.99
system time used= 1.24781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98393
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= 42952
involuntary context switches= 78444

runsolver used 2.12968 second user time and 6.20706 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 01:20:09
IDJOB=2071665
IDBENCH=55518
IDSOLVER=739
FILE ID=node62/2071665-1247354409
PBS_JOBID= 9506966
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-9_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071665-1247354409/watcher-2071665-1247354409 -o /tmp/evaluation-result-2071665-1247354409/solver-2071665-1247354409 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071665-1247354409.xml

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

MD5SUM BENCH= e0963f5a8823cafb4c414b99799a1d25
RANDOM SEED=1156672589

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.220
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.220
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:        720856 kB
Buffers:         76132 kB
Cached:        1081160 kB
SwapCached:          0 kB
Active:         292948 kB
Inactive:       986216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        720856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         139696 kB
Slab:            40636 kB
Committed_AS:   911300 kB
PageTables:       2100 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= 66260 MiB
End job on node62 at 2009-07-12 01:50:25