Trace number 1718564

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
IUT_BMB_SAT 1.0? (TO) 1200.06 1200.42

General information on the benchmark

Nameindustrial/grieu/
vmpc_29.cnf
MD5SUM1e81246225c81a67548d334d1dfcc24b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.4558
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.29/1.34	c WARNING: for repeatability, setting FPU to use double precision
1.29/1.34	c ============================[ Problem Statistics ]=============================
1.29/1.34	c |                                                                             |
1.29/1.34	c |  Number of variables:  841                                                  |
1.29/1.34	c |  Number of clauses:    120147                                               |
1.33/1.43	c |  Parsing time:         0.09         s                                       |
2.77/2.83	c ============================[ Search Statistics ]==============================
2.77/2.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.77/2.83	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.77/2.83	c ===============================================================================
2.77/2.83	c |         0 |     841    89294   238573 |    29764        0    nan |  0.000 % |
2.77/2.86	c |       103 |     841    89294   238573 |    32741      103     42 |  0.000 % |
2.77/2.88	c |       253 |     841    89294   238573 |    36015      253     70 |  0.000 % |
2.87/2.90	c |       480 |     841    89294   238573 |    39616      480     92 |  0.000 % |
2.87/2.94	c |       821 |     841    89294   238573 |    43578      821    102 |  0.000 % |
2.97/3.00	c |      1329 |     841    89294   238573 |    47936     1329    100 |  0.000 % |
3.07/3.10	c |      2092 |     841    89294   238573 |    52729     2092    108 |  0.000 % |
3.18/3.26	c |      3233 |     841    89294   238573 |    58002     3233     97 |  0.000 % |
3.47/3.54	c |      4944 |     841    89294   238573 |    63803     4944    106 |  0.000 % |
3.98/4.07	c |      7510 |     841    89294   238573 |    70183     7510    110 |  0.000 % |
5.27/5.32	c |     11354 |     841    89294   238573 |    77201    11354    105 |  0.000 % |
7.47/7.56	c |     17120 |     841    89294   238573 |    84922    17120     97 |  0.000 % |
10.77/10.81	c |     25770 |     841    89294   238573 |    93414    25770     91 |  0.000 % |
19.27/19.35	c |     38745 |     841    89294   238573 |   102755    38745     89 |  0.000 % |
35.86/35.98	c |     58208 |     841    89294   238573 |   113031    58208     92 |  0.000 % |
90.55/90.69	c |     87400 |     841    89294   238573 |   124334    87400     95 |  0.000 % |
163.43/163.51	c |    131191 |     841    89294   238573 |   136767    22914     70 |  0.000 % |
230.12/230.26	c |    196875 |     841    89294   238573 |   150444    88598     87 |  0.000 % |
358.17/358.35	c |    295401 |     841    89294   238573 |   165489    58298     94 |  0.000 % |
579.03/579.28	c |    443192 |     841    89294   238573 |   182037    62536     74 |  0.000 % |
1052.10/1052.48	c |    664875 |     841    89294   238573 |   200241   129745     87 |  0.000 % |
1200.06/1200.41	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1718564-1240637716/watcher-1718564-1240637716 -o /tmp/evaluation-result-1718564-1240637716/solver-1718564-1240637716 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1718564-1240637716.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.82 1.29 1.10 3/64 18108
/proc/meminfo: memFree=1804672/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=2692 CPUtime=0
/proc/18108/stat : 18108 (IUT_BMB_SAT) R 18106 18108 17892 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 0 91804548 2756608 148 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/18108/statm: 673 148 93 274 0 396 0

[startup+0.0439119 s]
/proc/loadavg: 1.82 1.29 1.10 3/64 18108
/proc/meminfo: memFree=1804672/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=3428 CPUtime=0.03
/proc/18108/stat : 18108 (IUT_BMB_SAT) R 18106 18108 17892 0 -1 4194304 692 0 0 0 3 0 0 0 18 0 1 0 91804548 3510272 675 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/18108/statm: 857 675 99 274 0 580 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3428

[startup+0.101917 s]
/proc/loadavg: 1.82 1.29 1.10 3/64 18108
/proc/meminfo: memFree=1804672/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=4352 CPUtime=0.09
/proc/18108/stat : 18108 (IUT_BMB_SAT) R 18106 18108 17892 0 -1 4194304 896 0 0 0 9 0 0 0 18 0 1 0 91804548 4456448 879 1992294400 134512640 135635285 4294956208 18446744073709551615 134652982 0 0 4096 0 0 0 0 17 1 0 0
/proc/18108/statm: 1088 879 99 274 0 811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4352

[startup+0.301938 s]
/proc/loadavg: 1.82 1.29 1.10 3/64 18108
/proc/meminfo: memFree=1804672/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=6728 CPUtime=0.29
/proc/18108/stat : 18108 (IUT_BMB_SAT) R 18106 18108 17892 0 -1 4194304 1505 0 0 0 29 0 0 0 19 0 1 0 91804548 6889472 1488 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/18108/statm: 1682 1488 99 274 0 1405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6728

[startup+0.701977 s]
/proc/loadavg: 1.82 1.29 1.10 3/64 18108
/proc/meminfo: memFree=1804672/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=0.69
/proc/18108/stat : 18108 (IUT_BMB_SAT) R 18106 18108 17892 0 -1 4194304 2801 0 0 0 69 0 0 0 23 0 1 0 91804548 12161024 2784 1992294400 134512640 135635285 4294956208 18446744073709551615 134547358 0 0 4096 0 0 0 0 17 1 0 0
/proc/18108/statm: 2969 2784 99 274 0 2692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11876

[startup+1.50106 s]
/proc/loadavg: 1.76 1.29 1.10 2/65 18109
/proc/meminfo: memFree=1793144/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 11876

[startup+3.10122 s]
/proc/loadavg: 1.76 1.29 1.10 2/67 18111
/proc/meminfo: memFree=1783976/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=8088 CPUtime=1.74
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 2138 0 0 0 174 0 0 0 25 0 1 0 91804682 8282112 1904 1992294400 134512640 135243223 4294956304 18446744073709551615 134567693 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 2022 1904 85 178 0 1842 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25320

[startup+6.30154 s]
/proc/loadavg: 1.76 1.29 1.10 2/67 18111
/proc/meminfo: memFree=1780584/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=12844 CPUtime=4.95
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 3322 0 0 0 493 2 0 0 25 0 1 0 91804682 13152256 3088 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 3211 3088 85 178 0 3031 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30076

[startup+12.7012 s]
/proc/loadavg: 1.64 1.28 1.10 2/67 18111
/proc/meminfo: memFree=1774632/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=18388 CPUtime=11.34
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 4692 0 0 0 1131 3 0 0 25 0 1 0 91804682 18829312 4458 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 4597 4458 85 178 0 4417 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35620

[startup+25.5015 s]
/proc/loadavg: 1.54 1.27 1.10 2/67 18111
/proc/meminfo: memFree=1767016/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=25748 CPUtime=24.14
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 6517 0 0 0 2409 5 0 0 25 0 1 0 91804682 26365952 6283 1992294400 134512640 135243223 4294956304 18446744073709551615 134555637 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 6437 6283 85 178 0 6257 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42980

[startup+51.1021 s]
/proc/loadavg: 1.36 1.25 1.09 2/67 18111
/proc/meminfo: memFree=1757672/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=35120 CPUtime=49.73
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 8856 0 0 0 4966 7 0 0 25 0 1 0 91804682 35962880 8622 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 8780 8622 85 178 0 8600 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52352

[startup+102.306 s]
/proc/loadavg: 1.14 1.20 1.09 2/67 18111
/proc/meminfo: memFree=1745576/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=47300 CPUtime=100.92
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 11859 0 0 0 10082 10 0 0 25 0 1 0 91804682 48435200 11625 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 11825 11625 85 178 0 11645 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 64532

[startup+162.302 s]
/proc/loadavg: 1.05 1.16 1.08 2/67 18113
/proc/meminfo: memFree=1734888/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=57652 CPUtime=160.9
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 14470 0 0 0 16076 14 0 0 25 0 1 0 91804682 59035648 14236 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 14413 14236 85 178 0 14233 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 74884

[startup+222.301 s]
/proc/loadavg: 1.02 1.13 1.07 2/67 18113
/proc/meminfo: memFree=1734888/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=57652 CPUtime=220.89
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 14471 0 0 0 22075 14 0 0 25 0 1 0 91804682 59035648 14237 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 14413 14237 85 178 0 14233 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 74884

[startup+282.301 s]
/proc/loadavg: 1.00 1.10 1.07 2/67 18113
/proc/meminfo: memFree=1729128/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=63732 CPUtime=280.87
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 15966 0 0 0 28072 15 0 0 25 0 1 0 91804682 65261568 15732 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 15933 15732 85 178 0 15753 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 80964


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

/proc/meminfo: memFree=1709928/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=83076 CPUtime=700.76
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 20667 0 0 0 70056 20 0 0 25 0 1 0 91804682 85069824 20433 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 20769 20433 85 178 0 20589 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 100308

[startup+762.305 s]
/proc/loadavg: 1.00 1.01 1.02 2/67 18113
/proc/meminfo: memFree=1709224/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=83880 CPUtime=760.75
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 20833 0 0 0 76055 20 0 0 25 0 1 0 91804682 85893120 20599 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 20970 20599 85 178 0 20790 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 101112

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 18113
/proc/meminfo: memFree=1707240/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=86020 CPUtime=820.73
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 21338 0 0 0 82053 20 0 0 25 0 1 0 91804682 88084480 21104 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 21505 21104 85 178 0 21325 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 103252

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 18113
/proc/meminfo: memFree=1700584/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=92612 CPUtime=880.72
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 23000 0 0 0 88049 23 0 0 25 0 1 0 91804682 94834688 22766 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 23153 22766 85 178 0 22973 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 109844

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18113
/proc/meminfo: memFree=1696552/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=96636 CPUtime=940.7
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 23989 0 0 0 94046 24 0 0 25 0 1 0 91804682 98955264 23755 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 24159 23755 85 178 0 23979 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 113868

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18113
/proc/meminfo: memFree=1695784/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=97428 CPUtime=1000.69
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 24160 0 0 0 100045 24 0 0 25 0 1 0 91804682 99766272 23926 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 24357 23926 85 178 0 24177 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 114660

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18113
/proc/meminfo: memFree=1694504/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=99024 CPUtime=1060.67
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 24479 0 0 0 106043 24 0 0 25 0 1 0 91804682 101400576 24237 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 24756 24237 85 178 0 24576 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 116256

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18113
/proc/meminfo: memFree=1692968/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=100876 CPUtime=1120.65
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 24876 0 0 0 112041 24 0 0 25 0 1 0 91804682 103297024 24634 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 25219 24634 85 178 0 25039 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 118108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18113
/proc/meminfo: memFree=1691624/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=102300 CPUtime=1180.63
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 25209 0 0 0 118039 24 0 0 25 0 1 0 91804682 104755200 24959 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 25575 24959 85 178 0 25395 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 119532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18113
/proc/meminfo: memFree=1691496/2055920 swapFree=4180920/4192956
[pid=18108] ppid=18106 vsize=11876 CPUtime=1.33
/proc/18108/stat : 18108 (IUT_BMB_SAT) S 18106 18108 17892 0 -1 4194304 2809 0 0 0 88 45 0 0 25 0 1 0 91804548 12161024 2791 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/18108/statm: 2969 2791 106 274 0 2692 0
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (sh) S 18108 18108 17892 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91804682 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18110/statm: 1339 232 193 169 0 50 0
[pid=18111] ppid=18110 vsize=102464 CPUtime=1198.73
/proc/18111/stat : 18111 (minisat) R 18110 18108 17892 0 -1 4194304 25237 0 0 0 119849 24 0 0 25 0 1 0 91804682 104923136 24987 1992294400 134512640 135243223 4294956304 18446744073709551615 134565172 0 0 4096 3 0 0 0 17 1 0 0
/proc/18111/statm: 25616 24987 85 178 0 25436 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 119696

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1199.37
CPU system time (s): 0.69
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 119696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.890864
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 7

runsolver used 0.928858 second user time and 3.45347 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-25 07:35:16
IDJOB=1718564
IDBENCH=20491
IDSOLVER=523
FILE ID=node27/1718564-1240637716
PBS_JOBID= 9186414
Free space on /tmp= 66196 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/industrial/grieu/vmpc_29.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718564-1240637716/watcher-1718564-1240637716 -o /tmp/evaluation-result-1718564-1240637716/solver-1718564-1240637716 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1718564-1240637716.cnf HOME

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

MD5SUM BENCH= 1e81246225c81a67548d334d1dfcc24b
RANDOM SEED=1809465368

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1805088 kB
Buffers:         40740 kB
Cached:         143920 kB
SwapCached:       4992 kB
Active:          33576 kB
Inactive:       159108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805088 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          13984 kB
Slab:            43976 kB
Committed_AS:   298016 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node27 at 2009-04-25 07:55:19