Trace number 1082200

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.09 1811.73

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-21.xml
MD5SUM5f0f8f8470d45e3c8d6ee9b012898b2b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints1995
Maximum constraint arity2
Maximum domain size63
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1995
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 03:27:16 2008
0.00/0.05	c 0	PID 26471
0.03/0.05	c 0	HOST node6.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1082200-1215221236.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1082200-1215221236.xml' 'HOME/temp.csp'
0.03/0.50	c 1	1 domains, 63 variables, 2 predicates, 0 relations, 1995 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	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.46/0.61	c 1	Parsing HOME/temp.csp
0.46/0.78	c 1	parsed 2061 expressions
0.46/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.78	c 1	Converting to clausal form CSP
0.46/0.85	c 1	converted 207 (10%) expressions
0.46/0.95	c 1	converted 413 (20%) expressions
0.46/0.98	c 1	converted 619 (30%) expressions
0.46/0.99	c 1	converted 825 (40%) expressions
0.92/1.01	c 1	converted 1031 (50%) expressions
0.92/1.02	c 1	converted 1237 (60%) expressions
0.92/1.02	c 1	converted 1443 (70%) expressions
0.92/1.03	c 1	converted 1649 (80%) expressions
0.92/1.04	c 1	converted 1855 (90%) expressions
0.92/1.04	c 1	converted 2061 (100%) expressions
0.92/1.05	c 1	CSP : 63 integers, 0 booleans, 2037 clauses, largest domain size 63
0.92/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.05	c 1	Propagation in CSP
0.92/1.10	c 1	1512 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.10	c 1	CSP : 63 integers, 0 booleans, 2037 clauses, largest domain size 59
0.92/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.10	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.14	c 1	CSP : 63 integers, 3906 booleans, 5943 clauses, largest domain size 59
1.01/1.14	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.19	c 1	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.01/1.20	c 1	13 (20%) CSP integer variables are encoded (585 clauses, 6287 bytes)
1.11/1.20	c 1	19 (30%) CSP integer variables are encoded (741 clauses, 8003 bytes)
1.11/1.20	c 1	26 (40%) CSP integer variables are encoded (1042 clauses, 11449 bytes)
1.11/1.20	c 1	32 (50%) CSP integer variables are encoded (1294 clauses, 14725 bytes)
1.11/1.20	c 1	38 (60%) CSP integer variables are encoded (1474 clauses, 17065 bytes)
1.11/1.20	c 1	45 (70%) CSP integer variables are encoded (1719 clauses, 20250 bytes)
1.11/1.20	c 1	51 (80%) CSP integer variables are encoded (1995 clauses, 23838 bytes)
1.11/1.21	c 1	57 (90%) CSP integer variables are encoded (2199 clauses, 26490 bytes)
1.11/1.21	c 1	63 (100%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.11/1.26	c 1	595 (10%) CSP clauses are encoded (17128 clauses, 273776 bytes)
1.20/1.30	c 1	1189 (20%) CSP clauses are encoded (30246 clauses, 499649 bytes)
1.20/1.33	c 1	1783 (30%) CSP clauses are encoded (40887 clauses, 682531 bytes)
1.20/1.36	c 1	2378 (40%) CSP clauses are encoded (48954 clauses, 820462 bytes)
1.20/1.37	c 1	2972 (50%) CSP clauses are encoded (54336 clauses, 911367 bytes)
1.20/1.39	c 1	3566 (60%) CSP clauses are encoded (62236 clauses, 1047534 bytes)
1.32/1.42	c 1	4161 (70%) CSP clauses are encoded (75945 clauses, 1297122 bytes)
1.32/1.44	c 1	4755 (80%) CSP clauses are encoded (87134 clauses, 1503404 bytes)
1.32/1.46	c 1	5349 (90%) CSP clauses are encoded (95149 clauses, 1649723 bytes)
1.32/1.48	c 1	5943 (100%) CSP clauses are encoded (107543 clauses, 1880457 bytes)
1.32/1.48	c 1	5943 CSP clauses encoded
1.32/1.48	c 1	Writing map file : HOME/temp.map
1.32/1.49	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 1	SAT : 6300 SAT variables, 107543 SAT clauses, 1880457 bytes
1.32/1.49	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.53	c 2	SOLVING HOME/temp.cnf
1.40/1.53	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/1.53	c 2	This is MiniSat 2.0 beta
1.40/1.53	c 2	WARNING: for repeatability, setting FPU to use double precision
1.40/1.53	c 2	============================[ Problem Statistics ]=============================
1.40/1.53	c 2	|                                                                             |
1.40/1.53	c 2	|  Number of variables:  6300                                                 |
1.40/1.53	c 2	|  Number of clauses:    107543                                               |
1.40/1.59	c 2	|  Parsing time:         0.05         s                                       |
1.40/1.59	c 2	============================[ Search Statistics ]==============================
1.40/1.59	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.59	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.59	c 2	===============================================================================
1.40/1.59	c 2	|         0 |    6054   107297   310438 |    35765        0    nan |  0.000 % |
1.43/1.64	c 2	|       100 |    6054   107297   310438 |    39342      100     12 |  3.905 % |
1.43/1.77	c 2	|       251 |    6054   107297   310438 |    43276      251     15 |  3.905 % |
1.43/1.89	c 2	|       476 |    6054   107297   310438 |    47604      476     16 |  3.905 % |
1.99/2.18	c 2	|       813 |    6054   107297   310438 |    52364      813     17 |  3.906 % |
2.38/2.57	c 3	|      1320 |    6054   107297   310438 |    57600     1320     17 |  3.905 % |
3.08/3.22	c 3	|      2079 |    6054   107297   310438 |    63361     2079     17 |  3.905 % |
3.97/4.19	c 4	|      3218 |    6054   107297   310438 |    69697     3218     18 |  3.906 % |
5.65/5.87	c 6	|      4926 |    6054   107297   310438 |    76666     4926     19 |  3.906 % |
7.92/8.16	c 8	|      7489 |    6054   107297   310438 |    84333     7489     20 |  3.906 % |
10.99/11.29	c 11	|     11336 |    6054   107297   310438 |    92766    11336     19 |  3.905 % |
16.44/16.71	c 17	|     17104 |    6054   107297   310438 |   102043    17104     20 |  3.906 % |
26.54/26.95	c 27	|     25756 |    6054   107297   310438 |   112247    25756     20 |  3.906 % |
43.39/43.96	c 44	|     38731 |    6054   107297   310438 |   123472    38731     19 |  3.906 % |
71.72/72.51	c 73	|     58192 |    6054   107297   310438 |   135820    58192     21 |  3.906 % |
122.43/123.74	c 124	|     87386 |    6054   107297   310438 |   149402    87386     22 |  3.905 % |
217.12/219.39	c 219	|    131176 |    6054   107297   310438 |   164342   131176     21 |  3.905 % |
341.83/345.30	c 345	|    196862 |    6052   107281   310393 |   180776    45267     19 |  3.937 % |
522.99/528.14	c 528	|    295388 |    6052   107281   310393 |   198854   143793     22 |  3.937 % |
882.46/891.04	c 891	|    443177 |    6052   107281   310393 |   218739   110929     21 |  3.937 % |
1439.95/1451.40	c 1451	|    664862 |    6050   107247   310294 |   240613   127351     23 |  3.969 % |
1800.09/1811.71	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1811.71	c 1812	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.09/1811.72	c ERROR INTERRUPTED
1800.09/1811.72	s UNKNOWN
1800.09/1811.72	c 1812	CPU 1.32 (0.03 0.01 1.29 0.1)
1800.09/1811.72	c 1812	END Sat Jul  5 03:57: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-1082200-1215221236/watcher-1082200-1215221236 -o /tmp/evaluation-result-1082200-1215221236/solver-1082200-1215221236 -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-1082200-1215221236.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.95 1.96 1.98 4/81 26471
/proc/meminfo: memFree=1692944/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=12268 CPUtime=0
/proc/26471/stat : 26471 (sugar) R 26469 26471 25978 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001098876 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26471/statm: 3067 316 241 3 0 167 0

[startup+0.0555509 s]
/proc/loadavg: 1.95 1.96 1.98 4/81 26471
/proc/meminfo: memFree=1692944/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=0.03
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 2001098876 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102024 s]
/proc/loadavg: 1.95 1.96 1.98 4/81 26471
/proc/meminfo: memFree=1692944/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=0.03
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001098876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301066 s]
/proc/loadavg: 1.95 1.96 1.98 4/81 26471
/proc/meminfo: memFree=1692944/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=0.03
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001098876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701147 s]
/proc/loadavg: 1.95 1.96 1.98 4/81 26471
/proc/meminfo: memFree=1692944/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=0.46
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 973 5096 0 1 2 1 40 3 16 0 1 0 2001098876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 1.95 1.96 1.98 5/92 26493
/proc/meminfo: memFree=1679608/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=0.47
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 974 5096 0 1 3 1 40 3 15 0 1 0 2001098876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 797 370 3 0 500 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 25978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001098929 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868468 CPUtime=0.93
/proc/26485/stat : 26485 (java) S 26484 26471 25978 0 -1 0 6809 0 1 0 88 5 0 0 19 0 9 0 2001098930 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217117 5966 2565 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868468 CPUtime=0.6
/proc/26485/task/26486/stat : 26486 (java) S 26484 26471 25978 0 -1 64 2783 0 1 0 58 2 0 0 21 0 9 0 2001098931 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868468 CPUtime=0.08
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 25978 0 -1 64 1852 0 0 0 7 1 0 0 16 0 9 0 2001098932 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868468 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 25978 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001098932 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868468 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 25978 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001098932 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868468 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 25978 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001098934 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868468 CPUtime=0.21
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 25978 0 -1 64 1481 0 0 0 21 0 0 0 16 0 9 0 2001098934 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868468 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 25978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001098934 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868468 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 25978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001098934 889311232 5966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887424

[startup+3.10162 s]
/proc/loadavg: 1.95 1.96 1.98 3/84 26495
/proc/meminfo: memFree=1682616/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 15 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=7108 CPUtime=1.55
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 1644 0 0 0 154 1 0 0 25 0 1 0 2001099030 7278592 1630 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 1777 1630 75 150 0 1624 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26064

[startup+6.30225 s]
/proc/loadavg: 1.95 1.96 1.98 3/84 26495
/proc/meminfo: memFree=1682040/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=7520 CPUtime=4.72
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 1751 0 0 0 471 1 0 0 25 0 1 0 2001099030 7700480 1737 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 1880 1737 75 150 0 1727 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 26476

[startup+12.7015 s]
/proc/loadavg: 1.96 1.96 1.98 3/84 26495
/proc/meminfo: memFree=1681208/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=8396 CPUtime=11.05
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 1948 0 0 0 1104 1 0 0 25 0 1 0 2001099030 8597504 1934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 2099 1934 75 150 0 1946 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 27352

[startup+25.502 s]
/proc/loadavg: 1.97 1.96 1.98 3/84 26495
/proc/meminfo: memFree=1679928/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=9652 CPUtime=23.72
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 2281 0 0 0 2371 1 0 0 25 0 1 0 2001099030 9883648 2267 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 2413 2267 75 150 0 2260 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28608

[startup+51.1011 s]
/proc/loadavg: 1.98 1.96 1.98 3/84 26495
/proc/meminfo: memFree=1677624/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=12008 CPUtime=49.08
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 2847 0 0 0 4906 2 0 0 25 0 1 0 2001099030 12296192 2833 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 3002 2833 75 150 0 2849 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 30964

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 26495
/proc/meminfo: memFree=1673464/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=15964 CPUtime=99.8
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 3836 0 0 0 9977 3 0 0 25 0 1 0 2001099030 16347136 3822 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 3991 3822 75 150 0 3838 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34920

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 26495
/proc/meminfo: memFree=1670008/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=19512 CPUtime=159.23
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 4703 0 0 0 15919 4 0 0 25 0 1 0 2001099030 19980288 4689 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/26495/statm: 4878 4689 75 150 0 4725 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 38468

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 26495
/proc/meminfo: memFree=1666872/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1619408/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=38904 CPUtime=1349.46
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9441 0 0 0 134935 11 0 0 25 0 1 0 2001099030 39837696 9427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 9726 9427 75 150 0 9573 0
Current children cumulated CPU time (s) 1350.89
Current children cumulated vsize (KiB) 57860

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1619344/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=38904 CPUtime=1409.44
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9450 0 0 0 140933 11 0 0 25 0 1 0 2001099030 39837696 9436 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 9726 9436 75 150 0 9573 0
Current children cumulated CPU time (s) 1410.87
Current children cumulated vsize (KiB) 57860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1619280/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=39044 CPUtime=1469.41
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9471 0 0 0 146929 12 0 0 25 0 1 0 2001099030 39981056 9457 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 9761 9457 75 150 0 9608 0
Current children cumulated CPU time (s) 1470.84
Current children cumulated vsize (KiB) 58000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1618832/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=39044 CPUtime=1529.38
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9492 0 0 0 152926 12 0 0 25 0 1 0 2001099030 39981056 9478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 9761 9478 75 150 0 9608 0
Current children cumulated CPU time (s) 1530.81
Current children cumulated vsize (KiB) 58000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1618640/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=39180 CPUtime=1589.35
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9521 0 0 0 158923 12 0 0 25 0 1 0 2001099030 40120320 9507 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 9795 9507 75 150 0 9642 0
Current children cumulated CPU time (s) 1590.78
Current children cumulated vsize (KiB) 58136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1618640/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=39180 CPUtime=1649.33
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9523 0 0 0 164921 12 0 0 25 0 1 0 2001099030 40120320 9509 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 9795 9509 75 150 0 9642 0
Current children cumulated CPU time (s) 1650.76
Current children cumulated vsize (KiB) 58136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1617488/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=40320 CPUtime=1709.3
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 9808 0 0 0 170917 13 0 0 25 0 1 0 2001099030 41287680 9794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 10080 9794 75 150 0 9927 0
Current children cumulated CPU time (s) 1710.73
Current children cumulated vsize (KiB) 59276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1614992/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=42696 CPUtime=1769.27
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 10403 0 0 0 176914 13 0 0 25 0 1 0 2001099030 43720704 10389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 10674 10389 75 150 0 10521 0
Current children cumulated CPU time (s) 1770.7
Current children cumulated vsize (KiB) 61652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.71 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1614480/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=43224 CPUtime=1798.66
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 10535 0 0 0 179853 13 0 0 25 0 1 0 2001099030 44261376 10521 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 10806 10521 75 150 0 10653 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 62180

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

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

[startup+1811.71 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 26527
/proc/meminfo: memFree=1614480/2055924 swapFree=4180432/4192956
[pid=26471] ppid=26469 vsize=13600 CPUtime=1.43
/proc/26471/stat : 26471 (sugar) S 26469 26471 25978 0 -1 4194304 1032 12196 0 2 3 1 129 10 16 0 1 0 2001098876 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 3400 798 370 3 0 500 0
[pid=26494] ppid=26471 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26471 26471 25978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001099030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=43224 CPUtime=1798.66
/proc/26495/stat : 26495 (minisat) R 26494 26471 25978 0 -1 4194304 10535 0 0 0 179853 13 0 0 25 0 1 0 2001099030 44261376 10521 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26495/statm: 10806 10521 75 150 0 10653 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 62180

Child status: 0

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

Real time (s): 1811.73
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.24
CPU usage (%): 99.3577
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3268
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13671
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= 2417
involuntary context switches= 2330

runsolver used 2.01969 second user time and 6.22805 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 03:27:16
IDJOB=1082200
IDBENCH=57189
IDSOLVER=346
FILE ID=node6/1082200-1215221236
PBS_JOBID= 7881827
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-21.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-1082200-1215221236/watcher-1082200-1215221236 -o /tmp/evaluation-result-1082200-1215221236/solver-1082200-1215221236 -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-1082200-1215221236.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f0f8f8470d45e3c8d6ee9b012898b2b
RANDOM SEED=1382404665

node6.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.265
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.265
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:      2055924 kB
MemFree:       1693424 kB
Buffers:         61340 kB
Cached:         218612 kB
SwapCached:       6328 kB
Active:         235852 kB
Inactive:        72156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1693424 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          44544 kB
Slab:            39464 kB
Committed_AS:  3382700 kB
PageTables:       2012 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 node6 at 2008-07-05 03:57:30