Trace number 1077018

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.04 1815.2

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-06.xml
MD5SUMde895caf32e0390d5c2d6779f187eb22
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.4864
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of constraints567
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension72
Number of constraints which are defined in intension495
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:06:12 2008
0.00/0.04	c 0	PID 27741
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077018-1215191172.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-1077018-1215191172.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 195 variables, 7 predicates, 7 relations, 567 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.82	c 1	Parsing HOME/temp.csp
1.11/1.25	c 2	parsed 777 expressions
1.11/1.26	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.26	c 2	Converting to clausal form CSP
1.11/1.28	c 2	converted 78 (10%) expressions
1.11/1.28	c 2	converted 156 (20%) expressions
1.41/1.58	c 2	converted 234 (30%) expressions
3.51/3.67	c 4	converted 311 (40%) expressions
3.91/4.10	c 5	converted 389 (50%) expressions
4.01/4.19	c 5	converted 467 (60%) expressions
4.40/4.59	c 5	converted 544 (70%) expressions
4.50/4.60	c 5	converted 622 (80%) expressions
4.50/4.61	c 5	converted 700 (90%) expressions
4.50/4.64	c 5	converted 777 (100%) expressions
4.50/4.65	c 5	CSP : 195 integers, 0 booleans, 567 clauses, largest domain size 26
4.50/4.65	c 5	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.65	c 5	Propagation in CSP
4.50/4.66	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.50/4.66	c 5	CSP : 195 integers, 0 booleans, 567 clauses, largest domain size 26
4.50/4.66	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.66	c 5	Simplifing CSP by introducing new Boolean variables
4.50/4.69	c 5	CSP : 195 integers, 5130 booleans, 5697 clauses, largest domain size 26
4.50/4.69	c 5	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.09/5.22	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.09/5.23	c 6	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.09/5.24	c 6	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
5.09/5.24	c 6	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
5.09/5.24	c 6	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
5.09/5.24	c 6	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
5.09/5.24	c 6	117 (60%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
5.09/5.25	c 6	137 (70%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
5.09/5.25	c 6	156 (80%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
5.09/5.25	c 6	176 (90%) CSP integer variables are encoded (4224 clauses, 52849 bytes)
5.09/5.25	c 6	195 (100%) CSP integer variables are encoded (4680 clauses, 58777 bytes)
212.52/213.68	c 214	570 (10%) CSP clauses are encoded (1383223 clauses, 69038139 bytes)
227.41/228.54	c 229	1140 (20%) CSP clauses are encoded (1459789 clauses, 72950321 bytes)
242.91/244.09	c 245	1710 (30%) CSP clauses are encoded (1536355 clauses, 77231814 bytes)
320.67/321.89	c 322	2279 (40%) CSP clauses are encoded (1877170 clauses, 99551168 bytes)
320.78/321.92	c 322	2849 (50%) CSP clauses are encoded (1890690 clauses, 99804066 bytes)
320.78/321.94	c 322	3419 (60%) CSP clauses are encoded (1904435 clauses, 100048005 bytes)
320.78/321.97	c 322	3988 (70%) CSP clauses are encoded (1918279 clauses, 100293984 bytes)
320.78/321.99	c 322	4558 (80%) CSP clauses are encoded (1932149 clauses, 100540182 bytes)
320.88/322.02	c 322	5128 (90%) CSP clauses are encoded (1946019 clauses, 100794046 bytes)
320.88/322.04	c 322	5697 (100%) CSP clauses are encoded (1959888 clauses, 101053608 bytes)
320.88/322.04	c 322	5697 CSP clauses encoded
320.88/322.04	c 322	Writing map file : HOME/temp.map
320.88/322.05	c 322	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
320.88/322.05	c 322	SAT : 10005 SAT variables, 1959888 SAT clauses, 101053608 bytes
320.88/322.05	c 322	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
320.93/322.12	c 323	SOLVING HOME/temp.cnf
320.93/322.12	c 323	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
320.93/322.12	c 323	This is MiniSat 2.0 beta
320.93/322.12	c 323	WARNING: for repeatability, setting FPU to use double precision
320.93/322.12	c 323	============================[ Problem Statistics ]=============================
320.93/322.12	c 323	|                                                                             |
320.93/322.12	c 323	|  Number of variables:  10005                                                |
320.93/322.12	c 323	|  Number of clauses:    1959888                                              |
323.02/324.28	c 325	|  Parsing time:         1.92         s                                       |
323.21/324.42	c 325	============================[ Search Statistics ]==============================
323.21/324.42	c 325	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
323.21/324.42	c 325	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
323.21/324.42	c 325	===============================================================================
323.21/324.42	c 325	|         0 |   10005  1959888 18463605 |   653296        0    nan |  0.000 % |
323.40/324.69	c 325	|       100 |   10005  1959888 18463605 |   718625      100      8 |  0.000 % |
323.51/324.76	c 325	|       250 |   10005  1959888 18463605 |   790488      250      8 |  0.000 % |
323.61/324.80	c 325	|       476 |   10005  1959888 18463605 |   869536      476      8 |  0.000 % |
323.71/324.98	c 325	|       813 |   10005  1959888 18463605 |   956490      813      9 |  0.000 % |
323.81/325.08	c 325	|      1319 |   10005  1959888 18463605 |  1052139     1319      9 |  0.000 % |
324.00/325.21	c 326	|      2079 |   10005  1959888 18463605 |  1157353     2079      9 |  0.000 % |
324.29/325.58	c 326	|      3218 |   10005  1959888 18463605 |  1273089     3218     10 |  0.000 % |
324.80/326.02	c 326	|      4928 |   10005  1959888 18463605 |  1400397     4928     11 |  0.000 % |
325.97/327.29	c 328	|      7490 |   10005  1959888 18463605 |  1540437     7490     12 |  0.000 % |
328.44/329.71	c 330	|     11334 |   10005  1959888 18463605 |  1694481    11334     13 |  0.000 % |
329.53/330.84	c 331	|     17101 |   10005  1959888 18463605 |  1863929    17101     13 |  0.000 % |
331.61/332.93	c 333	|     25752 |   10005  1959888 18463605 |  2050322    25752     12 |  0.000 % |
335.38/336.71	c 337	|     38727 |   10005  1959888 18463605 |  2255354    38727     12 |  0.000 % |
347.36/348.88	c 349	|     58188 |   10005  1959888 18463605 |  2480890    58188     13 |  0.000 % |
357.47/359.05	c 359	|     87380 |   10004  1959888 18463605 |  2728979    87379     13 |  0.010 % |
391.85/393.73	c 394	|    131169 |   10004  1959888 18463605 |  3001877   131168     14 |  0.010 % |
434.83/437.13	c 438	|    196854 |   10003  1959888 18463605 |  3302065   196852     14 |  0.020 % |
489.12/491.97	c 492	|    295380 |   10003  1959888 18463605 |  3632271   295378     14 |  0.020 % |
672.99/677.58	c 678	|    443169 |   10003  1959888 18463605 |  3995498   443167     16 |  0.020 % |
932.03/939.06	c 939	|    664852 |   10003  1959743 18462921 |  4395048   664848     17 |  0.020 % |
1326.01/1336.74	c 1337	|    997377 |   10003  1959743 18462921 |  4834553   997373     17 |  0.020 % |
1800.04/1815.12	c ERROR INTERRUPTED
1800.04/1815.16	s UNKNOWN
1800.04/1815.16	c 1816	CPU 319.86 (0.03 0 319.83 1.11)
1800.04/1815.16	c 1816	END Fri Jul  4 19:36: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-1077018-1215191172/watcher-1077018-1215191172 -o /tmp/evaluation-result-1077018-1215191172/solver-1077018-1215191172 -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-1077018-1215191172.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: 1.99 1.97 1.82 4/82 27741
/proc/meminfo: memFree=1623776/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=12272 CPUtime=0
/proc/27741/stat : 27741 (sugar) R 27739 27741 27581 0 -1 4194304 395 0 0 0 0 0 0 0 22 0 1 0 1998091869 12566528 363 996147200 4194304 4206940 548682068608 18446744073709551615 240490437917 0 0 4224 0 0 0 0 17 1 0 0
/proc/27741/statm: 3068 363 273 3 0 168 0

[startup+0.0557539 s]
/proc/loadavg: 1.99 1.97 1.82 4/82 27741
/proc/meminfo: memFree=1623776/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.03
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1998091869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102769 s]
/proc/loadavg: 1.99 1.97 1.82 4/82 27741
/proc/meminfo: memFree=1623776/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.03
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1998091869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301779 s]
/proc/loadavg: 1.99 1.97 1.82 4/82 27741
/proc/meminfo: memFree=1623776/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.03
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1998091869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701812 s]
/proc/loadavg: 1.99 1.97 1.82 4/82 27741
/proc/meminfo: memFree=1623776/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.03
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1998091869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 1.99 1.97 1.82 4/93 27763
/proc/meminfo: memFree=1586688/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.67
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 973 7291 0 1 3 0 58 6 15 0 1 0 1998091869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27741/statm: 3400 797 370 3 0 500 0
[pid=27754] ppid=27741 vsize=5356 CPUtime=0
/proc/27754/stat : 27754 (sh) S 27741 27741 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998091943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27754/statm: 1339 233 193 169 0 50 0
[pid=27755] ppid=27754 vsize=864240 CPUtime=0.74
/proc/27755/stat : 27755 (java) S 27754 27741 27581 0 -1 0 8023 0 1 0 71 3 0 0 20 0 9 0 1998091943 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27755/statm: 216060 7299 2540 9 0 210635 0
[pid=27755/tid=27756] ppid=27754 vsize=864240 CPUtime=0.41
/proc/27755/task/27756/stat : 27756 (java) R 27754 27741 27581 0 -1 64 2565 0 1 0 40 1 0 0 25 0 9 0 1998091944 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27757] ppid=27754 vsize=864240 CPUtime=0.23
/proc/27755/task/27757/stat : 27757 (java) R 27754 27741 27581 0 -1 64 4420 0 0 0 22 1 0 0 16 0 9 0 1998091945 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 102721926 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27758] ppid=27754 vsize=864240 CPUtime=0
/proc/27755/task/27758/stat : 27758 (java) S 27754 27741 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998091945 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27759] ppid=27754 vsize=864240 CPUtime=0
/proc/27755/task/27759/stat : 27759 (java) S 27754 27741 27581 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998091945 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27760] ppid=27754 vsize=864240 CPUtime=0
/proc/27755/task/27760/stat : 27760 (java) S 27754 27741 27581 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1998091947 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27761] ppid=27754 vsize=864240 CPUtime=0.07
/proc/27755/task/27761/stat : 27761 (java) S 27754 27741 27581 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 1998091947 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27762] ppid=27754 vsize=864240 CPUtime=0
/proc/27755/task/27762/stat : 27762 (java) S 27754 27741 27581 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998091948 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27763] ppid=27754 vsize=864240 CPUtime=0
/proc/27755/task/27763/stat : 27763 (java) S 27754 27741 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998091948 884981760 7299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883196

[startup+3.10203 s]
/proc/loadavg: 1.99 1.97 1.82 4/93 27763
/proc/meminfo: memFree=1528896/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.67
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 973 7291 0 1 3 0 58 6 15 0 1 0 1998091869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27741/statm: 3400 797 370 3 0 500 0
[pid=27754] ppid=27741 vsize=5356 CPUtime=0
/proc/27754/stat : 27754 (sh) S 27741 27741 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998091943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27754/statm: 1339 233 193 169 0 50 0
[pid=27755] ppid=27754 vsize=864352 CPUtime=2.34
/proc/27755/stat : 27755 (java) S 27754 27741 27581 0 -1 0 20181 0 1 0 224 10 0 0 20 0 9 0 1998091943 885096448 19418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27755/statm: 216088 19419 2540 9 0 210663 0
[pid=27755/tid=27756] ppid=27754 vsize=864352 CPUtime=1.06
/proc/27755/task/27756/stat : 27756 (java) R 27754 27741 27581 0 -1 64 3189 0 1 0 105 1 0 0 25 0 9 0 1998091944 885096448 19420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27757] ppid=27754 vsize=864352 CPUtime=1.18
/proc/27755/task/27757/stat : 27757 (java) R 27754 27741 27581 0 -1 64 15953 0 0 0 111 7 0 0 16 0 9 0 1998091945 885096448 19421 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27758] ppid=27754 vsize=864352 CPUtime=0
/proc/27755/task/27758/stat : 27758 (java) S 27754 27741 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998091945 885096448 19422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27759] ppid=27754 vsize=864352 CPUtime=0
/proc/27755/task/27759/stat : 27759 (java) S 27754 27741 27581 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998091945 885096448 19423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27760] ppid=27754 vsize=864352 CPUtime=0
/proc/27755/task/27760/stat : 27760 (java) S 27754 27741 27581 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1998091947 885096448 19423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27761] ppid=27754 vsize=864352 CPUtime=0.08
/proc/27755/task/27761/stat : 27761 (java) S 27754 27741 27581 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1998091947 885096448 19424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27762] ppid=27754 vsize=864352 CPUtime=0
/proc/27755/task/27762/stat : 27762 (java) S 27754 27741 27581 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998091948 885096448 19425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27763] ppid=27754 vsize=864352 CPUtime=0
/proc/27755/task/27763/stat : 27763 (java) S 27754 27741 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998091948 885096448 19426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883308

[startup+6.3023 s]
/proc/loadavg: 2.07 1.99 1.83 3/93 27763
/proc/meminfo: memFree=1415040/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.67
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 974 7291 0 1 3 0 58 6 15 0 1 0 1998091869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 797 370 3 0 500 0
[pid=27754] ppid=27741 vsize=5356 CPUtime=0
/proc/27754/stat : 27754 (sh) S 27741 27741 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998091943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27754/statm: 1339 233 193 169 0 50 0
[pid=27755] ppid=27754 vsize=868504 CPUtime=5.51
/proc/27755/stat : 27755 (java) S 27754 27741 27581 0 -1 0 32296 0 1 0 533 18 0 0 20 0 9 0 1998091943 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27755/statm: 217126 31449 2565 9 0 211673 0
[pid=27755/tid=27756] ppid=27754 vsize=868504 CPUtime=2.61
/proc/27755/task/27756/stat : 27756 (java) R 27754 27741 27581 0 -1 64 4067 0 1 0 259 2 0 0 25 0 9 0 1998091944 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4126976743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27757] ppid=27754 vsize=868504 CPUtime=2.64
/proc/27755/task/27757/stat : 27757 (java) S 27754 27741 27581 0 -1 64 26090 0 0 0 251 13 0 0 16 0 9 0 1998091945 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27758] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27758/stat : 27758 (java) S 27754 27741 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998091945 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27759] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27759/stat : 27759 (java) S 27754 27741 27581 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998091945 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27760] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27760/stat : 27760 (java) S 27754 27741 27581 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1998091947 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27761] ppid=27754 vsize=868504 CPUtime=0.22
/proc/27755/task/27761/stat : 27761 (java) S 27754 27741 27581 0 -1 64 1442 0 0 0 21 1 0 0 15 0 9 0 1998091947 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27762] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27762/stat : 27762 (java) S 27754 27741 27581 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998091948 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27763] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27763/stat : 27763 (java) S 27754 27741 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998091948 889348096 31449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887460

[startup+12.7029 s]
/proc/loadavg: 2.07 1.99 1.83 3/93 27763
/proc/meminfo: memFree=1396040/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.67
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 974 7291 0 1 3 0 58 6 15 0 1 0 1998091869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 797 370 3 0 500 0
[pid=27754] ppid=27741 vsize=5356 CPUtime=0
/proc/27754/stat : 27754 (sh) S 27741 27741 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998091943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27754/statm: 1339 233 193 169 0 50 0
[pid=27755] ppid=27754 vsize=868504 CPUtime=11.83
/proc/27755/stat : 27755 (java) S 27754 27741 27581 0 -1 0 32968 0 1 0 1161 22 0 0 20 0 9 0 1998091943 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27755/statm: 217126 32078 2565 9 0 211673 0
[pid=27755/tid=27756] ppid=27754 vsize=868504 CPUtime=8.76
/proc/27755/task/27756/stat : 27756 (java) R 27754 27741 27581 0 -1 64 4111 0 1 0 869 7 0 0 25 0 9 0 1998091944 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4126535689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27757] ppid=27754 vsize=868504 CPUtime=2.83
/proc/27755/task/27757/stat : 27757 (java) S 27754 27741 27581 0 -1 64 26716 0 0 0 270 13 0 0 16 0 9 0 1998091945 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27758] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27758/stat : 27758 (java) S 27754 27741 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998091945 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27759] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27759/stat : 27759 (java) S 27754 27741 27581 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998091945 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27760] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27760/stat : 27760 (java) S 27754 27741 27581 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1998091947 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27761] ppid=27754 vsize=868504 CPUtime=0.22
/proc/27755/task/27761/stat : 27761 (java) S 27754 27741 27581 0 -1 64 1444 0 0 0 21 1 0 0 16 0 9 0 1998091947 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27762] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27762/stat : 27762 (java) S 27754 27741 27581 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998091948 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27763] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27763/stat : 27763 (java) S 27754 27741 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998091948 889348096 32078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887460

[startup+25.503 s]
/proc/loadavg: 2.06 1.99 1.83 3/93 27763
/proc/meminfo: memFree=1357320/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=0.67
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 974 7291 0 1 3 0 58 6 15 0 1 0 1998091869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 797 370 3 0 500 0
[pid=27754] ppid=27741 vsize=5356 CPUtime=0
/proc/27754/stat : 27754 (sh) S 27741 27741 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998091943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27754/statm: 1339 233 193 169 0 50 0
[pid=27755] ppid=27754 vsize=868504 CPUtime=24.52
/proc/27755/stat : 27755 (java) S 27754 27741 27581 0 -1 0 36123 0 1 0 2424 28 0 0 20 0 9 0 1998091943 889348096 35180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27755/statm: 217126 35180 2565 9 0 211673 0
[pid=27755/tid=27756] ppid=27754 vsize=868504 CPUtime=21.15
/proc/27755/task/27756/stat : 27756 (java) R 27754 27741 27581 0 -1 64 4165 0 1 0 2104 11 0 0 25 0 9 0 1998091944 889348096 35180 996147200 134512640 134550740 4294955952 18446744073709551615 4126535689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27757] ppid=27754 vsize=868504 CPUtime=3.11
/proc/27755/task/27757/stat : 27757 (java) S 27754 27741 27581 0 -1 64 29811 0 0 0 296 15 0 0 16 0 9 0 1998091945 889348096 35180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27755/tid=27758] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27758/stat : 27758 (java) S 27754 27741 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998091945 889348096 35180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27755/tid=27759] ppid=27754 vsize=868504 CPUtime=0
/proc/27755/task/27759/stat : 27759 (java) S 27754 27741 27581 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998091945 889348096 35180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1060872/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=262428 CPUtime=1030.41
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 64454 0 0 0 102986 55 0 0 25 0 1 0 1998124082 268726272 64440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 65607 64440 76 150 0 65454 0
Current children cumulated CPU time (s) 1351.38
Current children cumulated vsize (KiB) 281384

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1057544/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=264868 CPUtime=1089.85
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 65078 0 0 0 108929 56 0 0 25 0 1 0 1998124082 271224832 65064 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 66217 65064 76 150 0 66064 0
Current children cumulated CPU time (s) 1410.82
Current children cumulated vsize (KiB) 283824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1053320/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=270932 CPUtime=1149.28
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 66147 0 0 0 114871 57 0 0 25 0 1 0 1998124082 277434368 66133 996147200 134512640 135127466 4294956256 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 67733 66133 76 150 0 67580 0
Current children cumulated CPU time (s) 1470.25
Current children cumulated vsize (KiB) 289888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1048072/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=275344 CPUtime=1208.72
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 67237 0 0 0 120814 58 0 0 25 0 1 0 1998124082 281952256 67223 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 68836 67223 76 150 0 68683 0
Current children cumulated CPU time (s) 1529.69
Current children cumulated vsize (KiB) 294300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1042952/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=280272 CPUtime=1268.16
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 68517 0 0 0 126756 60 0 0 25 0 1 0 1998124082 286998528 68503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 70068 68503 76 150 0 69915 0
Current children cumulated CPU time (s) 1589.13
Current children cumulated vsize (KiB) 299228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1037896/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=285152 CPUtime=1327.59
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 69771 0 0 0 132699 60 0 0 25 0 1 0 1998124082 291995648 69757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 71288 69757 76 150 0 71135 0
Current children cumulated CPU time (s) 1648.56
Current children cumulated vsize (KiB) 304108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1030408/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=291888 CPUtime=1387.03
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 71509 0 0 0 138642 61 0 0 25 0 1 0 1998124082 298893312 71495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 72972 71495 76 150 0 72819 0
Current children cumulated CPU time (s) 1708
Current children cumulated vsize (KiB) 310844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 27767
/proc/meminfo: memFree=1023688/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=298324 CPUtime=1446.47
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 73165 0 0 0 144585 62 0 0 25 0 1 0 1998124082 305483776 73151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27765/statm: 74581 73151 76 150 0 74428 0
Current children cumulated CPU time (s) 1767.44
Current children cumulated vsize (KiB) 317280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 27805
/proc/meminfo: memFree=1191064/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=300680 CPUtime=1479.07
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 73736 0 0 0 147844 63 0 0 25 0 1 0 1998124082 307896320 73722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27765/statm: 75170 73722 76 150 0 75017 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 319636

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

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

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 27805
/proc/meminfo: memFree=1191064/2055920 swapFree=4180972/4192956
[pid=27741] ppid=27739 vsize=13600 CPUtime=320.97
/proc/27741/stat : 27741 (sugar) S 27739 27741 27581 0 -1 4194304 1032 83943 0 2 3 0 31983 111 16 0 1 0 1998091869 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27741/statm: 3400 798 370 3 0 500 0
[pid=27764] ppid=27741 vsize=5356 CPUtime=0
/proc/27764/stat : 27764 (sh) S 27741 27741 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998124081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27764/statm: 1339 232 193 169 0 50 0
[pid=27765] ppid=27764 vsize=300680 CPUtime=1479.07
/proc/27765/stat : 27765 (minisat) R 27764 27741 27581 0 -1 4194304 73736 0 0 0 147844 63 0 0 25 0 1 0 1998124082 307896320 73722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27765/statm: 75170 73722 76 150 0 75017 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 319636

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27741 and gives
#  childrusage.ru_utime.tv_sec=319
#  childrusage.ru_utime.tv_usec=871372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=171821
# CPU time returned by wait4() is 321.043
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.2
CPU time (s): 1800.04
CPU user time (s): 1798.3
CPU system time (s): 1.74
CPU usage (%): 99.1647
Max. virtual memory (cumulated for all children) (KiB): 907948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.871
system time used= 1.17182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85318
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= 14618
involuntary context switches= 18453

runsolver used 2.03069 second user time and 6.27005 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 19:06:12
IDJOB=1077018
IDBENCH=56625
IDSOLVER=346
FILE ID=node15/1077018-1215191172
PBS_JOBID= 7881638
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de895caf32e0390d5c2d6779f187eb22
RANDOM SEED=1318391843

node15.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.229
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.229
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:       1624256 kB
Buffers:         66096 kB
Cached:         260200 kB
SwapCached:       6020 kB
Active:         243432 kB
Inactive:       123716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624256 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:          57888 kB
Slab:            49484 kB
Committed_AS:  3595372 kB
PageTables:       2104 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= 66488 MiB
End job on node15 at 2008-07-04 19:36:30