Trace number 1092835

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 1809.32

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-17.xml
MD5SUM3fe3aa089f1f308c838f4e4f77a704e4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark759.747
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints2329
Maximum constraint arity2
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2329
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul  5 19:09:01 2008
0.01/0.04	c 0	PID 20068
0.01/0.04	c 0	HOST node80.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1092835-1215277741.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092835-1215277741.xml' 'HOME/temp.csp'
0.04/0.47	c 1	1 domains, 68 variables, 2 predicates, 0 relations, 2329 constraints
0.04/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	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.04/0.60	c 1	Parsing HOME/temp.csp
0.46/0.77	c 1	parsed 2400 expressions
0.46/0.77	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.77	c 1	Converting to clausal form CSP
0.46/0.85	c 1	converted 240 (10%) expressions
0.46/0.94	c 1	converted 480 (20%) expressions
0.46/0.96	c 1	converted 720 (30%) expressions
0.46/0.97	c 1	converted 960 (40%) expressions
0.46/0.98	c 1	converted 1200 (50%) expressions
0.46/0.99	c 1	converted 1440 (60%) expressions
0.46/1.00	c 1	converted 1680 (70%) expressions
0.92/1.01	c 1	converted 1920 (80%) expressions
0.92/1.01	c 1	converted 2160 (90%) expressions
0.92/1.02	c 1	converted 2400 (100%) expressions
0.92/1.02	c 1	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 68
0.92/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.02	c 1	Propagation in CSP
0.92/1.08	c 1	2040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.08	c 1	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 62
0.92/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.09	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.12	c 1	CSP : 68 integers, 4556 booleans, 6936 clauses, largest domain size 62
1.03/1.12	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.18	c 1	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.03/1.18	c 1	14 (20%) CSP integer variables are encoded (567 clauses, 6089 bytes)
1.03/1.18	c 1	21 (30%) CSP integer variables are encoded (834 clauses, 9026 bytes)
1.03/1.18	c 1	28 (40%) CSP integer variables are encoded (1107 clauses, 12294 bytes)
1.03/1.18	c 1	34 (50%) CSP integer variables are encoded (1224 clauses, 13815 bytes)
1.03/1.19	c 1	41 (60%) CSP integer variables are encoded (1581 clauses, 18456 bytes)
1.03/1.19	c 1	48 (70%) CSP integer variables are encoded (1791 clauses, 21186 bytes)
1.03/1.19	c 1	55 (80%) CSP integer variables are encoded (2058 clauses, 24657 bytes)
1.03/1.19	c 1	62 (90%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.03/1.19	c 1	68 (100%) CSP integer variables are encoded (2448 clauses, 29727 bytes)
1.12/1.25	c 1	694 (10%) CSP clauses are encoded (18896 clauses, 303539 bytes)
1.12/1.28	c 2	1388 (20%) CSP clauses are encoded (31622 clauses, 522585 bytes)
1.22/1.31	c 2	2081 (30%) CSP clauses are encoded (40404 clauses, 672326 bytes)
1.22/1.33	c 2	2775 (40%) CSP clauses are encoded (44947 clauses, 747645 bytes)
1.22/1.35	c 2	3468 (50%) CSP clauses are encoded (56052 clauses, 939714 bytes)
1.22/1.38	c 2	4162 (60%) CSP clauses are encoded (69836 clauses, 1182769 bytes)
1.32/1.40	c 2	4856 (70%) CSP clauses are encoded (78944 clauses, 1349584 bytes)
1.32/1.42	c 2	5549 (80%) CSP clauses are encoded (89331 clauses, 1540162 bytes)
1.32/1.45	c 2	6243 (90%) CSP clauses are encoded (102248 clauses, 1777194 bytes)
1.32/1.47	c 2	6936 (100%) CSP clauses are encoded (113257 clauses, 1980301 bytes)
1.32/1.47	c 2	6936 CSP clauses encoded
1.32/1.47	c 2	Writing map file : HOME/temp.map
1.32/1.48	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.48	c 2	SAT : 7072 SAT variables, 113257 SAT clauses, 1980301 bytes
1.32/1.48	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.51	c 2	SOLVING HOME/temp.cnf
1.40/1.51	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/1.51	c 2	This is MiniSat 2.0 beta
1.40/1.51	c 2	WARNING: for repeatability, setting FPU to use double precision
1.40/1.51	c 2	============================[ Problem Statistics ]=============================
1.40/1.51	c 2	|                                                                             |
1.40/1.51	c 2	|  Number of variables:  7072                                                 |
1.40/1.51	c 2	|  Number of clauses:    113257                                               |
1.40/1.57	c 2	|  Parsing time:         0.05         s                                       |
1.40/1.58	c 2	============================[ Search Statistics ]==============================
1.40/1.58	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.58	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.58	c 2	===============================================================================
1.40/1.58	c 2	|         0 |    6590   112775   325682 |    37591        0    nan |  0.000 % |
1.42/1.71	c 2	|       100 |    6590   112775   325682 |    41350      100     11 |  6.816 % |
1.42/1.89	c 2	|       250 |    6590   112775   325682 |    45485      250     11 |  6.816 % |
2.00/2.19	c 2	|       475 |    6590   112775   325682 |    50034      475     11 |  6.816 % |
2.39/2.56	c 3	|       812 |    6590   112775   325682 |    55037      812     12 |  6.816 % |
2.99/3.20	c 3	|      1319 |    6590   112775   325682 |    60541     1319     12 |  6.816 % |
3.89/4.08	c 4	|      2078 |    6590   112775   325682 |    66595     2078     12 |  6.816 % |
5.40/5.51	c 6	|      3217 |    6590   112775   325682 |    73255     3217     12 |  6.816 % |
7.69/7.86	c 8	|      4925 |    6590   112775   325682 |    80581     4925     13 |  6.816 % |
11.19/11.35	c 12	|      7487 |    6590   112775   325682 |    88639     7487     13 |  6.816 % |
17.19/17.40	c 18	|     11333 |    6590   112775   325682 |    97503    11333     14 |  6.816 % |
26.43/26.61	c 27	|     17099 |    6590   112775   325682 |   107253    17099     14 |  6.816 % |
39.46/39.72	c 40	|     25749 |    6588   112731   325553 |   117978    25748     14 |  6.845 % |
60.46/60.89	c 61	|     38723 |    6588   112731   325553 |   129776    38722     14 |  6.844 % |
96.07/96.60	c 97	|     58184 |    6588   112731   325553 |   142754    58183     15 |  6.844 % |
154.17/155.04	c 155	|     87376 |    6586   112717   325514 |   157029    87374     15 |  6.872 % |
255.95/257.31	c 258	|    131165 |    6584   112678   325400 |   172732   131162     16 |  6.901 % |
415.73/417.95	c 418	|    196849 |    6584   112678   325400 |   190005    39453     15 |  6.901 % |
636.69/640.07	c 640	|    295376 |    6578   112563   325064 |   209006   137977     16 |  6.986 % |
998.43/1003.67	c 1004	|    443165 |    6576   112526   324956 |   229907    89809     17 |  7.014 % |
1555.66/1563.71	c 1564	|    664849 |    6574   112501   324884 |   252897    97174     17 |  7.043 % |
1800.00/1809.31	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1809.31	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1809.31	c ERROR INTERRUPTED
1800.00/1809.31	s UNKNOWN
1800.00/1809.31	c 1810	CPU 1.3 (0.03 0.01 1.27 0.12)
1800.00/1809.31	c 1810	END Sat Jul  5 19:39:11 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-1092835-1215277741/watcher-1092835-1215277741 -o /tmp/evaluation-result-1092835-1215277741/solver-1092835-1215277741 -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-1092835-1215277741.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.92 1.98 1.99 4/73 20068
/proc/meminfo: memFree=1704536/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=12268 CPUtime=0
/proc/20068/stat : 20068 (sugar) R 20066 20068 18009 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 692899558 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226695887870 0 0 4224 0 0 0 0 17 0 0 0
/proc/20068/statm: 3067 316 241 3 0 167 0

[startup+0.02598 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20068
/proc/meminfo: memFree=1704536/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=12940 CPUtime=0.01
/proc/20068/stat : 20068 (sugar) R 20066 20068 18009 0 -1 4194304 613 0 0 0 1 0 0 0 18 0 1 0 692899558 13250560 581 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/20068/statm: 3235 582 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102991 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20068
/proc/meminfo: memFree=1704536/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=0.04
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 692899558 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.303011 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20068
/proc/meminfo: memFree=1704536/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=0.04
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 692899558 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702066 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20068
/proc/meminfo: memFree=1704536/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=0.46
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 973 5201 0 1 3 1 38 4 15 0 1 0 692899558 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50116 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 20090
/proc/meminfo: memFree=1690680/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=0.46
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 974 5201 0 1 3 1 38 4 15 0 1 0 692899558 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 797 370 3 0 500 0
[pid=20081] ppid=20068 vsize=5356 CPUtime=0
/proc/20081/stat : 20081 (sh) S 20068 20068 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 692899610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20081/statm: 1339 233 193 169 0 50 0
[pid=20082] ppid=20081 vsize=868472 CPUtime=0.94
/proc/20082/stat : 20082 (java) S 20081 20068 18009 0 -1 0 6969 0 1 0 87 7 0 0 20 0 9 0 692899611 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20082/statm: 217118 6126 2565 9 0 211665 0
[pid=20082/tid=20083] ppid=20081 vsize=868472 CPUtime=0.62
/proc/20082/task/20083/stat : 20083 (java) S 20081 20068 18009 0 -1 64 2789 0 1 0 59 3 0 0 25 0 9 0 692899612 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20084] ppid=20081 vsize=868472 CPUtime=0.09
/proc/20082/task/20084/stat : 20084 (java) S 20081 20068 18009 0 -1 64 2010 0 0 0 8 1 0 0 16 0 9 0 692899613 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20085] ppid=20081 vsize=868472 CPUtime=0
/proc/20082/task/20085/stat : 20085 (java) S 20081 20068 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 692899613 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20086] ppid=20081 vsize=868472 CPUtime=0
/proc/20082/task/20086/stat : 20086 (java) S 20081 20068 18009 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 692899613 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20087] ppid=20081 vsize=868472 CPUtime=0
/proc/20082/task/20087/stat : 20087 (java) S 20081 20068 18009 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 692899615 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20088] ppid=20081 vsize=868472 CPUtime=0.2
/proc/20082/task/20088/stat : 20088 (java) S 20081 20068 18009 0 -1 64 1477 0 0 0 20 0 0 0 16 0 9 0 692899615 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20089] ppid=20081 vsize=868472 CPUtime=0
/proc/20082/task/20089/stat : 20089 (java) S 20081 20068 18009 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 692899615 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20082/tid=20090] ppid=20081 vsize=868472 CPUtime=0
/proc/20082/task/20090/stat : 20090 (java) S 20081 20068 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 692899615 889315328 6126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887428

[startup+3.1018 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 20092
/proc/meminfo: memFree=1693816/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 15 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=7256 CPUtime=1.57
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 1694 0 0 0 156 1 0 0 25 0 1 0 692899710 7430144 1680 996147200 134512640 135127466 4294956256 18446744073709551615 134528437 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 1814 1680 75 150 0 1661 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26212

[startup+6.30176 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 20092
/proc/meminfo: memFree=1693432/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=7520 CPUtime=4.77
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 1751 0 0 0 476 1 0 0 25 0 1 0 692899710 7700480 1737 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 1880 1737 75 150 0 1727 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 26476

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 20092
/proc/meminfo: memFree=1692984/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=7916 CPUtime=11.17
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 1854 0 0 0 1116 1 0 0 25 0 1 0 692899710 8105984 1840 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 1979 1840 75 150 0 1826 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 26872

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 20128
/proc/meminfo: memFree=1640056/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=8608 CPUtime=23.92
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 2027 0 0 0 2390 2 0 0 25 0 1 0 692899710 8814592 2013 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 2152 2013 75 150 0 1999 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 27564

[startup+51.1023 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 20128
/proc/meminfo: memFree=1638080/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=10136 CPUtime=49.39
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 2404 0 0 0 4936 3 0 0 25 0 1 0 692899710 10379264 2390 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 2534 2390 75 150 0 2381 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 29092

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20128
/proc/meminfo: memFree=1635072/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=12860 CPUtime=100.33
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 3079 0 0 0 10029 4 0 0 25 0 1 0 692899710 13168640 3065 996147200 134512640 135127466 4294956256 18446744073709551615 134521846 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 3215 3065 75 150 0 3062 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 31816

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20128
/proc/meminfo: memFree=1632064/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=15640 CPUtime=160.01
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 3781 0 0 0 15996 5 0 0 25 0 1 0 692899710 16015360 3767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 3910 3767 75 150 0 3757 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 34596

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20128
/proc/meminfo: memFree=1629504/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1613440/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=33940 CPUtime=1353.88
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8215 0 0 0 135376 12 0 0 25 0 1 0 692899710 34754560 8201 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8485 8201 75 150 0 8332 0
Current children cumulated CPU time (s) 1355.3
Current children cumulated vsize (KiB) 52896

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20130
/proc/meminfo: memFree=1612480/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=34732 CPUtime=1413.58
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8438 0 0 0 141345 13 0 0 25 0 1 0 692899710 35565568 8424 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8683 8424 75 150 0 8530 0
Current children cumulated CPU time (s) 1415
Current children cumulated vsize (KiB) 53688

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20130
/proc/meminfo: memFree=1612416/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=34872 CPUtime=1473.27
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8459 0 0 0 147314 13 0 0 25 0 1 0 692899710 35708928 8445 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8718 8445 75 150 0 8565 0
Current children cumulated CPU time (s) 1474.69
Current children cumulated vsize (KiB) 53828

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20130
/proc/meminfo: memFree=1612288/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=34872 CPUtime=1532.95
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8468 0 0 0 153282 13 0 0 25 0 1 0 692899710 35708928 8454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8718 8454 75 150 0 8565 0
Current children cumulated CPU time (s) 1534.37
Current children cumulated vsize (KiB) 53828

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20130
/proc/meminfo: memFree=1612032/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=35192 CPUtime=1592.64
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8536 0 0 0 159251 13 0 0 25 0 1 0 692899710 36036608 8522 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8798 8522 75 150 0 8645 0
Current children cumulated CPU time (s) 1594.06
Current children cumulated vsize (KiB) 54148

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20130
/proc/meminfo: memFree=1611840/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=35356 CPUtime=1652.33
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8573 0 0 0 165220 13 0 0 25 0 1 0 692899710 36204544 8559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8839 8559 75 150 0 8686 0
Current children cumulated CPU time (s) 1653.75
Current children cumulated vsize (KiB) 54312

[startup+1722.3 s]
/proc/loadavg: 2.32 2.07 2.02 3/84 20130
/proc/meminfo: memFree=1611776/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=35356 CPUtime=1712.03
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8574 0 0 0 171190 13 0 0 25 0 1 0 692899710 36204544 8560 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8839 8560 75 150 0 8686 0
Current children cumulated CPU time (s) 1713.45
Current children cumulated vsize (KiB) 54312

[startup+1782.3 s]
/proc/loadavg: 2.40 2.14 2.04 3/84 20130
/proc/meminfo: memFree=1611584/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=35516 CPUtime=1771.72
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8594 0 0 0 177159 13 0 0 25 0 1 0 692899710 36368384 8580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8879 8580 75 150 0 8726 0
Current children cumulated CPU time (s) 1773.14
Current children cumulated vsize (KiB) 54472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.44 2.17 2.06 3/84 20130
/proc/meminfo: memFree=1611520/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=35516 CPUtime=1798.58
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8594 0 0 0 179845 13 0 0 25 0 1 0 692899710 36368384 8580 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8879 8580 75 150 0 8726 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 54472

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

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

[startup+1809.3 s]
/proc/loadavg: 2.44 2.17 2.06 3/84 20130
/proc/meminfo: memFree=1611520/2055920 swapFree=4147480/4192956
[pid=20068] ppid=20066 vsize=13600 CPUtime=1.42
/proc/20068/stat : 20068 (sugar) S 20066 20068 18009 0 -1 4194304 1032 12462 0 2 3 1 127 11 16 0 1 0 692899558 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20068/statm: 3400 798 370 3 0 500 0
[pid=20091] ppid=20068 vsize=5356 CPUtime=0
/proc/20091/stat : 20091 (sh) S 20068 20068 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 692899710 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20091/statm: 1339 232 193 169 0 50 0
[pid=20092] ppid=20091 vsize=35516 CPUtime=1798.58
/proc/20092/stat : 20092 (minisat) R 20091 20068 18009 0 -1 4194304 8594 0 0 0 179845 13 0 0 25 0 1 0 692899710 36368384 8580 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20092/statm: 8879 8580 75 150 0 8726 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 54472

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20068 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=303801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=136979
# CPU time returned by wait4() is 1.44078
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.32
CPU time (s): 1800
CPU user time (s): 1799.75
CPU system time (s): 0.25
CPU usage (%): 99.4848
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3038
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14097
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= 2520
involuntary context switches= 2323

runsolver used 1.9857 second user time and 4.6323 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 19:09:01
IDJOB=1092835
IDBENCH=58659
IDSOLVER=346
FILE ID=node80/1092835-1215277741
PBS_JOBID= 7882226
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-17.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-1092835-1215277741/watcher-1092835-1215277741 -o /tmp/evaluation-result-1092835-1215277741/solver-1092835-1215277741 -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-1092835-1215277741.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fe3aa089f1f308c838f4e4f77a704e4
RANDOM SEED=1426651253

node80.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1705016 kB
Buffers:         38492 kB
Cached:         191216 kB
SwapCached:      39708 kB
Active:         223600 kB
Inactive:        80528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705016 kB
SwapTotal:     4192956 kB
SwapFree:      4147480 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          81528 kB
Slab:            32104 kB
Committed_AS:  1144176 kB
PageTables:       1836 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= 66552 MiB
End job on node80 at 2008-07-05 19:39:13