Trace number 1579870

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 76.2744 76.3074

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3953
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
7.19/7.22	c WARNING: for repeatability, setting FPU to use double precision
7.19/7.22	c ============================[ Problem Statistics ]=============================
7.19/7.22	c |                                                                             |
7.19/7.22	c |  Number of variables:  104479                                               |
7.19/7.22	c |  Number of clauses:    345115                                               |
7.68/7.71	c |  Parsing time:         0.45         s                                       |
8.47/8.58	c ============================[ Search Statistics ]==============================
8.47/8.58	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.47/8.58	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.47/8.58	c ===============================================================================
8.47/8.58	c |         0 |   49044   288092   784860 |    96030        0    nan |  0.000 % |
8.68/8.76	c |       101 |   49043   288092   784860 |   105633      100    242 |  0.238 % |
8.98/9.03	c |       251 |   48673   288092   784860 |   116197      246    141 |  2.210 % |
9.18/9.26	c |       476 |   48673   288092   784860 |   127816      471    211 |  2.210 % |
9.58/9.62	c |       816 |   46729   272088   743847 |   140598      806    200 |  2.490 % |
10.37/10.43	c |      1322 |   45176   261750   718537 |   154658     1304    196 |  4.120 % |
11.07/11.10	c |      2083 |   44929   261750   718537 |   170124     2062    160 |  7.613 % |
12.08/12.14	c |      3223 |   41081   235374   651980 |   187136     3189    144 |  7.655 % |
14.67/14.76	c |      4932 |   40329   230639   639899 |   205850     4875    138 |  8.759 % |
18.77/18.89	c |      7494 |   39061   223030   620585 |   226435     7421    174 |  9.557 % |
26.76/26.87	c |     11343 |   38713   220536   614730 |   249078    11234    182 |  9.899 % |
39.36/39.41	c |     17109 |   36300   204700   573235 |   273986    16886    186 | 12.206 % |
57.06/57.13	c |     25759 |   35675   198840   558063 |   301385    23354    185 | 12.818 % |
75.64/75.77	c ===============================================================================
75.64/75.77	c restarts              : 13
75.64/75.77	c conflicts             : 32689          (478 /sec)
75.64/75.77	c decisions             : 249887         (1.40 % random) (3651 /sec)
75.64/75.77	c propagations          : 76658539       (1120156 /sec)
75.64/75.77	c conflict literals     : 5623858        (30.01 % deleted)
75.64/75.77	c Memory used           : 54.69 MB
75.64/75.77	c CPU time              : 68.4356 s
75.64/75.77	
75.64/75.78	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-1579870-1238912228/watcher-1579870-1238912228 -o /tmp/evaluation-result-1579870-1238912228/solver-1579870-1238912228 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1579870-1238912228.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.54 1.14 1.05 3/73 17983
/proc/meminfo: memFree=1549968/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=7156 CPUtime=0
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 1163886855 7327744 185 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 1789 186 92 274 0 1512 0

[startup+0.0252971 s]
/proc/loadavg: 1.54 1.14 1.05 3/73 17983
/proc/meminfo: memFree=1549968/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=7156 CPUtime=0.02
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 549 0 0 0 2 0 0 0 18 0 1 0 1163886855 7327744 532 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 1789 533 92 274 0 1512 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7156

[startup+0.102305 s]
/proc/loadavg: 1.54 1.14 1.05 3/73 17983
/proc/meminfo: memFree=1549968/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=11168 CPUtime=0.09
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 2473 0 0 0 9 0 0 0 18 0 1 0 1163886855 11436032 2456 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 2792 2456 92 274 0 2515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11168

[startup+0.301325 s]
/proc/loadavg: 1.54 1.14 1.05 3/73 17983
/proc/meminfo: memFree=1549968/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=24184 CPUtime=0.29
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 5879 0 0 0 28 1 0 0 19 0 1 0 1163886855 24764416 5862 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 6046 5862 99 274 0 5769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24184

[startup+0.702366 s]
/proc/loadavg: 1.54 1.14 1.05 3/73 17983
/proc/meminfo: memFree=1549968/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=29728 CPUtime=0.69
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 7250 0 0 0 67 2 0 0 23 0 1 0 1163886855 30441472 7233 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 7432 7233 99 274 0 7155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29728

[startup+1.50145 s]
/proc/loadavg: 1.50 1.14 1.04 2/74 17984
/proc/meminfo: memFree=1517704/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=39364 CPUtime=1.49
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 9674 0 0 0 145 4 0 0 25 0 1 0 1163886855 40308736 9657 1992294400 134512640 135635285 4294956208 18446744073709551615 134530408 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 9841 9657 99 274 0 9564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39364

[startup+3.10161 s]
/proc/loadavg: 1.50 1.14 1.04 2/74 17984
/proc/meminfo: memFree=1505096/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=56260 CPUtime=3.09
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 13885 0 0 0 302 7 0 0 25 0 1 0 1163886855 57610240 13868 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 14065 13868 99 274 0 13788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56260

[startup+6.30193 s]
/proc/loadavg: 1.50 1.14 1.04 2/74 17984
/proc/meminfo: memFree=1463048/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=6.29
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 21906 0 0 0 560 69 0 0 25 0 1 0 1163886855 88854528 21515 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 21693 21515 101 274 0 21416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86772

[startup+12.7016 s]
/proc/loadavg: 1.57 1.16 1.05 2/76 17986
/proc/meminfo: memFree=1422848/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=38180 CPUtime=5.47
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 10177 0 0 0 542 5 0 0 25 0 1 0 1163887577 39096320 8654 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17986/statm: 9545 8654 85 178 0 9365 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 130308

[startup+25.5029 s]
/proc/loadavg: 1.48 1.16 1.05 2/76 17986
/proc/meminfo: memFree=1418752/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=42672 CPUtime=18.27
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 11313 0 0 0 1821 6 0 0 25 0 1 0 1163887577 43696128 9790 1992294400 134512640 135243223 4294956304 18446744073709551615 134565185 0 0 4096 3 0 0 0 17 1 0 0
/proc/17986/statm: 10668 9790 85 178 0 10488 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 134800

[startup+51.1025 s]
/proc/loadavg: 1.29 1.14 1.05 2/76 17986
/proc/meminfo: memFree=1409984/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=51536 CPUtime=43.86
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 13551 0 0 0 4378 8 0 0 25 0 1 0 1163887577 52772864 12028 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17986/statm: 12884 12028 85 178 0 12704 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 143664

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

[startup+63.9018 s]
/proc/loadavg: 1.24 1.14 1.05 2/76 17986
/proc/meminfo: memFree=1407168/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=54176 CPUtime=56.65
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 14197 0 0 0 5657 8 0 0 25 0 1 0 1163887577 55476224 12674 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/17986/statm: 13544 12674 85 178 0 13364 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 146304

[startup+70.3014 s]
/proc/loadavg: 1.22 1.13 1.05 2/76 17986
/proc/meminfo: memFree=1406144/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=55200 CPUtime=63.05
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 14434 0 0 0 6297 8 0 0 25 0 1 0 1163887577 56524800 12911 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/17986/statm: 13800 12911 85 178 0 13620 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 147328

[startup+73.5017 s]
/proc/loadavg: 1.21 1.13 1.05 2/76 17986
/proc/meminfo: memFree=1406016/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=55596 CPUtime=66.24
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 14535 0 0 0 6616 8 0 0 25 0 1 0 1163887577 56930304 13012 1992294400 134512640 135243223 4294956304 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/17986/statm: 13899 13012 85 178 0 13719 0
Current children cumulated CPU time (s) 73.44
Current children cumulated vsize (KiB) 147724

[startup+75.1019 s]
/proc/loadavg: 1.21 1.13 1.05 2/76 17986
/proc/meminfo: memFree=1405696/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=7.2
/proc/17983/stat : 17983 (IUT_BMB_SAT) S 17981 17983 17287 0 -1 4194304 21912 0 0 0 585 135 0 0 25 0 1 0 1163886855 88854528 21520 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17983/statm: 21693 21520 106 274 0 21416 0
[pid=17985] ppid=17983 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17983 17983 17287 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163887576 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 232 193 169 0 50 0
[pid=17986] ppid=17985 vsize=55868 CPUtime=67.84
/proc/17986/stat : 17986 (minisat) R 17985 17983 17287 0 -1 4194304 14612 0 0 0 6776 8 0 0 25 0 1 0 1163887577 57208832 13089 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17986/statm: 13967 13089 85 178 0 13787 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 147996

[startup+75.907 s]
/proc/loadavg: 1.19 1.13 1.05 2/74 17986
/proc/meminfo: memFree=1457808/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=86772 CPUtime=75.85
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194304 30524 14938 0 0 596 136 6843 10 18 0 1 0 1163886855 88854528 21521 1992294400 134512640 135635285 4294956208 18446744073709551615 134530671 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 21693 21521 107 274 0 21416 0
Current children cumulated CPU time (s) 75.85
Current children cumulated vsize (KiB) 86772

[startup+76.302 s]
/proc/loadavg: 1.19 1.13 1.05 2/74 17986
/proc/meminfo: memFree=1457808/2055920 swapFree=4177488/4192956
[pid=17983] ppid=17981 vsize=0 CPUtime=76.25
/proc/17983/stat : 17983 (IUT_BMB_SAT) R 17981 17983 17287 0 -1 4194308 38049 14938 0 0 635 137 6843 10 21 0 1 0 1163886855 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17983/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 76.3074
CPU time (s): 76.2744
CPU user time (s): 74.7876
CPU system time (s): 1.48677
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 148128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.7876
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52987
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= 8
involuntary context switches= 293

runsolver used 0.081987 second user time and 0.209968 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-05 08:17:09
IDJOB=1579870
IDBENCH=71006
IDSOLVER=523
FILE ID=node84/1579870-1238912228
PBS_JOBID= 9101350
Free space on /tmp= 66528 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579870-1238912228/watcher-1579870-1238912228 -o /tmp/evaluation-result-1579870-1238912228/solver-1579870-1238912228 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1579870-1238912228.cnf HOME

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=450906620

node84.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.231
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.231
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:       1550448 kB
Buffers:         55480 kB
Cached:         368368 kB
SwapCached:       7000 kB
Active:         205484 kB
Inactive:       227548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550448 kB
SwapTotal:     4192956 kB
SwapFree:      4177488 kB
Dirty:           10872 kB
Writeback:           0 kB
Mapped:          14700 kB
Slab:            57620 kB
Committed_AS:  3248160 kB
PageTables:       1992 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= 66520 MiB
End job on node84 at 2009-04-05 08:18:26