Trace number 1077039

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.11 1801.32

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-01.xml
MD5SUM9f01dc7a4ec49ede22f1d95a14de7260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.592909
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
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 19:09:44 2008
0.00/0.04	c 0	PID 732
0.04/0.04	c 0	HOST node25.alineos.net
0.04/0.04	c 0	CONVERTING HOME/instance-1077039-1215191383.xml TO HOME/temp.csp
0.04/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077039-1215191383.xml' 'HOME/temp.csp'
0.04/0.66	c 0	1 domains, 301 variables, 7 predicates, 7 relations, 2940 constraints
0.04/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.72	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.04/0.79	c 0	Parsing HOME/temp.csp
1.43/1.32	c 1	parsed 3256 expressions
1.43/1.32	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.43/1.32	c 1	Converting to clausal form CSP
1.43/1.40	c 1	converted 326 (10%) expressions
4.11/3.92	c 3	converted 652 (20%) expressions
4.11/3.98	c 4	converted 977 (30%) expressions
4.22/4.08	c 4	converted 1303 (40%) expressions
4.32/4.12	c 4	converted 1628 (50%) expressions
4.32/4.14	c 4	converted 1954 (60%) expressions
4.42/4.25	c 4	converted 2280 (70%) expressions
4.42/4.27	c 4	converted 2605 (80%) expressions
4.62/4.46	c 4	converted 2931 (90%) expressions
5.62/5.46	c 5	converted 3256 (100%) expressions
5.62/5.46	c 5	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
5.62/5.46	c 5	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.62/5.46	c 5	Propagation in CSP
5.62/5.49	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.62/5.49	c 5	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
5.62/5.49	c 5	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.62/5.49	c 5	Simplifing CSP by introducing new Boolean variables
5.73/5.57	c 5	CSP : 301 integers, 23092 booleans, 26032 clauses, largest domain size 26
5.73/5.57	c 5	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.53/6.33	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.53/6.36	c 6	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
6.53/6.36	c 6	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
6.53/6.36	c 6	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
6.53/6.36	c 6	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
6.53/6.36	c 6	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
6.53/6.36	c 6	181 (60%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
6.53/6.36	c 6	211 (70%) CSP integer variables are encoded (5064 clauses, 63769 bytes)
6.53/6.36	c 6	241 (80%) CSP integer variables are encoded (5784 clauses, 73129 bytes)
6.53/6.36	c 6	271 (90%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
6.53/6.36	c 6	301 (100%) CSP integer variables are encoded (7224 clauses, 91849 bytes)
120.92/121.07	c 121	2604 (10%) CSP clauses are encoded (1223752 clauses, 55070121 bytes)
121.03/121.18	c 121	5207 (20%) CSP clauses are encoded (1284205 clauses, 56193155 bytes)
137.90/138.06	c 138	7810 (30%) CSP clauses are encoded (1407979 clauses, 61142949 bytes)
138.00/138.18	c 138	10413 (40%) CSP clauses are encoded (1468407 clauses, 62287741 bytes)
138.10/138.30	c 138	13016 (50%) CSP clauses are encoded (1528860 clauses, 63480017 bytes)
155.15/155.33	c 155	15620 (60%) CSP clauses are encoded (1652660 clauses, 68708692 bytes)
155.26/155.45	c 155	18223 (70%) CSP clauses are encoded (1713113 clauses, 69900968 bytes)
185.68/185.95	c 185	20826 (80%) CSP clauses are encoded (1900208 clauses, 79165024 bytes)
290.26/290.78	c 290	23429 (90%) CSP clauses are encoded (2362819 clauses, 107552827 bytes)
290.37/290.90	c 290	26032 (100%) CSP clauses are encoded (2425172 clauses, 108779575 bytes)
290.37/290.90	c 290	26032 CSP clauses encoded
290.37/290.90	c 290	Writing map file : HOME/temp.map
290.47/290.91	c 290	Heap : 128 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
290.47/290.91	c 290	SAT : 30617 SAT variables, 2425172 SAT clauses, 108779575 bytes
290.47/290.91	c 290	Heap : 128 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
290.47/290.98	c 291	SOLVING HOME/temp.cnf
290.47/290.98	c 291	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
290.47/290.98	c 291	This is MiniSat 2.0 beta
290.47/290.98	c 291	WARNING: for repeatability, setting FPU to use double precision
290.47/290.98	c 291	============================[ Problem Statistics ]=============================
290.47/290.98	c 291	|                                                                             |
290.47/290.98	c 291	|  Number of variables:  30617                                                |
290.47/290.98	c 291	|  Number of clauses:    2425172                                              |
292.63/293.17	c 293	|  Parsing time:         1.94         s                                       |
292.83/293.31	c 293	============================[ Search Statistics ]==============================
292.83/293.31	c 293	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
292.83/293.31	c 293	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
292.83/293.31	c 293	===============================================================================
292.83/293.31	c 293	|         0 |   30617  2425172 19123222 |   808390        0    nan |  0.000 % |
292.93/293.44	c 293	|       102 |   30617  2425172 19123222 |   889229      102     11 |  0.000 % |
292.93/293.50	c 293	|       253 |   30617  2425172 19123222 |   978152      253     10 |  0.000 % |
293.03/293.56	c 293	|       479 |   30617  2425172 19123222 |  1075967      479     10 |  0.000 % |
293.13/293.68	c 293	|       816 |   30617  2425172 19123222 |  1183564      816     10 |  0.000 % |
293.33/293.82	c 293	|      1322 |   30617  2425172 19123222 |  1301921     1322     11 |  0.000 % |
293.43/293.94	c 293	|      2083 |   30617  2425172 19123222 |  1432113     2083     11 |  0.000 % |
293.83/294.36	c 294	|      3222 |   30617  2425172 19123222 |  1575324     3222     10 |  0.000 % |
294.23/294.72	c 294	|      4932 |   30617  2425172 19123222 |  1732857     4932     10 |  0.000 % |
294.73/295.22	c 295	|      7494 |   30617  2425172 19123222 |  1906142     7494     10 |  0.000 % |
295.43/295.99	c 296	|     11339 |   30617  2425172 19123222 |  2096757    11339     11 |  0.000 % |
296.62/297.20	c 297	|     17105 |   30617  2425172 19123222 |  2306432    17105     11 |  0.000 % |
299.33/299.83	c 299	|     25755 |   30617  2425172 19123222 |  2537076    25755     11 |  0.000 % |
302.22/302.71	c 302	|     38729 |   30617  2425172 19123222 |  2790783    38729     11 |  0.000 % |
305.23/305.72	c 305	|     58190 |   30617  2425172 19123222 |  3069862    58190     11 |  0.000 % |
318.92/319.46	c 319	|     87382 |   30617  2425172 19123222 |  3376848    87382     12 |  0.000 % |
331.92/332.48	c 332	|    131172 |   30616  2425172 19123222 |  3714533   131171     13 |  0.003 % |
357.02/357.58	c 357	|    196856 |   30614  2425172 19123222 |  4085986   196853     13 |  0.010 % |
396.61/397.13	c 397	|    295382 |   30613  2425172 19123222 |  4494585   295378     13 |  0.013 % |
468.28/468.84	c 468	|    443172 |   30612  2425172 19123222 |  4944043   443167     14 |  0.016 % |
627.81/628.45	c 628	|    664856 |   30612  2425172 19123222 |  5438448   664851     15 |  0.016 % |
957.68/958.40	c 958	|    997381 |   30611  2424724 19121998 |  5982292   997369     15 |  0.020 % |
1512.23/1513.22	c 1513	|   1496169 |   30611  2424724 19121998 |  6580522  1496157     16 |  0.020 % |
1800.11/1801.21	c ERROR INTERRUPTED
1800.11/1801.26	s UNKNOWN
1800.11/1801.26	c 1801	CPU 289.34 (0.03 0.01 289.31 1.18)
1800.11/1801.26	c 1801	END Fri Jul  4 19:39:45 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-1077039-1215191383/watcher-1077039-1215191383 -o /tmp/evaluation-result-1077039-1215191383/solver-1077039-1215191383 -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-1077039-1215191383.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: 0.92 0.98 0.99 3/64 732
/proc/meminfo: memFree=1829744/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=12268 CPUtime=0
/proc/732/stat : 732 (sugar) R 730 732 32612 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998112389 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 253316086782 0 0 4224 0 0 0 0 17 0 0 0
/proc/732/statm: 3067 316 241 3 0 167 0

[startup+0.0433821 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 732
/proc/meminfo: memFree=1829744/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.04
/proc/732/stat : 732 (sugar) R 730 732 32612 0 -1 4194304 873 128 0 0 3 1 0 0 16 0 1 0 1998112389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253307185823 0 0 4224 16386 0 0 0 17 0 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102078 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 732
/proc/meminfo: memFree=1829744/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.04
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 900 128 0 0 3 1 0 0 18 0 1 0 1998112389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301405 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 732
/proc/meminfo: memFree=1829744/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.04
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 900 128 0 0 3 1 0 0 18 0 1 0 1998112389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701444 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 732
/proc/meminfo: memFree=1829744/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.04
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 916 128 0 0 3 1 0 0 16 0 1 0 1998112389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50252 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 755
/proc/meminfo: memFree=1817744/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.79
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 972 8638 0 1 3 1 71 4 16 0 1 0 1998112389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32612 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112462 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=865048 CPUtime=0.85
/proc/746/stat : 746 (java) S 745 732 32612 0 -1 0 7935 0 1 0 81 4 0 0 18 0 9 0 1998112462 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 216262 7171 2540 9 0 210837 0
[pid=746/tid=748] ppid=745 vsize=865048 CPUtime=0.46
/proc/746/task/748/stat : 748 (java) S 745 732 32612 0 -1 64 2604 0 1 0 45 1 0 0 16 0 9 0 1998112463 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=749] ppid=745 vsize=865048 CPUtime=0.28
/proc/746/task/749/stat : 749 (java) R 745 732 32612 0 -1 64 4279 0 0 0 27 1 0 0 17 0 9 0 1998112464 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 103834283 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=750] ppid=745 vsize=865048 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32612 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998112464 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=751] ppid=745 vsize=865048 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32612 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998112464 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=865048 CPUtime=0
/proc/746/task/752/stat : 752 (java) S 745 732 32612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998112466 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=865048 CPUtime=0.08
/proc/746/task/753/stat : 753 (java) S 745 732 32612 0 -1 64 355 0 0 0 8 0 0 0 16 0 9 0 1998112466 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=865048 CPUtime=0
/proc/746/task/754/stat : 754 (java) S 745 732 32612 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998112466 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=755] ppid=745 vsize=865048 CPUtime=0
/proc/746/task/755/stat : 755 (java) S 745 732 32612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112466 885809152 7171 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 884004

[startup+3.10267 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 755
/proc/meminfo: memFree=1789840/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.79
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 972 8638 0 1 3 1 71 4 16 0 1 0 1998112389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32612 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112462 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=869164 CPUtime=2.52
/proc/746/stat : 746 (java) S 745 732 32612 0 -1 0 20572 0 1 0 242 10 0 0 18 0 9 0 1998112462 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 217291 19743 2542 9 0 211866 0
[pid=746/tid=748] ppid=745 vsize=869164 CPUtime=1.18
/proc/746/task/748/stat : 748 (java) S 745 732 32612 0 -1 64 3165 0 1 0 117 1 0 0 16 0 9 0 1998112463 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=749] ppid=745 vsize=869164 CPUtime=1.14
/proc/746/task/749/stat : 749 (java) R 745 732 32612 0 -1 64 15239 0 0 0 108 6 0 0 16 0 9 0 1998112464 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 103829551 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=750] ppid=745 vsize=869164 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32612 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998112464 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=869164 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32612 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998112464 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=869164 CPUtime=0
/proc/746/task/752/stat : 752 (java) S 745 732 32612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998112466 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=869164 CPUtime=0.17
/proc/746/task/753/stat : 753 (java) S 745 732 32612 0 -1 64 1471 0 0 0 16 1 0 0 16 0 9 0 1998112466 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=869164 CPUtime=0
/proc/746/task/754/stat : 754 (java) S 745 732 32612 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998112466 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=755] ppid=745 vsize=869164 CPUtime=0
/proc/746/task/755/stat : 755 (java) S 745 732 32612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112466 890023936 19743 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 888120

[startup+6.30294 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 755
/proc/meminfo: memFree=1701712/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.79
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 973 8638 0 1 3 1 71 4 16 0 1 0 1998112389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32612 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112462 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=890016 CPUtime=5.74
/proc/746/stat : 746 (java) S 745 732 32612 0 -1 0 46605 0 1 0 553 21 0 0 18 0 9 0 1998112462 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 222504 40607 2540 9 0 217079 0
[pid=746/tid=748] ppid=745 vsize=890016 CPUtime=2.05
/proc/746/task/748/stat : 748 (java) S 745 732 32612 0 -1 64 4387 0 1 0 203 2 0 0 17 0 9 0 1998112463 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=749] ppid=745 vsize=890016 CPUtime=3.47
/proc/746/task/749/stat : 749 (java) R 745 732 32612 0 -1 64 40034 0 0 0 331 16 0 0 23 0 9 0 1998112464 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=750] ppid=745 vsize=890016 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32612 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112464 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=890016 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32612 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998112464 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=890016 CPUtime=0
/proc/746/task/752/stat : 752 (java) S 745 732 32612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998112466 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=890016 CPUtime=0.19
/proc/746/task/753/stat : 753 (java) S 745 732 32612 0 -1 64 1487 0 0 0 18 1 0 0 15 0 9 0 1998112466 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=890016 CPUtime=0
/proc/746/task/754/stat : 754 (java) S 745 732 32612 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998112466 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=755] ppid=745 vsize=890016 CPUtime=0
/proc/746/task/755/stat : 755 (java) S 745 732 32612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112466 911376384 40607 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 908972

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 755
/proc/meminfo: memFree=1684816/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.79
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 973 8638 0 1 3 1 71 4 16 0 1 0 1998112389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32612 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112462 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=869388 CPUtime=12.15
/proc/746/stat : 746 (java) S 745 732 32612 0 -1 0 46773 0 1 0 1187 28 0 0 18 0 9 0 1998112462 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 217347 35506 2566 9 0 211894 0
[pid=746/tid=748] ppid=745 vsize=869388 CPUtime=8.25
/proc/746/task/748/stat : 748 (java) R 745 732 32612 0 -1 64 4519 0 1 0 817 8 0 0 17 0 9 0 1998112463 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4126628111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=749] ppid=745 vsize=869388 CPUtime=3.64
/proc/746/task/749/stat : 749 (java) S 745 732 32612 0 -1 64 40037 0 0 0 347 17 0 0 15 0 9 0 1998112464 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=750] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32612 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112464 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32612 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998112464 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/752/stat : 752 (java) S 745 732 32612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998112466 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=869388 CPUtime=0.23
/proc/746/task/753/stat : 753 (java) S 745 732 32612 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 1998112466 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/754/stat : 754 (java) S 745 732 32612 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998112466 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=755] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/755/stat : 755 (java) S 745 732 32612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112466 890253312 35506 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 888344

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 755
/proc/meminfo: memFree=1669392/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.79
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 973 8638 0 1 3 1 71 4 16 0 1 0 1998112389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32612 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112462 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=869388 CPUtime=24.91
/proc/746/stat : 746 (java) S 745 732 32612 0 -1 0 48150 0 1 0 2455 36 0 0 18 0 9 0 1998112462 890253312 36815 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 217347 36815 2566 9 0 211894 0
[pid=746/tid=748] ppid=745 vsize=869388 CPUtime=20.68
/proc/746/task/748/stat : 748 (java) R 745 732 32612 0 -1 64 4587 0 1 0 2053 15 0 0 17 0 9 0 1998112463 890253312 36815 996147200 134512640 134550740 4294955904 18446744073709551615 4126979322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=746/tid=749] ppid=745 vsize=869388 CPUtime=3.96
/proc/746/task/749/stat : 749 (java) S 745 732 32612 0 -1 64 41345 0 0 0 378 18 0 0 16 0 9 0 1998112464 890253312 36815 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=750] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32612 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112464 890253312 36815 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=869388 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32612 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998112464 890253312 36815 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1412048/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=314712 CPUtime=1010.89
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 76576 0 0 0 101034 55 0 0 25 0 1 0 1998141488 322265088 76562 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 78678 76562 76 150 0 78525 0
Current children cumulated CPU time (s) 1301.42
Current children cumulated vsize (KiB) 333668

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 757
/proc/meminfo: memFree=1407248/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=319448 CPUtime=1070.86
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 77777 0 0 0 107030 56 0 0 25 0 1 0 1998141488 327114752 77763 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 79862 77763 76 150 0 79709 0
Current children cumulated CPU time (s) 1361.39
Current children cumulated vsize (KiB) 338404

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 757
/proc/meminfo: memFree=1403984/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=322640 CPUtime=1130.84
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 78577 0 0 0 113028 56 0 0 25 0 1 0 1998141488 330383360 78563 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 80660 78563 76 150 0 80507 0
Current children cumulated CPU time (s) 1421.37
Current children cumulated vsize (KiB) 341596

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 757
/proc/meminfo: memFree=1399184/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=327536 CPUtime=1190.82
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 79795 0 0 0 119024 58 0 0 25 0 1 0 1998141488 335396864 79781 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 81884 79781 76 150 0 81731 0
Current children cumulated CPU time (s) 1481.35
Current children cumulated vsize (KiB) 346492

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 759
/proc/meminfo: memFree=1393616/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=332732 CPUtime=1250.79
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 81125 0 0 0 125020 59 0 0 25 0 1 0 1998141488 340717568 81111 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 83183 81111 76 150 0 83030 0
Current children cumulated CPU time (s) 1541.32
Current children cumulated vsize (KiB) 351688

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 759
/proc/meminfo: memFree=1387856/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=341544 CPUtime=1310.76
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 82594 0 0 0 131016 60 0 0 25 0 1 0 1998141488 349741056 82580 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 85386 82580 76 150 0 85233 0
Current children cumulated CPU time (s) 1601.29
Current children cumulated vsize (KiB) 360500

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 759
/proc/meminfo: memFree=1384336/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=345056 CPUtime=1370.73
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 83467 0 0 0 137012 61 0 0 25 0 1 0 1998141488 353337344 83453 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 86264 83453 76 150 0 86111 0
Current children cumulated CPU time (s) 1661.26
Current children cumulated vsize (KiB) 364012

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 759
/proc/meminfo: memFree=1379472/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=349660 CPUtime=1430.71
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 84662 0 0 0 143009 62 0 0 25 0 1 0 1998141488 358051840 84648 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 87415 84648 76 150 0 87262 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 368616

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 759
/proc/meminfo: memFree=1374672/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=354256 CPUtime=1490.68
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 85859 0 0 0 149005 63 0 0 25 0 1 0 1998141488 362758144 85845 996147200 134512640 135127466 4294956224 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 88564 85845 76 150 0 88411 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 373212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 759
/proc/meminfo: memFree=1372624/2055920 swapFree=4180844/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=290.53
/proc/732/stat : 732 (sugar) S 730 732 32612 0 -1 4194304 1032 95242 0 2 3 1 28931 118 16 0 1 0 1998112389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=756] ppid=732 vsize=5356 CPUtime=0
/proc/756/stat : 756 (sh) S 732 732 32612 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141487 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/756/statm: 1339 232 193 169 0 50 0
[pid=757] ppid=756 vsize=356224 CPUtime=1509.58
/proc/757/stat : 757 (minisat) R 756 732 32612 0 -1 4194304 86350 0 0 0 150894 64 0 0 25 0 1 0 1998141488 364773376 86336 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/757/statm: 89056 86336 76 150 0 88903 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 375180

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 732 and gives
#  childrusage.ru_utime.tv_sec=289
#  childrusage.ru_utime.tv_usec=349012
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=253809
# CPU time returned by wait4() is 290.603
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.32
CPU time (s): 1800.11
CPU user time (s): 1798.28
CPU system time (s): 1.83
CPU usage (%): 99.933
Max. virtual memory (cumulated for all children) (KiB): 914096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 289.349
system time used= 1.25381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96622
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= 9216
involuntary context switches= 5819

runsolver used 1.75073 second user time and 4.93325 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 19:09:44
IDJOB=1077039
IDBENCH=56626
IDSOLVER=346
FILE ID=node25/1077039-1215191383
PBS_JOBID= 7881613
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-01.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-1077039-1215191383/watcher-1077039-1215191383 -o /tmp/evaluation-result-1077039-1215191383/solver-1077039-1215191383 -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-1077039-1215191383.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=1034897950

node25.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.234
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.234
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:       1830288 kB
Buffers:         42560 kB
Cached:         121380 kB
SwapCached:       6196 kB
Active:         107016 kB
Inactive:        65628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830288 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          14136 kB
Slab:            38968 kB
Committed_AS:  3452540 kB
PageTables:       1544 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 node25 at 2008-07-04 19:39:47