Trace number 2086922

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.14.6+minisat? (TO) 1800.04 1805.13

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 benchmark651.328
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:44:55 2009
0.00/0.08	c 0	PID 24674
0.00/0.08	c 0	HOST node64.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086922-1247384695.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086922-1247384695.xml' 'HOME/temp.csp'
0.07/0.63	c 1	1 domains, 68 variables, 2 predicates, 0 relations, 2329 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.75	c 1	Parsing HOME/temp.csp
0.60/0.91	c 1	parsed 2400 expressions
0.60/0.95	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.95	c 1	Converting to clausal form CSP
0.90/1.04	c 1	converted 240 (10%) expressions
1.01/1.16	c 1	converted 480 (20%) expressions
1.01/1.18	c 1	converted 720 (30%) expressions
1.09/1.20	c 1	converted 960 (40%) expressions
1.09/1.21	c 2	converted 1200 (50%) expressions
1.09/1.23	c 2	converted 1440 (60%) expressions
1.09/1.24	c 2	converted 1680 (70%) expressions
1.09/1.24	c 2	converted 1920 (80%) expressions
1.09/1.25	c 2	converted 2160 (90%) expressions
1.09/1.26	c 2	converted 2400 (100%) expressions
1.09/1.26	c 2	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 66
1.09/1.26	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.26	c 2	Propagation in CSP
1.09/1.30	c 2	510 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.30	c 2	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 62
1.09/1.30	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.30	c 2	Simplifing CSP by introducing new Boolean variables
1.20/1.34	c 2	CSP : 68 integers, 4556 booleans, 6936 clauses, largest domain size 62
1.20/1.34	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.39	c 2	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.20/1.40	c 2	14 (20%) CSP integer variables are encoded (567 clauses, 6089 bytes)
1.29/1.40	c 2	21 (30%) CSP integer variables are encoded (834 clauses, 9026 bytes)
1.29/1.40	c 2	28 (40%) CSP integer variables are encoded (1107 clauses, 12294 bytes)
1.29/1.40	c 2	34 (50%) CSP integer variables are encoded (1224 clauses, 13815 bytes)
1.29/1.40	c 2	41 (60%) CSP integer variables are encoded (1581 clauses, 18456 bytes)
1.29/1.40	c 2	48 (70%) CSP integer variables are encoded (1791 clauses, 21186 bytes)
1.29/1.40	c 2	55 (80%) CSP integer variables are encoded (2058 clauses, 24657 bytes)
1.29/1.41	c 2	62 (90%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.29/1.41	c 2	68 (100%) CSP integer variables are encoded (2448 clauses, 29727 bytes)
1.29/1.47	c 2	694 (10%) CSP clauses are encoded (18896 clauses, 303539 bytes)
1.39/1.51	c 2	1388 (20%) CSP clauses are encoded (31622 clauses, 522585 bytes)
1.39/1.53	c 2	2081 (30%) CSP clauses are encoded (40404 clauses, 672326 bytes)
1.39/1.55	c 2	2775 (40%) CSP clauses are encoded (44947 clauses, 747645 bytes)
1.39/1.57	c 2	3468 (50%) CSP clauses are encoded (56052 clauses, 939714 bytes)
1.49/1.60	c 2	4162 (60%) CSP clauses are encoded (69836 clauses, 1182769 bytes)
1.49/1.62	c 2	4856 (70%) CSP clauses are encoded (78944 clauses, 1349584 bytes)
1.49/1.64	c 2	5549 (80%) CSP clauses are encoded (89331 clauses, 1540162 bytes)
1.49/1.67	c 2	6243 (90%) CSP clauses are encoded (102248 clauses, 1777194 bytes)
1.49/1.69	c 2	6936 (100%) CSP clauses are encoded (113257 clauses, 1980301 bytes)
1.49/1.69	c 2	6936 CSP clauses encoded
1.49/1.70	c 2	Writing map file : HOME/temp.map
1.58/1.70	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.70	c 2	SAT : 7072 SAT variables, 113257 SAT clauses, 1980301 bytes
1.58/1.70	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.74	c 2	SOLVING HOME/temp.cnf
1.58/1.74	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/1.74	c 2	This is MiniSat 2.0 beta
1.58/1.74	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.74	c 2	============================[ Problem Statistics ]=============================
1.58/1.74	c 2	|                                                                             |
1.58/1.74	c 2	|  Number of variables:  7072                                                 |
1.58/1.74	c 2	|  Number of clauses:    113257                                               |
1.62/1.80	c 2	|  Parsing time:         0.05         s                                       |
1.62/1.81	c 2	============================[ Search Statistics ]==============================
1.62/1.81	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/1.81	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/1.81	c 2	===============================================================================
1.62/1.81	c 2	|         0 |    6590   112775   325682 |    37591        0    nan |  0.000 % |
1.62/1.94	c 2	|       100 |    6590   112775   325682 |    41350      100     11 |  6.816 % |
1.97/2.13	c 2	|       250 |    6590   112775   325682 |    45485      250     11 |  6.816 % |
2.26/2.45	c 3	|       475 |    6590   112775   325682 |    50034      475     11 |  6.816 % |
2.65/2.84	c 3	|       812 |    6590   112775   325682 |    55037      812     12 |  6.816 % |
3.34/3.50	c 4	|      1319 |    6590   112775   325682 |    60541     1319     12 |  6.816 % |
4.24/4.41	c 5	|      2078 |    6590   112775   325682 |    66595     2078     12 |  6.816 % |
5.62/5.89	c 6	|      3217 |    6590   112775   325682 |    73255     3217     12 |  6.816 % |
8.10/8.33	c 9	|      4925 |    6590   112775   325682 |    80581     4925     13 |  6.816 % |
11.67/11.98	c 12	|      7487 |    6590   112775   325682 |    88639     7487     13 |  6.816 % |
18.02/18.32	c 19	|     11333 |    6590   112775   325682 |    97503    11333     14 |  6.816 % |
27.52/27.99	c 28	|     17099 |    6590   112775   325682 |   107253    17099     14 |  6.816 % |
41.58/42.13	c 42	|     25749 |    6588   112731   325553 |   117978    25748     14 |  6.845 % |
64.08/64.82	c 65	|     38723 |    6588   112731   325553 |   129776    38722     14 |  6.844 % |
102.11/103.20	c 103	|     58184 |    6588   112731   325553 |   142754    58183     15 |  6.844 % |
164.43/166.11	c 166	|     87376 |    6586   112717   325514 |   157029    87374     15 |  6.872 % |
273.00/275.73	c 276	|    131165 |    6584   112678   325400 |   172732   131162     16 |  6.901 % |
443.69/448.00	c 448	|    196849 |    6584   112678   325400 |   190005    39453     15 |  6.901 % |
666.08/670.78	c 671	|    295376 |    6578   112563   325064 |   209006   137977     16 |  6.986 % |
1026.34/1031.15	c 1031	|    443165 |    6576   112526   324956 |   229907    89809     17 |  7.014 % |
1581.22/1586.26	c 1587	|    664849 |    6574   112501   324884 |   252897    97174     17 |  7.043 % |
1800.04/1805.11	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1805.11	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1805.12	c ERROR INTERRUPTED
1800.04/1805.12	s UNKNOWN
1800.04/1805.12	c 1805	CPU 1.62 (0.06 0.01 1.45 0.1)
1800.04/1805.12	c 1805	END Sun Jul 12 10:15:00 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086922-1247384695/watcher-2086922-1247384695 -o /tmp/evaluation-result-2086922-1247384695/solver-2086922-1247384695 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086922-1247384695.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.15 2.10 4/74 24674
/proc/meminfo: memFree=1595872/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=12000 CPUtime=0
/proc/24674/stat : 24674 (sugar) R 24672 24674 24215 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 25532828 12288000 170 996147200 4194304 4206940 548682068608 18446744073709551615 251272899152 0 0 4224 0 0 0 0 17 1 0 0
/proc/24674/statm: 3000 170 131 3 0 100 0

[startup+0.094245 s]
/proc/loadavg: 2.00 2.15 2.10 4/74 24674
/proc/meminfo: memFree=1595872/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=0.07
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25532828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101237 s]
/proc/loadavg: 2.00 2.15 2.10 4/74 24674
/proc/meminfo: memFree=1595872/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=0.07
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25532828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30126 s]
/proc/loadavg: 2.00 2.15 2.10 4/74 24674
/proc/meminfo: memFree=1595872/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=0.07
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25532828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701306 s]
/proc/loadavg: 2.00 2.15 2.10 4/74 24674
/proc/meminfo: memFree=1595872/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=0.6
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1292 5267 0 1 6 1 50 3 16 0 1 0 25532828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 2.00 2.15 2.10 4/85 24696
/proc/meminfo: memFree=1585992/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=0.6
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1310 5267 0 1 6 1 50 3 15 0 1 0 25532828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1111 409 3 0 796 0
[pid=24687] ppid=24674 vsize=5356 CPUtime=0
/proc/24687/stat : 24687 (sh) S 24674 24674 24215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25532896 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24687/statm: 1339 233 193 169 0 50 0
[pid=24688] ppid=24687 vsize=868592 CPUtime=0.79
/proc/24688/stat : 24688 (java) S 24687 24674 24215 0 -1 0 6937 0 1 0 75 4 0 0 18 0 9 0 25532897 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24688/statm: 217148 6158 2589 9 0 211625 0
[pid=24688/tid=24689] ppid=24687 vsize=868592 CPUtime=0.5
/proc/24688/task/24689/stat : 24689 (java) R 24687 24674 24215 0 -1 64 2744 0 1 0 49 1 0 0 21 0 9 0 25532897 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4126886818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24690] ppid=24687 vsize=868592 CPUtime=0.07
/proc/24688/task/24690/stat : 24690 (java) S 24687 24674 24215 0 -1 64 2013 0 0 0 7 0 0 0 16 0 9 0 25532899 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24691] ppid=24687 vsize=868592 CPUtime=0
/proc/24688/task/24691/stat : 24691 (java) S 24687 24674 24215 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25532899 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24692] ppid=24687 vsize=868592 CPUtime=0
/proc/24688/task/24692/stat : 24692 (java) S 24687 24674 24215 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25532899 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24693] ppid=24687 vsize=868592 CPUtime=0
/proc/24688/task/24693/stat : 24693 (java) S 24687 24674 24215 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25532901 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24694] ppid=24687 vsize=868592 CPUtime=0.19
/proc/24688/task/24694/stat : 24694 (java) S 24687 24674 24215 0 -1 64 1480 0 0 0 18 1 0 0 16 0 9 0 25532901 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24695] ppid=24687 vsize=868592 CPUtime=0
/proc/24688/task/24695/stat : 24695 (java) S 24687 24674 24215 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25532901 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24696] ppid=24687 vsize=868592 CPUtime=0
/proc/24688/task/24696/stat : 24696 (java) S 24687 24674 24215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25532901 889438208 6158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890816

[startup+3.10157 s]
/proc/loadavg: 2.00 2.15 2.10 3/77 24698
/proc/meminfo: memFree=1584072/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 15 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=7256 CPUtime=1.33
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 1689 0 0 0 132 1 0 0 25 0 1 0 25533003 7430144 1675 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 1814 1675 75 150 0 1661 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 29480

[startup+6.30292 s]
/proc/loadavg: 2.00 2.15 2.10 3/77 24698
/proc/meminfo: memFree=1583688/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=7520 CPUtime=4.5
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 1744 0 0 0 449 1 0 0 25 0 1 0 25533003 7700480 1730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 1880 1730 75 150 0 1727 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 29744

[startup+12.7026 s]
/proc/loadavg: 2.00 2.15 2.10 3/77 24698
/proc/meminfo: memFree=1583176/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=7784 CPUtime=10.84
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 1842 0 0 0 1083 1 0 0 25 0 1 0 25533003 7970816 1828 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 1946 1828 75 150 0 1793 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 30008

[startup+25.502 s]
/proc/loadavg: 2.08 2.16 2.10 3/77 24698
/proc/meminfo: memFree=1582536/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=8476 CPUtime=23.52
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 2009 0 0 0 2350 2 0 0 25 0 1 0 25533003 8679424 1995 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 2119 1995 75 150 0 1966 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 30700

[startup+51.1018 s]
/proc/loadavg: 2.05 2.14 2.10 3/77 24698
/proc/meminfo: memFree=1581192/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=10004 CPUtime=48.88
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 2362 0 0 0 4886 2 0 0 25 0 1 0 25533003 10244096 2348 996147200 134512640 135127466 4294956256 18446744073709551615 134534396 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 2501 2348 75 150 0 2348 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 32228

[startup+102.306 s]
/proc/loadavg: 2.20 2.17 2.10 3/77 24698
/proc/meminfo: memFree=1578568/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=12460 CPUtime=99.6
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 2989 0 0 0 9957 3 0 0 25 0 1 0 25533003 12759040 2975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 3115 2975 75 150 0 2962 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 34684

[startup+162.302 s]
/proc/loadavg: 2.28 2.19 2.11 3/77 24698
/proc/meminfo: memFree=1570760/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=15096 CPUtime=159.04
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 3659 0 0 0 15900 4 0 0 25 0 1 0 25533003 15458304 3645 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24698/statm: 3774 3645 75 150 0 3621 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 37320

[startup+222.301 s]
/proc/loadavg: 2.28 2.22 2.12 3/77 24698
/proc/meminfo: memFree=1566728/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1481736/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=32964 CPUtime=1355.8
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 7993 0 0 0 135562 18 0 0 25 0 1 0 25533003 33755136 7979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8241 7979 75 150 0 8088 0
Current children cumulated CPU time (s) 1357.42
Current children cumulated vsize (KiB) 55188

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479944/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=34732 CPUtime=1415.77
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8438 0 0 0 141559 18 0 0 25 0 1 0 25533003 35565568 8424 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8683 8424 75 150 0 8530 0
Current children cumulated CPU time (s) 1417.39
Current children cumulated vsize (KiB) 56956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479816/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=34872 CPUtime=1475.74
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8457 0 0 0 147556 18 0 0 25 0 1 0 25533003 35708928 8443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8718 8443 75 150 0 8565 0
Current children cumulated CPU time (s) 1477.36
Current children cumulated vsize (KiB) 57096

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479752/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=34872 CPUtime=1535.72
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8461 0 0 0 153554 18 0 0 25 0 1 0 25533003 35708928 8447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8718 8447 75 150 0 8565 0
Current children cumulated CPU time (s) 1537.34
Current children cumulated vsize (KiB) 57096

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479560/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=35016 CPUtime=1595.69
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8506 0 0 0 159551 18 0 0 25 0 1 0 25533003 35856384 8492 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8754 8492 75 150 0 8601 0
Current children cumulated CPU time (s) 1597.31
Current children cumulated vsize (KiB) 57240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479304/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=35356 CPUtime=1655.67
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8573 0 0 0 165548 19 0 0 25 0 1 0 25533003 36204544 8559 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8839 8559 75 150 0 8686 0
Current children cumulated CPU time (s) 1657.29
Current children cumulated vsize (KiB) 57580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479176/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=35356 CPUtime=1715.65
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8574 0 0 0 171546 19 0 0 25 0 1 0 25533003 36204544 8560 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8839 8560 75 150 0 8686 0
Current children cumulated CPU time (s) 1717.27
Current children cumulated vsize (KiB) 57580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1479048/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=35356 CPUtime=1775.62
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8574 0 0 0 177543 19 0 0 25 0 1 0 25533003 36204544 8560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8839 8560 75 150 0 8686 0
Current children cumulated CPU time (s) 1777.24
Current children cumulated vsize (KiB) 57580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1478984/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=35516 CPUtime=1798.42
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8594 0 0 0 179823 19 0 0 25 0 1 0 25533003 36368384 8580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8879 8580 75 150 0 8726 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 57740

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

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

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24748
/proc/meminfo: memFree=1478984/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=16868 CPUtime=1.62
/proc/24674/stat : 24674 (sugar) S 24672 24674 24215 0 -1 4194304 1376 12558 0 2 6 1 145 10 16 0 1 0 25532828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24674/statm: 4217 1113 409 3 0 796 0
[pid=24697] ppid=24674 vsize=5356 CPUtime=0
/proc/24697/stat : 24697 (sh) S 24674 24674 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24697/statm: 1339 232 193 169 0 50 0
[pid=24698] ppid=24697 vsize=35516 CPUtime=1798.42
/proc/24698/stat : 24698 (minisat) R 24697 24674 24215 0 -1 4194304 8594 0 0 0 179823 19 0 0 25 0 1 0 25533003 36368384 8580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24698/statm: 8879 8580 75 150 0 8726 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 57740

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24674 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=520768
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 1.64475
# 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): 1805.13
CPU time (s): 1800.04
CPU user time (s): 1799.74
CPU system time (s): 0.3
CPU usage (%): 99.7182
Max. virtual memory (cumulated for all children) (KiB): 890816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52077
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14585
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= 2105
involuntary context switches= 1934

runsolver used 2.14467 second user time and 6.08907 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 09:44:55
IDJOB=2086922
IDBENCH=58659
IDSOLVER=739
FILE ID=node64/2086922-1247384695
PBS_JOBID= 9507278
Free space on /tmp= 66328 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-17.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086922-1247384695/watcher-2086922-1247384695 -o /tmp/evaluation-result-2086922-1247384695/solver-2086922-1247384695 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086922-1247384695.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3fe3aa089f1f308c838f4e4f77a704e4
RANDOM SEED=452351561

node64.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.220
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.220
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:       1596352 kB
Buffers:         53512 kB
Cached:         208628 kB
SwapCached:          0 kB
Active:         256468 kB
Inactive:       128032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         133492 kB
Slab:            59936 kB
Committed_AS:   292560 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node64 at 2009-07-12 10:15:02