Trace number 1720280

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.0UNSAT 155.255 155.323

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
4.69/4.76	c WARNING: for repeatability, setting FPU to use double precision
4.69/4.76	c ============================[ Problem Statistics ]=============================
4.69/4.76	c |                                                                             |
4.69/4.76	c |  Number of variables:  96089                                                |
4.69/4.76	c |  Number of clauses:    283990                                               |
4.75/5.11	c |  Parsing time:         0.32         s                                       |
6.78/6.84	c ============================[ Search Statistics ]==============================
6.78/6.84	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.78/6.84	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.78/6.84	c ===============================================================================
6.78/6.84	c |         0 |   21033   128676   542458 |    42892        0    nan |  0.000 % |
6.87/6.93	c |       103 |   21014   128676   542458 |    47181       99     11 |  0.260 % |
6.97/7.01	c |       254 |   21012   128676   542458 |    51899      250     13 |  0.260 % |
7.07/7.14	c |       479 |   20978   128676   542458 |    57089      471     13 |  0.374 % |
7.17/7.25	c |       817 |   20965   128676   542458 |    62798      809     17 |  0.374 % |
7.27/7.30	c |      1325 |   20965   128676   542458 |    69077     1317     17 |  0.374 % |
7.38/7.46	c |      2084 |   20965   128676   542458 |    75985     2076     18 |  0.374 % |
7.48/7.60	c |      3223 |   20699   124258   524481 |    83584     3206     17 |  0.376 % |
7.78/7.86	c |      4931 |   20677   124258   524481 |    91942     4911     24 |  0.503 % |
8.18/8.21	c |      7494 |   20184   120379   505408 |   101137     7128     23 |  0.912 % |
8.58/8.65	c |     11338 |   20090   120379   505408 |   111250    10970     26 |  1.027 % |
9.27/9.32	c |     17107 |   20071   119324   500686 |   122375    16733     25 |  1.031 % |
10.57/10.69	c |     25757 |   19976   119102   499951 |   134613    25378     26 |  1.202 % |
13.18/13.28	c |     38731 |   19893   117908   495093 |   148074    38344     28 |  1.220 % |
16.27/16.34	c |     58192 |   19779   116955   488922 |   162882    57796     27 |  1.339 % |
24.67/24.71	c |     87384 |   19760   116833   488495 |   179170    86982     27 |  1.356 % |
38.26/38.36	c |    131175 |   19740   116653   487724 |   197087   130766     27 |  1.377 % |
60.15/60.24	c |    196859 |   19730   116460   487019 |   216796   196443     27 |  1.383 % |
86.64/86.75	c |    295385 |   19695   116031   485414 |   238475    94195     25 |  1.420 % |
154.81/154.95	c ===============================================================================
154.81/154.95	c restarts              : 19
154.81/154.95	c conflicts             : 414177         (2761 /sec)
154.81/154.95	c decisions             : 1968957        (1.51 % random) (13126 /sec)
154.81/154.95	c propagations          : 88037628       (586897 /sec)
154.81/154.95	c conflict literals     : 11207689       (25.95 % deleted)
154.81/154.95	c Memory used           : 69.97 MB
154.81/154.95	c CPU time              : 150.005 s
154.81/154.95	
154.81/154.96	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720280-1240654482/watcher-1720280-1240654482 -o /tmp/evaluation-result-1720280-1240654482/solver-1720280-1240654482 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1720280-1240654482.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.15 1.57 1.39 3/64 4036
/proc/meminfo: memFree=1021192/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=4616 CPUtime=0
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 93476221 4726784 170 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 1154 171 90 274 0 877 0

[startup+0.0657239 s]
/proc/loadavg: 1.15 1.57 1.39 3/64 4036
/proc/meminfo: memFree=1021192/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=7608 CPUtime=0.05
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 1643 0 0 0 5 0 0 0 18 0 1 0 93476221 7790592 1626 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 1902 1627 90 274 0 1625 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7608

[startup+0.102728 s]
/proc/loadavg: 1.15 1.57 1.39 3/64 4036
/proc/meminfo: memFree=1021192/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=15504 CPUtime=0.1
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 3116 0 0 0 9 1 0 0 18 0 1 0 93476221 15876096 3099 1992294400 134512640 135635285 4294956208 18446744073709551615 134535617 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 3876 3102 90 274 0 3599 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15504

[startup+0.302751 s]
/proc/loadavg: 1.15 1.57 1.39 3/64 4036
/proc/meminfo: memFree=1021192/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=20136 CPUtime=0.29
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 4852 0 0 0 28 1 0 0 19 0 1 0 93476221 20619264 4835 1992294400 134512640 135635285 4294956208 18446744073709551615 134534176 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 5034 4835 97 274 0 4757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20136

[startup+0.701797 s]
/proc/loadavg: 1.15 1.57 1.39 3/64 4036
/proc/meminfo: memFree=1021192/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=24888 CPUtime=0.69
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 6047 0 0 0 67 2 0 0 23 0 1 0 93476221 25485312 6030 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 6222 6030 97 274 0 5945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24888

[startup+1.50189 s]
/proc/loadavg: 1.15 1.57 1.39 2/65 4037
/proc/meminfo: memFree=993984/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=33864 CPUtime=1.49
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 8299 0 0 0 146 3 0 0 25 0 1 0 93476221 34676736 8282 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 8466 8282 97 274 0 8189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33864

[startup+3.10108 s]
/proc/loadavg: 1.15 1.57 1.39 2/65 4037
/proc/meminfo: memFree=978880/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=61352 CPUtime=3.09
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 15330 0 0 0 303 6 0 0 25 0 1 0 93476221 62824448 15087 1992294400 134512640 135635285 4294956208 18446744073709551615 134515413 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 15338 15087 97 274 0 15061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61352

[startup+6.30145 s]
/proc/loadavg: 1.14 1.56 1.39 2/67 4039
/proc/meminfo: memFree=922416/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=59148 CPUtime=1.53
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 13646 0 0 0 147 6 0 0 25 0 1 0 93476697 60567552 13626 1992294400 134512640 135243223 4294956304 18446744073709551615 134541390 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 14787 13626 78 178 0 14607 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 124828

[startup+12.7012 s]
/proc/loadavg: 1.12 1.55 1.39 2/67 4039
/proc/meminfo: memFree=905712/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=54180 CPUtime=7.92
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 14121 0 0 0 786 6 0 0 25 0 1 0 93476697 55480320 12757 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 13545 12757 85 178 0 13365 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 119860

[startup+25.5027 s]
/proc/loadavg: 1.10 1.52 1.38 2/67 4039
/proc/meminfo: memFree=905200/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=55040 CPUtime=20.72
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 14326 0 0 0 2066 6 0 0 25 0 1 0 93476697 56360960 12962 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 13760 12962 85 178 0 13580 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 120720

[startup+51.1027 s]
/proc/loadavg: 1.06 1.48 1.37 2/67 4039
/proc/meminfo: memFree=897392/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=63016 CPUtime=46.3
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 16288 0 0 0 4622 8 0 0 25 0 1 0 93476697 64528384 14924 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 15754 14924 85 178 0 15574 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 128696

[startup+102.306 s]
/proc/loadavg: 1.06 1.42 1.35 2/67 4039
/proc/meminfo: memFree=889712/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=70716 CPUtime=97.49
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18163 0 0 0 9738 11 0 0 25 0 1 0 93476697 72413184 16799 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17679 16799 85 178 0 17499 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 136396

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

[startup+127.903 s]
/proc/loadavg: 1.10 1.40 1.35 2/67 4039
/proc/meminfo: memFree=889712/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=70716 CPUtime=123.08
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18163 0 0 0 12297 11 0 0 25 0 1 0 93476697 72413184 16799 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17679 16799 85 178 0 17499 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 136396

[startup+140.701 s]
/proc/loadavg: 1.08 1.38 1.34 2/67 4039
/proc/meminfo: memFree=889712/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=70716 CPUtime=135.87
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18163 0 0 0 13576 11 0 0 25 0 1 0 93476697 72413184 16799 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17679 16799 85 178 0 17499 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 136396

[startup+147.102 s]
/proc/loadavg: 1.07 1.37 1.34 2/67 4039
/proc/meminfo: memFree=889264/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=71244 CPUtime=142.26
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18293 0 0 0 14215 11 0 0 25 0 1 0 93476697 72953856 16929 1992294400 134512640 135243223 4294956304 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17811 16929 85 178 0 17631 0
Current children cumulated CPU time (s) 147.01
Current children cumulated vsize (KiB) 136924

[startup+150.301 s]
/proc/loadavg: 1.07 1.37 1.34 2/67 4039
/proc/meminfo: memFree=888944/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=71644 CPUtime=145.46
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18368 0 0 0 14535 11 0 0 25 0 1 0 93476697 73363456 17004 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17911 17004 85 178 0 17731 0
Current children cumulated CPU time (s) 150.21
Current children cumulated vsize (KiB) 137324

[startup+153.503 s]
/proc/loadavg: 1.06 1.36 1.33 2/67 4039
/proc/meminfo: memFree=888816/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=71644 CPUtime=148.66
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18384 0 0 0 14855 11 0 0 25 0 1 0 93476697 73363456 17020 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17911 17020 85 178 0 17731 0
Current children cumulated CPU time (s) 153.41
Current children cumulated vsize (KiB) 137324

[startup+154.303 s]
/proc/loadavg: 1.06 1.36 1.33 2/67 4039
/proc/meminfo: memFree=888816/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=4.75
/proc/4036/stat : 4036 (IUT_BMB_SAT) S 4034 4036 3696 0 -1 4194304 15339 0 0 0 370 105 0 0 21 0 1 0 93476221 61771776 14907 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4036/statm: 15081 14907 105 274 0 14804 0
[pid=4038] ppid=4036 vsize=5356 CPUtime=0
/proc/4038/stat : 4038 (sh) S 4036 4036 3696 0 -1 4194304 270 0 0 0 0 0 0 0 23 0 1 0 93476696 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4038/statm: 1339 232 193 169 0 50 0
[pid=4039] ppid=4038 vsize=71644 CPUtime=149.46
/proc/4039/stat : 4039 (minisat) R 4038 4036 3696 0 -1 4194304 18386 0 0 0 14935 11 0 0 25 0 1 0 93476697 73363456 17022 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/4039/statm: 17911 17022 85 178 0 17731 0
Current children cumulated CPU time (s) 154.21
Current children cumulated vsize (KiB) 137324

[startup+155.106 s]
/proc/loadavg: 1.06 1.36 1.33 2/65 4039
/proc/meminfo: memFree=956800/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=60324 CPUtime=155.01
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 25974 18678 0 0 382 107 15000 12 18 0 1 0 93476221 61771776 14908 1992294400 134512640 135635285 4294956208 18446744073709551615 134530671 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 15081 14908 106 274 0 14804 0
Current children cumulated CPU time (s) 155.01
Current children cumulated vsize (KiB) 60324

[startup+155.302 s]
/proc/loadavg: 1.06 1.36 1.33 2/65 4039
/proc/meminfo: memFree=956800/2055920 swapFree=4192956/4192956
[pid=4036] ppid=4034 vsize=47180 CPUtime=155.21
/proc/4036/stat : 4036 (IUT_BMB_SAT) R 4034 4036 3696 0 -1 4194304 25974 18678 0 0 402 107 15000 12 19 0 1 0 93476221 48312320 11622 1992294400 134512640 135635285 4294956208 18446744073709551615 135069158 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 11795 11622 106 274 0 11518 0
Current children cumulated CPU time (s) 155.21
Current children cumulated vsize (KiB) 47180

Child status: 0
Real time (s): 155.323
CPU time (s): 155.255
CPU user time (s): 154.044
CPU system time (s): 1.21181
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 137324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.044
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44655
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= 9
involuntary context switches= 386

runsolver used 0.169974 second user time and 0.400939 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 12:14:42
IDJOB=1720280
IDBENCH=69599
IDSOLVER=523
FILE ID=node53/1720280-1240654482
PBS_JOBID= 9186483
Free space on /tmp= 66472 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720280-1240654482/watcher-1720280-1240654482 -o /tmp/evaluation-result-1720280-1240654482/solver-1720280-1240654482 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1720280-1240654482.cnf HOME

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1071556334

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1021736 kB
Buffers:         94960 kB
Cached:         837252 kB
SwapCached:          0 kB
Active:          88148 kB
Inactive:       858012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1021736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6840 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            74128 kB
Committed_AS:   244804 kB
PageTables:       1376 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= 66468 MiB
End job on node53 at 2009-04-25 12:17:17