Trace number 1067968

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.07 1806.61

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 benchmark71.4371
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:12:22 2008
0.00/0.04	c 0	PID 12250
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067968-1215151941.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067968-1215151941.xml' 'HOME/temp.csp'
0.04/0.64	c 0	1 domains, 307 variables, 7 predicates, 7 relations, 1429 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.76	c 0	Parsing HOME/temp.csp
1.00/1.17	c 1	parsed 1751 expressions
1.00/1.18	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.18	c 1	Converting to clausal form CSP
1.10/1.20	c 1	converted 176 (10%) expressions
1.30/1.40	c 1	converted 351 (20%) expressions
2.87/3.00	c 3	converted 526 (30%) expressions
4.23/4.45	c 4	converted 701 (40%) expressions
4.43/4.67	c 4	converted 876 (50%) expressions
4.43/4.69	c 4	converted 1051 (60%) expressions
4.53/4.73	c 4	converted 1226 (70%) expressions
4.53/4.75	c 4	converted 1401 (80%) expressions
4.62/4.80	c 4	converted 1576 (90%) expressions
4.62/4.82	c 4	converted 1751 (100%) expressions
4.62/4.82	c 4	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.62/4.82	c 4	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.62/4.82	c 4	Propagation in CSP
4.62/4.86	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.62/4.86	c 4	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.62/4.86	c 4	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.62/4.86	c 4	Simplifing CSP by introducing new Boolean variables
4.72/4.90	c 4	CSP : 307 integers, 13240 booleans, 14669 clauses, largest domain size 26
4.72/4.90	c 4	Heap : 102 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.22/5.49	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.31/5.51	c 5	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
5.31/5.51	c 5	62 (20%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
5.31/5.51	c 5	93 (30%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
5.31/5.52	c 5	123 (40%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
5.31/5.52	c 5	154 (50%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
5.31/5.52	c 5	185 (60%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
5.31/5.52	c 5	215 (70%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
5.31/5.52	c 5	246 (80%) CSP integer variables are encoded (5904 clauses, 74689 bytes)
5.31/5.52	c 5	277 (90%) CSP integer variables are encoded (6648 clauses, 84361 bytes)
5.31/5.52	c 5	307 (100%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
151.93/154.72	c 154	1467 (10%) CSP clauses are encoded (1653988 clauses, 78213338 bytes)
187.68/190.83	c 190	2934 (20%) CSP clauses are encoded (1915870 clauses, 93181856 bytes)
187.78/190.90	c 190	4401 (30%) CSP clauses are encoded (1950687 clauses, 93847332 bytes)
187.78/190.97	c 191	5868 (40%) CSP clauses are encoded (1985479 clauses, 94534137 bytes)
187.88/191.03	c 191	7335 (50%) CSP clauses are encoded (2020296 clauses, 95221389 bytes)
187.98/191.10	c 191	8802 (60%) CSP clauses are encoded (2055263 clauses, 95893745 bytes)
187.98/191.17	c 191	10269 (70%) CSP clauses are encoded (2090580 clauses, 96564883 bytes)
188.08/191.23	c 191	11736 (80%) CSP clauses are encoded (2125897 clauses, 97240671 bytes)
188.17/191.31	c 191	13203 (90%) CSP clauses are encoded (2161264 clauses, 97937858 bytes)
188.17/191.38	c 191	14669 (100%) CSP clauses are encoded (2196955 clauses, 98641480 bytes)
188.17/191.38	c 191	14669 CSP clauses encoded
188.17/191.38	c 191	Writing map file : HOME/temp.map
188.17/191.39	c 191	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
188.17/191.39	c 191	SAT : 20915 SAT variables, 2196955 SAT clauses, 98641480 bytes
188.17/191.39	c 191	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
188.27/191.44	c 191	SOLVING HOME/temp.cnf
188.27/191.44	c 191	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
188.27/191.45	c 191	This is MiniSat 2.0 beta
188.27/191.45	c 191	WARNING: for repeatability, setting FPU to use double precision
188.27/191.45	c 191	============================[ Problem Statistics ]=============================
188.27/191.45	c 191	|                                                                             |
188.27/191.45	c 191	|  Number of variables:  20915                                                |
188.27/191.45	c 191	|  Number of clauses:    2196955                                              |
190.33/193.57	c 193	|  Parsing time:         1.85         s                                       |
190.53/193.71	c 193	============================[ Search Statistics ]==============================
190.53/193.71	c 193	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
190.53/193.71	c 193	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
190.53/193.71	c 193	===============================================================================
190.53/193.71	c 193	|         0 |   20915  2196955 17498038 |   732318        0    nan |  0.000 % |
190.63/193.88	c 193	|       101 |   20915  2196955 17498038 |   805550      101     11 |  0.000 % |
190.72/193.99	c 194	|       251 |   20915  2196955 17498038 |   886105      251     11 |  0.000 % |
190.93/194.14	c 194	|       476 |   20915  2196955 17498038 |   974715      476     10 |  0.000 % |
191.03/194.25	c 194	|       814 |   20915  2196955 17498038 |  1072187      814     12 |  0.000 % |
191.33/194.55	c 194	|      1321 |   20915  2196955 17498038 |  1179405     1321     12 |  0.000 % |
191.72/194.95	c 195	|      2080 |   20915  2196955 17498038 |  1297346     2080     12 |  0.000 % |
192.51/195.78	c 195	|      3221 |   20915  2196955 17498038 |  1427081     3221     12 |  0.000 % |
193.79/197.02	c 197	|      4930 |   20915  2196955 17498038 |  1569789     4930     12 |  0.000 % |
195.37/198.66	c 198	|      7492 |   20915  2196955 17498038 |  1726768     7492     13 |  0.000 % |
196.76/200.04	c 200	|     11336 |   20915  2196955 17498038 |  1899445    11336     12 |  0.000 % |
197.86/201.16	c 201	|     17103 |   20915  2196955 17498038 |  2089389    17103     11 |  0.000 % |
200.92/204.21	c 204	|     25752 |   20913  2196955 17498038 |  2298328    25750     11 |  0.010 % |
202.70/206.00	c 206	|     38727 |   20912  2196955 17498038 |  2528161    38724     11 |  0.014 % |
211.23/214.65	c 214	|     58189 |   20912  2196955 17498038 |  2780977    58186     13 |  0.014 % |
223.81/227.34	c 227	|     87381 |   20911  2196955 17498038 |  3059075    87377     13 |  0.019 % |
247.28/251.04	c 251	|    131171 |   20910  2196955 17498038 |  3364982   131166     14 |  0.024 % |
272.43/276.43	c 276	|    196855 |   20909  2196955 17498038 |  3701481   196849     14 |  0.029 % |
320.96/325.42	c 325	|    295381 |   20907  2196955 17498038 |  4071629   295373     14 |  0.038 % |
397.72/402.96	c 403	|    443171 |   20903  2195591 17490280 |  4478792   443147     14 |  0.057 % |
535.37/541.21	c 541	|    664855 |   20901  2195591 17490280 |  4926671   664829     15 |  0.067 % |
878.51/884.56	c 884	|    997380 |   20899  2194639 17485443 |  5419338   997319     17 |  0.077 % |
1524.20/1530.58	c 1530	|   1496168 |   20898  2194639 17485443 |  5961272  1496105     17 |  0.086 % |
1800.07/1806.52	c ERROR INTERRUPTED
1800.07/1806.56	s UNKNOWN
1800.07/1806.56	c 1806	CPU 187.22 (0.03 0.01 187.19 1.09)
1800.07/1806.56	c 1806	END Fri Jul  4 08:42:28 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.01 4/93 12250
/proc/meminfo: memFree=1354400/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=12268 CPUtime=0
/proc/12250/stat : 12250 (sugar) R 12248 12250 9174 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994166034 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12250/statm: 3067 316 241 3 0 167 0

[startup+0.0749241 s]
/proc/loadavg: 2.06 2.06 2.01 4/93 12250
/proc/meminfo: memFree=1354400/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.04
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994166034 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102398 s]
/proc/loadavg: 2.06 2.06 2.01 4/93 12250
/proc/meminfo: memFree=1354400/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.04
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994166034 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301432 s]
/proc/loadavg: 2.06 2.06 2.01 4/93 12250
/proc/meminfo: memFree=1354400/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.04
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994166034 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701506 s]
/proc/loadavg: 2.06 2.06 2.01 4/93 12250
/proc/meminfo: memFree=1354400/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.61
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 956 7155 0 1 3 1 52 5 16 0 1 0 1994166034 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 2.06 2.06 2.01 4/104 12272
/proc/meminfo: memFree=1343432/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.61
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 973 7155 0 1 3 1 52 5 15 0 1 0 1994166034 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 797 370 3 0 500 0
[pid=12263] ppid=12250 vsize=5356 CPUtime=0
/proc/12263/stat : 12263 (sh) S 12250 12250 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994166103 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12263/statm: 1339 233 193 169 0 50 0
[pid=12264] ppid=12263 vsize=864168 CPUtime=0.78
/proc/12264/stat : 12264 (java) S 12263 12250 9174 0 -1 0 8082 0 1 0 75 3 0 0 18 0 9 0 1994166103 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12264/statm: 216042 7323 2540 9 0 210617 0
[pid=12264/tid=12265] ppid=12263 vsize=864168 CPUtime=0.45
/proc/12264/task/12265/stat : 12265 (java) R 12263 12250 9174 0 -1 64 2589 0 1 0 44 1 0 0 23 0 9 0 1994166104 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12266] ppid=12263 vsize=864168 CPUtime=0.23
/proc/12264/task/12266/stat : 12266 (java) R 12263 12250 9174 0 -1 64 4450 0 0 0 22 1 0 0 16 0 9 0 1994166105 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12267] ppid=12263 vsize=864168 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12263 12250 9174 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994166105 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12268] ppid=12263 vsize=864168 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12263 12250 9174 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994166105 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12269] ppid=12263 vsize=864168 CPUtime=0
/proc/12264/task/12269/stat : 12269 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994166107 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12270] ppid=12263 vsize=864168 CPUtime=0.08
/proc/12264/task/12270/stat : 12270 (java) S 12263 12250 9174 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1994166107 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12271] ppid=12263 vsize=864168 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12263 12250 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994166107 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12272] ppid=12263 vsize=864168 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994166107 884908032 7323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883124

[startup+3.10291 s]
/proc/loadavg: 2.06 2.06 2.01 4/104 12272
/proc/meminfo: memFree=1318536/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.61
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 973 7155 0 1 3 1 52 5 16 0 1 0 1994166034 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 797 370 3 0 500 0
[pid=12263] ppid=12250 vsize=5356 CPUtime=0
/proc/12263/stat : 12263 (sh) S 12250 12250 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994166103 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12263/statm: 1339 233 193 169 0 50 0
[pid=12264] ppid=12263 vsize=868384 CPUtime=2.35
/proc/12264/stat : 12264 (java) S 12263 12250 9174 0 -1 0 18735 0 1 0 226 9 0 0 18 0 9 0 1994166103 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12264/statm: 217096 17923 2540 9 0 211671 0
[pid=12264/tid=12265] ppid=12263 vsize=868384 CPUtime=0.98
/proc/12264/task/12265/stat : 12265 (java) R 12263 12250 9174 0 -1 64 3193 0 1 0 97 1 0 0 25 0 9 0 1994166104 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12266] ppid=12263 vsize=868384 CPUtime=1.16
/proc/12264/task/12266/stat : 12266 (java) R 12263 12250 9174 0 -1 64 13390 0 0 0 110 6 0 0 16 0 9 0 1994166105 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 102516788 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12267] ppid=12263 vsize=868384 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12263 12250 9174 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994166105 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12268] ppid=12263 vsize=868384 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12263 12250 9174 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994166105 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12269] ppid=12263 vsize=868384 CPUtime=0
/proc/12264/task/12269/stat : 12269 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994166107 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12270] ppid=12263 vsize=868384 CPUtime=0.18
/proc/12264/task/12270/stat : 12270 (java) S 12263 12250 9174 0 -1 64 1454 0 0 0 18 0 0 0 16 0 9 0 1994166107 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12271] ppid=12263 vsize=868384 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12263 12250 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994166107 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12272] ppid=12263 vsize=868384 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994166107 889225216 17923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887340

[startup+6.30245 s]
/proc/loadavg: 2.05 2.06 2.01 3/104 12272
/proc/meminfo: memFree=1238344/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.61
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 974 7155 0 1 3 1 52 5 15 0 1 0 1994166034 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 797 370 3 0 500 0
[pid=12263] ppid=12250 vsize=5356 CPUtime=0
/proc/12263/stat : 12263 (sh) S 12250 12250 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994166103 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12263/statm: 1339 233 193 169 0 50 0
[pid=12264] ppid=12263 vsize=868496 CPUtime=5.49
/proc/12264/stat : 12264 (java) S 12263 12250 9174 0 -1 0 33162 0 1 0 531 18 0 0 18 0 9 0 1994166103 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12264/statm: 217124 32288 2565 9 0 211671 0
[pid=12264/tid=12265] ppid=12263 vsize=868496 CPUtime=2.43
/proc/12264/task/12265/stat : 12265 (java) R 12263 12250 9174 0 -1 64 4314 0 1 0 240 3 0 0 25 0 9 0 1994166104 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4126634320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12266] ppid=12263 vsize=868496 CPUtime=2.79
/proc/12264/task/12266/stat : 12266 (java) S 12263 12250 9174 0 -1 64 26660 0 0 0 266 13 0 0 16 0 9 0 1994166105 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12267] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12263 12250 9174 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994166105 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12268] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12263 12250 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994166105 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12269] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12269/stat : 12269 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994166107 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12270] ppid=12263 vsize=868496 CPUtime=0.24
/proc/12264/task/12270/stat : 12270 (java) S 12263 12250 9174 0 -1 64 1490 0 0 0 23 1 0 0 15 0 9 0 1994166107 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12271] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12263 12250 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994166107 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12272] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994166107 889339904 32288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 887452

[startup+12.7015 s]
/proc/loadavg: 2.05 2.06 2.01 3/104 12272
/proc/meminfo: memFree=1220936/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.61
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 974 7155 0 1 3 1 52 5 15 0 1 0 1994166034 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 797 370 3 0 500 0
[pid=12263] ppid=12250 vsize=5356 CPUtime=0
/proc/12263/stat : 12263 (sh) S 12250 12250 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994166103 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12263/statm: 1339 233 193 169 0 50 0
[pid=12264] ppid=12263 vsize=868496 CPUtime=11.75
/proc/12264/stat : 12264 (java) S 12263 12250 9174 0 -1 0 34684 0 1 0 1152 23 0 0 18 0 9 0 1994166103 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12264/statm: 217124 33768 2565 9 0 211671 0
[pid=12264/tid=12265] ppid=12263 vsize=868496 CPUtime=8.51
/proc/12264/task/12265/stat : 12265 (java) R 12263 12250 9174 0 -1 64 4359 0 1 0 844 7 0 0 25 0 9 0 1994166104 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 102064943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12266] ppid=12263 vsize=868496 CPUtime=2.98
/proc/12264/task/12266/stat : 12266 (java) S 12263 12250 9174 0 -1 64 28135 0 0 0 284 14 0 0 16 0 9 0 1994166105 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12267] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12263 12250 9174 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994166105 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12268] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12263 12250 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994166105 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12269] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12269/stat : 12269 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994166107 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12270] ppid=12263 vsize=868496 CPUtime=0.24
/proc/12264/task/12270/stat : 12270 (java) S 12263 12250 9174 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 1994166107 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12271] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12263 12250 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994166107 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12272] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12263 12250 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994166107 889339904 33768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887452

[startup+25.5028 s]
/proc/loadavg: 2.04 2.06 2.01 3/104 12272
/proc/meminfo: memFree=1200136/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=0.61
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 974 7155 0 1 3 1 52 5 15 0 1 0 1994166034 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12250/statm: 3400 797 370 3 0 500 0
[pid=12263] ppid=12250 vsize=5356 CPUtime=0
/proc/12263/stat : 12263 (sh) S 12250 12250 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994166103 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12263/statm: 1339 233 193 169 0 50 0
[pid=12264] ppid=12263 vsize=868496 CPUtime=24.3
/proc/12264/stat : 12264 (java) S 12263 12250 9174 0 -1 0 36896 0 1 0 2399 31 0 0 18 0 9 0 1994166103 889339904 35906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12264/statm: 217124 35906 2565 9 0 211671 0
[pid=12264/tid=12265] ppid=12263 vsize=868496 CPUtime=20.7
/proc/12264/task/12265/stat : 12265 (java) R 12263 12250 9174 0 -1 64 4433 0 1 0 2056 14 0 0 25 0 9 0 1994166104 889339904 35906 996147200 134512640 134550740 4294955952 18446744073709551615 4126954613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12266] ppid=12263 vsize=868496 CPUtime=3.33
/proc/12264/task/12266/stat : 12266 (java) S 12263 12250 9174 0 -1 64 30271 0 0 0 318 15 0 0 16 0 9 0 1994166105 889339904 35906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12267] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12263 12250 9174 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994166105 889339904 35906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12264/tid=12268] ppid=12263 vsize=868496 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12263 12250 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994166105 889339904 35906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1116512/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=300040 CPUtime=1167.77
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 74095 0 0 0 116711 66 0 0 25 0 1 0 1994185179 307240960 74081 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 75010 74081 76 150 0 74857 0
Current children cumulated CPU time (s) 1356.08
Current children cumulated vsize (KiB) 318996

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12333
/proc/meminfo: memFree=1110048/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=306208 CPUtime=1227.75
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 75699 0 0 0 122707 68 0 0 25 0 1 0 1994185179 313556992 75685 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 76552 75685 76 150 0 76399 0
Current children cumulated CPU time (s) 1416.06
Current children cumulated vsize (KiB) 325164

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12333
/proc/meminfo: memFree=1106464/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=309800 CPUtime=1287.71
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 76601 0 0 0 128702 69 0 0 25 0 1 0 1994185179 317235200 76587 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 77450 76587 76 150 0 77297 0
Current children cumulated CPU time (s) 1476.02
Current children cumulated vsize (KiB) 328756

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12333
/proc/meminfo: memFree=1102432/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=313612 CPUtime=1347.68
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 77599 0 0 0 134698 70 0 0 25 0 1 0 1994185179 321138688 77585 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 78403 77585 76 150 0 78250 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 332568

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12333
/proc/meminfo: memFree=1098016/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=318248 CPUtime=1407.66
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 78765 0 0 0 140694 72 0 0 25 0 1 0 1994185179 325885952 78751 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 79562 78751 76 150 0 79409 0
Current children cumulated CPU time (s) 1595.97
Current children cumulated vsize (KiB) 337204

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12333
/proc/meminfo: memFree=1090976/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=328080 CPUtime=1467.63
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 80472 0 0 0 146690 73 0 0 25 0 1 0 1994185179 335953920 80458 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 82020 80458 76 150 0 81867 0
Current children cumulated CPU time (s) 1655.94
Current children cumulated vsize (KiB) 347036

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12333
/proc/meminfo: memFree=1084384/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=334688 CPUtime=1527.61
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 82135 0 0 0 152686 75 0 0 25 0 1 0 1994185179 342720512 82121 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 83672 82121 76 150 0 83519 0
Current children cumulated CPU time (s) 1715.92
Current children cumulated vsize (KiB) 353644

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 12333
/proc/meminfo: memFree=1077728/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=340892 CPUtime=1587.57
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 83743 0 0 0 158680 77 0 0 25 0 1 0 1994185179 349073408 83729 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 85223 83729 76 150 0 85070 0
Current children cumulated CPU time (s) 1775.88
Current children cumulated vsize (KiB) 359848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 12333
/proc/meminfo: memFree=1075360/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=343136 CPUtime=1611.76
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 84330 0 0 0 161098 78 0 0 25 0 1 0 1994185179 351371264 84316 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 85784 84316 76 150 0 85631 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 362092

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

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

[startup+1806.5 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 12333
/proc/meminfo: memFree=1075360/2055920 swapFree=4180420/4192956
[pid=12250] ppid=12248 vsize=13600 CPUtime=188.31
/proc/12250/stat : 12250 (sugar) S 12248 12250 9174 0 -1 4194304 1034 75365 0 2 3 1 18719 108 16 0 1 0 1994166034 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12250/statm: 3400 799 370 3 0 500 0
[pid=12276] ppid=12250 vsize=5356 CPUtime=0
/proc/12276/stat : 12276 (sh) S 12250 12250 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994185178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12276/statm: 1339 232 193 169 0 50 0
[pid=12277] ppid=12276 vsize=343136 CPUtime=1611.76
/proc/12277/stat : 12277 (minisat) R 12276 12250 9174 0 -1 4194304 84330 0 0 0 161098 78 0 0 25 0 1 0 1994185179 351371264 84316 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12277/statm: 85784 84316 76 150 0 85631 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 362092

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12250 and gives
#  childrusage.ru_utime.tv_sec=187
#  childrusage.ru_utime.tv_usec=233536
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=149825
# CPU time returned by wait4() is 188.383
# 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): 1806.61
CPU time (s): 1800.07
CPU user time (s): 1798.2
CPU system time (s): 1.87
CPU usage (%): 99.6381
Max. virtual memory (cumulated for all children) (KiB): 907940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.234
system time used= 1.14982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76742
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= 11589
involuntary context switches= 15485

runsolver used 2.03269 second user time and 6.22905 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-04 08:12:22
IDJOB=1067968
IDBENCH=55464
IDSOLVER=346
FILE ID=node51/1067968-1215151941
PBS_JOBID= 7877295
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c2779849935bf9ee26f9ef7af257926
RANDOM SEED=1391454497

node51.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.263
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.263
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:       1354880 kB
Buffers:         82304 kB
Cached:         377504 kB
SwapCached:       7012 kB
Active:         453932 kB
Inactive:       182012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354880 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:         192164 kB
Slab:            49572 kB
Committed_AS:  4445916 kB
PageTables:       2348 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= 66556 MiB
End job on node51 at 2008-07-04 08:42:30