Trace number 2071280

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.07 1817.01

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-03.xml
MD5SUM3c2779849935bf9ee26f9ef7af257926
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 benchmark30.6863
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:00:26 2009
0.00/0.07	c 0	PID 19150
0.00/0.07	c 0	HOST node84.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071280-1247353226.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071280-1247353226.xml' 'HOME/temp.csp'
0.06/0.62	c 1	1 domains, 307 variables, 7 predicates, 7 relations, 1429 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.59/0.72	c 1	Parsing HOME/temp.csp
0.59/0.98	c 1	parsed 1751 expressions
0.59/0.98	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.98	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 176 (10%) expressions
1.12/1.20	c 1	converted 351 (20%) expressions
2.42/2.57	c 3	converted 526 (30%) expressions
3.71/3.85	c 4	converted 701 (40%) expressions
3.91/4.03	c 4	converted 876 (50%) expressions
3.91/4.05	c 4	converted 1051 (60%) expressions
3.91/4.09	c 4	converted 1226 (70%) expressions
4.01/4.11	c 4	converted 1401 (80%) expressions
4.01/4.14	c 4	converted 1576 (90%) expressions
4.01/4.16	c 4	converted 1751 (100%) expressions
4.01/4.16	c 4	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.01/4.17	c 4	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.01/4.17	c 4	Propagation in CSP
4.01/4.18	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.01/4.18	c 4	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.01/4.18	c 4	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.01/4.18	c 4	Simplifing CSP by introducing new Boolean variables
4.10/4.23	c 4	CSP : 307 integers, 13240 booleans, 14669 clauses, largest domain size 26
4.10/4.23	c 4	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.60/4.75	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.60/4.77	c 5	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
4.60/4.78	c 5	62 (20%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
4.60/4.78	c 5	93 (30%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
4.60/4.78	c 5	123 (40%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
4.60/4.78	c 5	154 (50%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
4.60/4.78	c 5	185 (60%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
4.60/4.78	c 5	215 (70%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
4.60/4.78	c 5	246 (80%) CSP integer variables are encoded (5904 clauses, 74689 bytes)
4.60/4.78	c 5	277 (90%) CSP integer variables are encoded (6648 clauses, 84361 bytes)
4.60/4.78	c 5	307 (100%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
141.62/142.79	c 143	1467 (10%) CSP clauses are encoded (1653988 clauses, 78213338 bytes)
176.28/177.79	c 178	2934 (20%) CSP clauses are encoded (1915870 clauses, 93181856 bytes)
176.39/177.86	c 178	4401 (30%) CSP clauses are encoded (1950687 clauses, 93847332 bytes)
176.48/177.93	c 178	5868 (40%) CSP clauses are encoded (1985479 clauses, 94534137 bytes)
176.48/177.99	c 178	7335 (50%) CSP clauses are encoded (2020296 clauses, 95221389 bytes)
176.59/178.05	c 178	8802 (60%) CSP clauses are encoded (2055263 clauses, 95893745 bytes)
176.68/178.12	c 178	10269 (70%) CSP clauses are encoded (2090580 clauses, 96564883 bytes)
176.68/178.18	c 178	11736 (80%) CSP clauses are encoded (2125897 clauses, 97240671 bytes)
176.78/178.25	c 178	13203 (90%) CSP clauses are encoded (2161264 clauses, 97937858 bytes)
176.88/178.32	c 179	14669 (100%) CSP clauses are encoded (2196955 clauses, 98641480 bytes)
176.88/178.32	c 179	14669 CSP clauses encoded
176.88/178.32	c 179	Writing map file : HOME/temp.map
176.88/178.33	c 179	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
176.88/178.33	c 179	SAT : 20915 SAT variables, 2196955 SAT clauses, 98641480 bytes
176.88/178.33	c 179	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
176.93/178.41	c 179	SOLVING HOME/temp.cnf
176.93/178.41	c 179	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
176.93/178.42	c 179	This is MiniSat 2.0 beta
176.93/178.42	c 179	WARNING: for repeatability, setting FPU to use double precision
176.93/178.42	c 179	============================[ Problem Statistics ]=============================
176.93/178.42	c 179	|                                                                             |
176.93/178.42	c 179	|  Number of variables:  20915                                                |
176.93/178.42	c 179	|  Number of clauses:    2196955                                              |
179.00/180.53	c 181	|  Parsing time:         1.79         s                                       |
179.10/180.66	c 181	============================[ Search Statistics ]==============================
179.10/180.66	c 181	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
179.10/180.66	c 181	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
179.10/180.66	c 181	===============================================================================
179.10/180.66	c 181	|         0 |   20915  2196955 17498038 |   732318        0    nan |  0.000 % |
179.31/180.85	c 181	|       101 |   20915  2196955 17498038 |   805550      101     11 |  0.000 % |
179.51/181.01	c 181	|       251 |   20915  2196955 17498038 |   886105      251     11 |  0.000 % |
179.61/181.19	c 181	|       476 |   20915  2196955 17498038 |   974715      476     10 |  0.000 % |
179.80/181.31	c 181	|       814 |   20915  2196955 17498038 |  1072187      814     12 |  0.000 % |
180.09/181.67	c 182	|      1321 |   20915  2196955 17498038 |  1179405     1321     12 |  0.000 % |
180.59/182.13	c 182	|      2080 |   20915  2196955 17498038 |  1297346     2080     12 |  0.000 % |
181.38/182.94	c 183	|      3221 |   20915  2196955 17498038 |  1427081     3221     12 |  0.000 % |
182.57/184.16	c 184	|      4930 |   20915  2196955 17498038 |  1569789     4930     12 |  0.000 % |
184.16/185.76	c 186	|      7492 |   20915  2196955 17498038 |  1726768     7492     13 |  0.000 % |
185.54/187.11	c 187	|     11336 |   20915  2196955 17498038 |  1899445    11336     12 |  0.000 % |
186.63/188.20	c 188	|     17103 |   20915  2196955 17498038 |  2089389    17103     11 |  0.000 % |
189.51/191.13	c 191	|     25752 |   20913  2196955 17498038 |  2298328    25750     11 |  0.010 % |
191.19/192.84	c 193	|     38727 |   20912  2196955 17498038 |  2528161    38724     11 |  0.014 % |
199.42/201.16	c 201	|     58189 |   20912  2196955 17498038 |  2780977    58186     13 |  0.014 % |
211.59/213.42	c 214	|     87381 |   20911  2196955 17498038 |  3059075    87377     13 |  0.019 % |
234.18/236.22	c 236	|    131171 |   20910  2196955 17498038 |  3364982   131166     14 |  0.024 % |
258.35/260.62	c 261	|    196855 |   20909  2196955 17498038 |  3701481   196849     14 |  0.029 % |
305.20/307.95	c 308	|    295381 |   20907  2196955 17498038 |  4071629   295373     14 |  0.038 % |
378.21/381.69	c 382	|    443171 |   20903  2195591 17490280 |  4478792   443147     14 |  0.057 % |
512.93/517.63	c 518	|    664855 |   20901  2195591 17490280 |  4926671   664829     15 |  0.067 % |
847.28/855.13	c 855	|    997380 |   20899  2194639 17485443 |  5419338   997319     17 |  0.077 % |
1496.16/1510.16	c 1510	|   1496168 |   20898  2194639 17485443 |  5961272  1496105     17 |  0.086 % |
1800.07/1816.91	c ERROR INTERRUPTED
1800.07/1816.96	s UNKNOWN
1800.07/1816.96	c 1817	CPU 176.96 (0.05 0.01 175.81 1.09)
1800.07/1816.96	c 1817	END Sun Jul 12 01:30:43 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-2071280-1247353226/watcher-2071280-1247353226 -o /tmp/evaluation-result-2071280-1247353226/solver-2071280-1247353226 -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-2071280-1247353226.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.27 3.27 3.59 4/73 19150
/proc/meminfo: memFree=1933960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=12272 CPUtime=0
/proc/19150/stat : 19150 (sugar) R 19148 19150 18580 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22387986 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 0 0 0
/proc/19150/statm: 3068 327 246 3 0 168 0

[startup+0.088384 s]
/proc/loadavg: 2.27 3.27 3.59 4/73 19150
/proc/meminfo: memFree=1933960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.06
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101383 s]
/proc/loadavg: 2.27 3.27 3.59 4/73 19150
/proc/meminfo: memFree=1933960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.06
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301418 s]
/proc/loadavg: 2.27 3.27 3.59 4/73 19150
/proc/meminfo: memFree=1933960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.06
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7015 s]
/proc/loadavg: 2.27 3.27 3.59 4/73 19150
/proc/meminfo: memFree=1933960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.59
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1292 7232 0 1 5 1 49 4 16 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 2.27 3.27 3.59 3/84 19172
/proc/meminfo: memFree=1918960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.59
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1309 7232 0 1 5 1 49 4 15 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
[pid=19163] ppid=19150 vsize=5356 CPUtime=0
/proc/19163/stat : 19163 (sh) S 19150 19150 18580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22388051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19163/statm: 1339 233 193 169 0 50 0
[pid=19164] ppid=19163 vsize=864248 CPUtime=0.84
/proc/19164/stat : 19164 (java) S 19163 19150 18580 0 -1 0 9869 0 1 0 78 6 0 0 18 0 9 0 22388051 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19164/statm: 216062 9121 2566 9 0 210567 0
[pid=19164/tid=19165] ppid=19163 vsize=864248 CPUtime=0.44
/proc/19164/task/19165/stat : 19165 (java) R 19163 19150 18580 0 -1 64 2708 0 1 0 43 1 0 0 23 0 9 0 22388052 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 103211215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19166] ppid=19163 vsize=864248 CPUtime=0.32
/proc/19164/task/19166/stat : 19166 (java) S 19163 19150 18580 0 -1 64 6146 0 0 0 29 3 0 0 16 0 9 0 22388053 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19167] ppid=19163 vsize=864248 CPUtime=0
/proc/19164/task/19167/stat : 19167 (java) S 19163 19150 18580 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22388053 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19168] ppid=19163 vsize=864248 CPUtime=0
/proc/19164/task/19168/stat : 19168 (java) S 19163 19150 18580 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22388053 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19169] ppid=19163 vsize=864248 CPUtime=0
/proc/19164/task/19169/stat : 19169 (java) S 19163 19150 18580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22388055 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19170] ppid=19163 vsize=864248 CPUtime=0.04
/proc/19164/task/19170/stat : 19170 (java) S 19163 19150 18580 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22388055 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19171] ppid=19163 vsize=864248 CPUtime=0
/proc/19164/task/19171/stat : 19171 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22388055 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19172] ppid=19163 vsize=864248 CPUtime=0
/proc/19164/task/19172/stat : 19172 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22388055 884989952 9121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886472

[startup+3.10193 s]
/proc/loadavg: 2.33 3.27 3.59 4/84 19172
/proc/meminfo: memFree=1883888/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.59
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1309 7232 0 1 5 1 49 4 16 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
[pid=19163] ppid=19150 vsize=5356 CPUtime=0
/proc/19163/stat : 19163 (sh) S 19150 19150 18580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22388051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19163/statm: 1339 233 193 169 0 50 0
[pid=19164] ppid=19163 vsize=868768 CPUtime=2.43
/proc/19164/stat : 19164 (java) S 19163 19150 18580 0 -1 0 22720 0 1 0 230 13 0 0 18 0 9 0 22388051 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19164/statm: 217192 21920 2566 9 0 211697 0
[pid=19164/tid=19165] ppid=19163 vsize=868768 CPUtime=1.01
/proc/19164/task/19165/stat : 19165 (java) R 19163 19150 18580 0 -1 64 3198 0 1 0 99 2 0 0 25 0 9 0 22388052 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19166] ppid=19163 vsize=868768 CPUtime=1.26
/proc/19164/task/19166/stat : 19166 (java) R 19163 19150 18580 0 -1 64 17358 0 0 0 117 9 0 0 17 0 9 0 22388053 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19167] ppid=19163 vsize=868768 CPUtime=0
/proc/19164/task/19167/stat : 19167 (java) S 19163 19150 18580 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22388053 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19168] ppid=19163 vsize=868768 CPUtime=0
/proc/19164/task/19168/stat : 19168 (java) S 19163 19150 18580 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22388053 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19169] ppid=19163 vsize=868768 CPUtime=0
/proc/19164/task/19169/stat : 19169 (java) S 19163 19150 18580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22388055 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19170] ppid=19163 vsize=868768 CPUtime=0.13
/proc/19164/task/19170/stat : 19170 (java) S 19163 19150 18580 0 -1 64 1462 0 0 0 13 0 0 0 16 0 9 0 22388055 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19171] ppid=19163 vsize=868768 CPUtime=0
/proc/19164/task/19171/stat : 19171 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22388055 889618432 21920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19172] ppid=19163 vsize=868768 CPUtime=0
/proc/19164/task/19172/stat : 19172 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22388055 889618432 21920 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) 890992

[startup+6.30252 s]
/proc/loadavg: 2.33 3.27 3.59 3/84 19172
/proc/meminfo: memFree=1809328/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.59
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1310 7232 0 1 5 1 49 4 15 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
[pid=19163] ppid=19150 vsize=5356 CPUtime=0
/proc/19163/stat : 19163 (sh) S 19150 19150 18580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22388051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19163/statm: 1339 233 193 169 0 50 0
[pid=19164] ppid=19163 vsize=868692 CPUtime=5.6
/proc/19164/stat : 19164 (java) S 19163 19150 18580 0 -1 0 33171 0 1 0 542 18 0 0 18 0 9 0 22388051 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19164/statm: 217173 32294 2591 9 0 211650 0
[pid=19164/tid=19165] ppid=19163 vsize=868692 CPUtime=2.93
/proc/19164/task/19165/stat : 19165 (java) R 19163 19150 18580 0 -1 64 4267 0 1 0 290 3 0 0 25 0 9 0 22388052 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4126929357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19166] ppid=19163 vsize=868692 CPUtime=2.45
/proc/19164/task/19166/stat : 19166 (java) S 19163 19150 18580 0 -1 64 26700 0 0 0 232 13 0 0 16 0 9 0 22388053 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19167] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19167/stat : 19167 (java) S 19163 19150 18580 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22388053 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19168] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19168/stat : 19168 (java) S 19163 19150 18580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22388053 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19169] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19169/stat : 19169 (java) S 19163 19150 18580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22388055 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19170] ppid=19163 vsize=868692 CPUtime=0.19
/proc/19164/task/19170/stat : 19170 (java) S 19163 19150 18580 0 -1 64 1502 0 0 0 19 0 0 0 15 0 9 0 22388055 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19171] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19171/stat : 19171 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22388055 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19172] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19172/stat : 19172 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22388055 889540608 32294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890916

[startup+12.7017 s]
/proc/loadavg: 2.28 3.23 3.57 3/84 19172
/proc/meminfo: memFree=1796080/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.59
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1310 7232 0 1 5 1 49 4 15 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
[pid=19163] ppid=19150 vsize=5356 CPUtime=0
/proc/19163/stat : 19163 (sh) S 19150 19150 18580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22388051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19163/statm: 1339 233 193 169 0 50 0
[pid=19164] ppid=19163 vsize=868692 CPUtime=11.97
/proc/19164/stat : 19164 (java) S 19163 19150 18580 0 -1 0 34914 0 1 0 1174 23 0 0 18 0 9 0 22388051 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19164/statm: 217173 33996 2591 9 0 211650 0
[pid=19164/tid=19165] ppid=19163 vsize=868692 CPUtime=9.1
/proc/19164/task/19165/stat : 19165 (java) R 19163 19150 18580 0 -1 64 4308 0 1 0 903 7 0 0 25 0 9 0 22388052 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4126526660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19166] ppid=19163 vsize=868692 CPUtime=2.64
/proc/19164/task/19166/stat : 19166 (java) S 19163 19150 18580 0 -1 64 28397 0 0 0 250 14 0 0 16 0 9 0 22388053 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19167] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19167/stat : 19167 (java) S 19163 19150 18580 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22388053 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19168] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19168/stat : 19168 (java) S 19163 19150 18580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22388053 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19169] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19169/stat : 19169 (java) S 19163 19150 18580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22388055 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19170] ppid=19163 vsize=868692 CPUtime=0.2
/proc/19164/task/19170/stat : 19170 (java) S 19163 19150 18580 0 -1 64 1507 0 0 0 20 0 0 0 16 0 9 0 22388055 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19171] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19171/stat : 19171 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22388055 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19172] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19172/stat : 19172 (java) S 19163 19150 18580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22388055 889540608 33996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890916

[startup+25.503 s]
/proc/loadavg: 2.39 3.22 3.57 3/84 19172
/proc/meminfo: memFree=1774960/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=0.59
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1310 7232 0 1 5 1 49 4 15 0 1 0 22387986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1111 409 3 0 796 0
[pid=19163] ppid=19150 vsize=5356 CPUtime=0
/proc/19163/stat : 19163 (sh) S 19150 19150 18580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22388051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19163/statm: 1339 233 193 169 0 50 0
[pid=19164] ppid=19163 vsize=868692 CPUtime=24.69
/proc/19164/stat : 19164 (java) S 19163 19150 18580 0 -1 0 37432 0 1 0 2438 31 0 0 18 0 9 0 22388051 889540608 36436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19164/statm: 217173 36436 2591 9 0 211650 0
[pid=19164/tid=19165] ppid=19163 vsize=868692 CPUtime=21.48
/proc/19164/task/19165/stat : 19165 (java) R 19163 19150 18580 0 -1 64 4386 0 1 0 2134 14 0 0 25 0 9 0 22388052 889540608 36436 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19166] ppid=19163 vsize=868692 CPUtime=2.98
/proc/19164/task/19166/stat : 19166 (java) S 19163 19150 18580 0 -1 64 30837 0 0 0 283 15 0 0 16 0 9 0 22388053 889540608 36436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19167] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19167/stat : 19167 (java) S 19163 19150 18580 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22388053 889540608 36436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19168] ppid=19163 vsize=868692 CPUtime=0
/proc/19164/task/19168/stat : 19168 (java) S 19163 19150 18580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22388053 889540608 36436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19164/tid=19169] ppid=19163 vsize=868692 CPUtime=0

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

/proc/meminfo: memFree=1410712/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=304324 CPUtime=1172.77
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 75219 0 0 0 117208 69 0 0 25 0 1 0 22405828 311627776 75205 996147200 134512640 135127466 4294956256 18446744073709551615 134527872 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 76081 75205 76 150 0 75928 0
Current children cumulated CPU time (s) 1349.73
Current children cumulated vsize (KiB) 326548

[startup+1422.31 s]
/proc/loadavg: 2.09 2.18 2.42 3/85 19258
/proc/meminfo: memFree=1407192/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=307568 CPUtime=1232.22
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 76051 0 0 0 123152 70 0 0 25 0 1 0 22405828 314949632 76037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 76892 76037 76 150 0 76739 0
Current children cumulated CPU time (s) 1409.18
Current children cumulated vsize (KiB) 329792

[startup+1482.3 s]
/proc/loadavg: 2.10 2.16 2.40 3/85 19258
/proc/meminfo: memFree=1403608/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=311048 CPUtime=1291.65
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 76945 0 0 0 129094 71 0 0 25 0 1 0 22405828 318513152 76931 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 77762 76931 76 150 0 77609 0
Current children cumulated CPU time (s) 1468.61
Current children cumulated vsize (KiB) 333272

[startup+1542.3 s]
/proc/loadavg: 2.04 2.13 2.37 3/85 19258
/proc/meminfo: memFree=1399704/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=314812 CPUtime=1351.09
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 77898 0 0 0 135038 71 0 0 25 0 1 0 22405828 322367488 77884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 78703 77884 76 150 0 78550 0
Current children cumulated CPU time (s) 1528.05
Current children cumulated vsize (KiB) 337036

[startup+1602.3 s]
/proc/loadavg: 2.01 2.10 2.34 3/85 19258
/proc/meminfo: memFree=1393496/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=320968 CPUtime=1410.53
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 79456 0 0 0 140981 72 0 0 25 0 1 0 22405828 328671232 79442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 80242 79442 76 150 0 80089 0
Current children cumulated CPU time (s) 1587.49
Current children cumulated vsize (KiB) 343192

[startup+1662.3 s]
/proc/loadavg: 2.06 2.09 2.32 3/85 19258
/proc/meminfo: memFree=1386712/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=330516 CPUtime=1469.97
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 81112 0 0 0 146922 75 0 0 25 0 1 0 22405828 338448384 81098 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 82629 81098 76 150 0 82476 0
Current children cumulated CPU time (s) 1646.93
Current children cumulated vsize (KiB) 352740

[startup+1722.3 s]
/proc/loadavg: 2.02 2.07 2.30 3/85 19258
/proc/meminfo: memFree=1380888/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=336344 CPUtime=1529.4
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 82585 0 0 0 152864 76 0 0 25 0 1 0 22405828 344416256 82571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 84086 82571 76 150 0 83933 0
Current children cumulated CPU time (s) 1706.36
Current children cumulated vsize (KiB) 358568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.28 4/85 19258
/proc/meminfo: memFree=1374744/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=342212 CPUtime=1588.83
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 84078 0 0 0 158805 78 0 0 25 0 1 0 22405828 350425088 84064 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 85553 84064 76 150 0 85400 0
Current children cumulated CPU time (s) 1765.79
Current children cumulated vsize (KiB) 364436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.00 2.05 2.27 3/85 19258
/proc/meminfo: memFree=1371288/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=345532 CPUtime=1623.11
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 84941 0 0 0 162232 79 0 0 25 0 1 0 22405828 353824768 84927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 86383 84927 76 150 0 86230 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 367756

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.00 2.05 2.27 3/85 19258
/proc/meminfo: memFree=1371288/2055920 swapFree=4192812/4192956
[pid=19150] ppid=19148 vsize=16868 CPUtime=176.96
/proc/19150/stat : 19150 (sugar) S 19148 19150 18580 0 -1 4194304 1376 75595 0 2 5 1 17581 109 16 0 1 0 22387986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19150/statm: 4217 1113 409 3 0 796 0
[pid=19256] ppid=19150 vsize=5356 CPUtime=0
/proc/19256/stat : 19256 (sh) S 19150 19150 18580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22405828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19256/statm: 1339 232 193 169 0 50 0
[pid=19257] ppid=19256 vsize=345532 CPUtime=1623.11
/proc/19257/stat : 19257 (minisat) R 19256 19150 18580 0 -1 4194304 84941 0 0 0 162232 79 0 0 25 0 1 0 22405828 353824768 84927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19257/statm: 86383 84927 76 150 0 86230 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 367756

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19150 and gives
#  childrusage.ru_utime.tv_sec=175
#  childrusage.ru_utime.tv_usec=867264
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=165822
# CPU time returned by wait4() is 177.033
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.01
CPU time (s): 1800.07
CPU user time (s): 1798.18
CPU system time (s): 1.89
CPU usage (%): 99.0677
Max. virtual memory (cumulated for all children) (KiB): 911408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.867
system time used= 1.16582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77354
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= 12550
involuntary context switches= 15885

runsolver used 2.47862 second user time and 5.66014 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 01:00:26
IDJOB=2071280
IDBENCH=55464
IDSOLVER=739
FILE ID=node84/2071280-1247353226
PBS_JOBID= 9506919
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-03.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-2071280-1247353226/watcher-2071280-1247353226 -o /tmp/evaluation-result-2071280-1247353226/solver-2071280-1247353226 -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-2071280-1247353226.xml

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

MD5SUM BENCH= 3c2779849935bf9ee26f9ef7af257926
RANDOM SEED=1696538134

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1934376 kB
Buffers:          5028 kB
Cached:          45156 kB
SwapCached:          0 kB
Active:          54252 kB
Inactive:        12972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          28628 kB
Slab:            39772 kB
Committed_AS:   151360 kB
PageTables:       1688 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= 66292 MiB
End job on node84 at 2009-07-12 01:30:45