Trace number 1806793

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_SIM 1.0UNSAT 281.614 281.765

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-85-100.cnf
MD5SUM5edff193beb565edf484fbb5f8f23427
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark281.614
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses180
Sum of the clauses size540
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3180
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_SIM version 1.0
0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  85                                                   |
0.00/0.00	|  Number of clauses:    180                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |      85      180      540 |       60        0    nan |  0.000 % |
0.00/0.00	|       102 |      85      180      540 |       66       59     14 |  0.014 % |
0.00/0.00	|       254 |      85      180      540 |       72      109     12 |  0.014 % |
0.00/0.01	|       479 |      85      180      540 |       79       70     11 |  0.014 % |
0.00/0.01	|       816 |      85      180      540 |       87       70     11 |  0.014 % |
0.00/0.02	|      1322 |      85      180      540 |       96      110     12 |  0.014 % |
0.02/0.03	|      2081 |      85      180      540 |      106       74     10 |  0.014 % |
0.02/0.04	|      3222 |      85      180      540 |      116      123     12 |  0.014 % |
0.02/0.06	|      4930 |      85      180      540 |      128      148     12 |  0.014 % |
0.02/0.09	|      7494 |      85      180      540 |      141      138     11 |  0.014 % |
0.09/0.14	|     11339 |      85      180      540 |      155      111     10 |  0.014 % |
0.19/0.21	|     17109 |      85      180      540 |      171      161     12 |  0.014 % |
0.29/0.32	|     25758 |      85      180      540 |      188      141     10 |  0.014 % |
0.39/0.49	|     38732 |      85      180      540 |      207      189     12 |  0.014 % |
0.69/0.75	|     58194 |      85      180      540 |      227      178     12 |  0.014 % |
1.10/1.14	|     87389 |      85      180      540 |      250      176     11 |  0.014 % |
1.69/1.77	|    131178 |      85      180      540 |      275      163     10 |  0.014 % |
2.69/2.71	|    196863 |      85      180      540 |      303      262     12 |  0.014 % |
4.09/4.12	|    295390 |      85      180      540 |      333      183      9 |  0.014 % |
6.19/6.24	|    443179 |      85      180      540 |      366      365     11 |  0.014 % |
9.39/9.40	|    664862 |      85      180      540 |      403      320     11 |  0.014 % |
14.29/14.34	|    997387 |      85      180      540 |      444      293     10 |  0.014 % |
21.89/21.91	|   1496176 |      85      180      540 |      488      459     13 |  0.014 % |
33.57/33.67	|   2244359 |      85      180      540 |      537      508     13 |  0.014 % |
52.06/52.12	|   3366633 |      85      180      540 |      590      491     13 |  0.014 % |
79.95/80.09	|   5050045 |      85      180      540 |      650      538     13 |  0.014 % |
122.93/123.02	|   7575162 |      85      180      540 |      715      482     12 |  0.014 % |
186.79/186.90	|  11362840 |      84      177      531 |      786      585     10 |  1.190 % |
281.54/281.76	===============================================================================
281.54/281.76	restarts              : 28
281.54/281.76	conflicts             : 16698687       (59299 /sec)
281.54/281.76	decisions             : 20004276       (1.60 % random) (71037 /sec)
281.54/281.76	propagations          : 397718430      (1412336 /sec)
281.54/281.76	conflict literals     : 239489843      (14.81 % deleted)
281.54/281.76	Memory used           : 2.11 MB
281.54/281.76	CPU time              : 281.603 s
281.54/281.76	
281.54/281.76	UNSATISFIABLE
281.54/281.76	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-1806793-1242152319/watcher-1806793-1242152319 -o /tmp/evaluation-result-1806793-1242152319/solver-1806793-1242152319 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806793-1242152319.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13911
/proc/meminfo: memFree=1549296/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=0
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 338 0 0 0 0 0 0 0 19 0 1 0 243264920 1933312 88 1992294400 134512640 135212939 4294956320 18446744073709551615 134535600 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 88 71 170 0 300 0

[startup+0.0295309 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13911
/proc/meminfo: memFree=1549296/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=0.02
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 347 0 0 0 2 0 0 0 19 0 1 0 243264920 1933312 97 1992294400 134512640 135212939 4294956320 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 97 76 170 0 300 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3172

[startup+0.101541 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13911
/proc/meminfo: memFree=1549296/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=0.09
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 350 0 0 0 9 0 0 0 19 0 1 0 243264920 1933312 100 1992294400 134512640 135212939 4294956320 18446744073709551615 134536387 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 100 76 170 0 300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3172

[startup+0.301574 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13911
/proc/meminfo: memFree=1549296/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=0.29
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 352 0 0 0 29 0 0 0 21 0 1 0 243264920 1933312 102 1992294400 134512640 135212939 4294956320 18446744073709551615 134535766 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 102 76 170 0 300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3172

[startup+0.701638 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13911
/proc/meminfo: memFree=1549296/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=0.69
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 356 0 0 0 69 0 0 0 24 0 1 0 243264920 1933312 106 1992294400 134512640 135212939 4294956320 18446744073709551615 134536008 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 106 76 170 0 300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3172

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1549024/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=1.49
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 361 0 0 0 149 0 0 0 25 0 1 0 243264920 1933312 111 1992294400 134512640 135212939 4294956320 18446744073709551615 134526883 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 111 76 170 0 300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3172

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548896/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=3.09
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 364 0 0 0 309 0 0 0 25 0 1 0 243264920 1933312 114 1992294400 134512640 135212939 4294956320 18446744073709551615 134534520 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 114 76 170 0 300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3172

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548768/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=1888 CPUtime=6.29
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 369 0 0 0 629 0 0 0 25 0 1 0 243264920 1933312 119 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 472 119 76 170 0 300 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3172

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548640/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2020 CPUtime=12.68
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 374 0 0 0 1268 0 0 0 25 0 1 0 243264920 2068480 124 1992294400 134512640 135212939 4294956320 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 505 124 76 170 0 333 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3304

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548640/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2020 CPUtime=25.48
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 382 0 0 0 2548 0 0 0 25 0 1 0 243264920 2068480 132 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 505 132 76 170 0 333 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3304

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548576/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2020 CPUtime=51.06
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 391 0 0 0 5106 0 0 0 25 0 1 0 243264920 2068480 141 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 505 141 76 170 0 333 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 3304

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548384/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2020 CPUtime=102.24
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 403 0 0 0 10224 0 0 0 25 0 1 0 243264920 2068480 153 1992294400 134512640 135212939 4294956320 18446744073709551615 134527077 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 505 153 76 170 0 333 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 3304

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=162.21
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 410 0 0 0 16221 0 0 0 25 0 1 0 243264920 2203648 160 1992294400 134512640 135212939 4294956320 18446744073709551615 134543488 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 160 76 170 0 366 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 3436

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=222.16
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 420 0 0 0 22216 0 0 0 25 0 1 0 243264920 2203648 170 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 170 76 170 0 366 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 3436

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

[startup+255.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=255.75
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 25575 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 255.75
Current children cumulated vsize (KiB) 3436

[startup+268.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=268.54
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 26854 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 268.54
Current children cumulated vsize (KiB) 3436

[startup+275.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=274.94
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 27494 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 274.94
Current children cumulated vsize (KiB) 3436

[startup+278.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=278.14
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 27814 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 278.14
Current children cumulated vsize (KiB) 3436

[startup+279.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=279.74
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 27974 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 3436

[startup+280.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=280.54
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 28054 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134527008 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 280.54
Current children cumulated vsize (KiB) 3436

[startup+281.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=281.34
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 28134 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134534610 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 281.34
Current children cumulated vsize (KiB) 3436

[startup+281.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13913
/proc/meminfo: memFree=1548320/2055920 swapFree=4181456/4192956
[pid=13911] ppid=13909 vsize=1284 CPUtime=0
/proc/13911/stat : 13911 (IUT_BMB_SIM) S 13909 13911 13496 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 243264920 1314816 122 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13911/statm: 321 122 104 274 0 44 0
[pid=13912] ppid=13911 vsize=2152 CPUtime=281.54
/proc/13912/stat : 13912 (minisat) R 13911 13911 13496 0 -1 4194304 428 0 0 0 28154 0 0 0 25 0 1 0 243264920 2203648 178 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/13912/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 281.54
Current children cumulated vsize (KiB) 3436

Child status: 0
Real time (s): 281.765
CPU time (s): 281.614
CPU user time (s): 281.604
CPU system time (s): 0.009998
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 3436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.604
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598
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= 4
involuntary context switches= 686

runsolver used 0.318951 second user time and 0.716891 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 20:18:39
IDJOB=1806793
IDBENCH=71106
IDSOLVER=650
FILE ID=node26/1806793-1242152319
PBS_JOBID= 9289695
Free space on /tmp= 66064 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-85-100.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806793-1242152319/watcher-1806793-1242152319 -o /tmp/evaluation-result-1806793-1242152319/solver-1806793-1242152319 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806793-1242152319.cnf HOME

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

MD5SUM BENCH= 5edff193beb565edf484fbb5f8f23427
RANDOM SEED=1129550579

node26.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.261
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.261
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:       1549840 kB
Buffers:         45936 kB
Cached:         377996 kB
SwapCached:       5352 kB
Active:          96676 kB
Inactive:       335172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549840 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            60332 kB
Committed_AS:   866504 kB
PageTables:       1368 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= 66060 MiB
End job on node26 at 2009-05-12 20:23:21